diff --git a/irclib.spec b/irclib.spec index 85f4c45..90db4d9 100644 --- a/irclib.spec +++ b/irclib.spec @@ -1,8 +1,8 @@ Name: irclib Version: 1.10 -Release: 1 +Release: 2 Summary: Java implementation of the IRC protocol -License: ASL 2.0 and EPL and LGPLv2+ +License: Apache-2.0 AND EPL-1.0 AND LGPL-2.0-or-later URL: http://moepii.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/moepii/%{name}-%{version}.tar.gz Source1: https://repo1.maven.org/maven2/org/schwering/%{name}/%{version}/%{name}-%{version}.pom @@ -52,5 +52,8 @@ cd classes %license COPYING_AL COPYING_EPL COPYING_LGPL %changelog +* Thu May 12 2022 Ge Wang - 1.10-2 +- license compliance rectification + * Mon Aug 24 2020 huanghaitao - 1.10-1 - package init