From 8e5fcff24a94f2e0d80219f46a3f07a65342041d Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Wed, 11 May 2022 17:14:44 +0800 Subject: [PATCH] License compliance rectification --- jboss-jacc-1.5-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jboss-jacc-1.5-api.spec b/jboss-jacc-1.5-api.spec index 779980f..d4b44ed 100644 --- a/jboss-jacc-1.5-api.spec +++ b/jboss-jacc-1.5-api.spec @@ -2,9 +2,9 @@ %global namedversion %{version}%{?namedreltag} Name: jboss-jacc-1.5-api Version: 1.0.0 -Release: 1 +Release: 2 Summary: JACC 1.5 API (JSR-115) -License: (CDDL or GPLv2 with exceptions) or LGPLv2+ +License: CDDL-1.0 or GPL-2.0-with-classpath-exception URL: https://github.com/jboss/jboss-jacc-api_spec Source0: https://github.com/jboss/jboss-jacc-api_spec/archive/jboss-jacc-api_1.5_spec-%{namedversion}.tar.gz BuildRequires: jboss-parent jboss-servlet-3.1-api junit maven-local maven-enforcer-plugin @@ -39,5 +39,8 @@ This package contains the API documentation for %{name}. %doc README LICENSE %changelog +* Wed May 11 2022 liyanan - 1.0.0-2 +- License compliance rectification + * Fri Aug 14 2020 yaokai - 1.0.0-1 - package init