From 1043da3f4eefbdd8beeab008e9c25b1a113f147b Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Wed, 11 May 2022 21:12:50 +0800 Subject: [PATCH] License compliance rectification --- jboss-jms-2.0-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jboss-jms-2.0-api.spec b/jboss-jms-2.0-api.spec index a625c63..72fcc57 100644 --- a/jboss-jms-2.0-api.spec +++ b/jboss-jms-2.0-api.spec @@ -2,9 +2,9 @@ %global namedversion %{version}%{?namedreltag} Name: jboss-jms-2.0-api Version: 1.0.0 -Release: 1 +Release: 2 Summary: JBoss JMS API 2.0 Spec -License: CDDL or GPLv2 with exceptions +License: CDDL-1.0 or GPL-2.0-with-classpath-exception Url: http://www.jboss.org Source0: https://github.com/jboss/jboss-jms-api_spec/archive/jboss-jms-api_2.0_spec-%{namedversion}.tar.gz Source1: http://repository.jboss.org/licenses/cddl.txt @@ -40,5 +40,8 @@ sed -i "s,59 Temple Place,51 Franklin Street,;s,Suite 330,Fifth Floor,;s,02111-1 %license LICENSE cddl.txt %changelog +* Wed May 11 2022 wangkai - 1.0.0-2 +- License compliance rectification + * Thu Jul 30 2020 yaokai - 1.0.0-1 - package init