From 4c2a2783141473f0ba24758f19a48d1a4a8496a0 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Wed, 11 May 2022 15:06:14 +0800 Subject: [PATCH] License compliance rectification --- jboss-ejb-3.1-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jboss-ejb-3.1-api.spec b/jboss-ejb-3.1-api.spec index f0842f7..6287d33 100644 --- a/jboss-ejb-3.1-api.spec +++ b/jboss-ejb-3.1-api.spec @@ -2,9 +2,9 @@ %global namedversion %{version}%{?namedreltag} Name: jboss-ejb-3.1-api Version: 1.0.2 -Release: 1 +Release: 2 Summary: EJB 3.1 API -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-ejb-api_spec/archive/jboss-ejb-api_3.1_spec-%{namedversion}.tar.gz BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin) @@ -38,5 +38,8 @@ This package contains the API documentation for %{name}. %license LICENSE %changelog +* Wed May 11 2022 liyanan - 1.0.2-2 +- License compliance rectification + * Sat Aug 1 2020 chengzihan - 1.0.2-1 - Package init