From e58f098b41be8a0b257c3b25f56300dfb3aa8f3e Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 13 Jun 2024 10:52:09 +0800 Subject: [PATCH] License compliance rectification --- jboss-transaction-1.1-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jboss-transaction-1.1-api.spec b/jboss-transaction-1.1-api.spec index 2fde4f4..921d428 100644 --- a/jboss-transaction-1.1-api.spec +++ b/jboss-transaction-1.1-api.spec @@ -1,8 +1,8 @@ Name: jboss-transaction-1.1-api Version: 1.0.1 -Release: 1 +Release: 2 Summary: Transaction 1.1 API -License: CDDL or GPLv2 with exceptions +License: CDDL-1.0 or GPLv2 with exceptions Url: http://www.jboss.org Source0: https://github.com/jboss/jboss-transaction-api_spec/archive/jboss-transaction-api_1.1_spec-%{version}.Final.tar.gz BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin) @@ -35,5 +35,8 @@ This package contains the API documentation for %{name}. %license LICENSE.txt %changelog +* Thu Jun 13 2024 wulei - 1.0.1-2 +- Regulate license information + * Thu Sep 3 2020 leiju - 1.0.1-1 - Package init