From 25a64a07a2d8868b7ec2e50624a88d0393ea760a Mon Sep 17 00:00:00 2001 From: wang--ge Date: Thu, 12 May 2022 10:20:47 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 0a87878adc8b870357db160c7d304f288a80713f) --- irclib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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