From bf1bd3970915ddb942d2e0912fc266ef5b9c319b Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 13 Jun 2024 10:50:37 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 37b83491aafc79610e16a81691f7b24227fcec4d) --- stax-ex.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stax-ex.spec b/stax-ex.spec index ef8ed59..cbb8ce5 100644 --- a/stax-ex.spec +++ b/stax-ex.spec @@ -1,8 +1,8 @@ Name: stax-ex Version: 1.8 -Release: 1 +Release: 2 Summary: StAX API extensions -License: CDDL or GPLv2 +License: CDDL-1.1 or GPLv2 Url: https://stax-ex.dev.java.net Source0: https://github.com/javaee/metro-stax-ex/archive/%{version}.tar.gz Source1: xmvn-reactor @@ -62,6 +62,9 @@ install -m 0755 %{name}/target/stax-ex-1.8-javadoc.jar %{buildroot}/%{_javadocdi %{_javadocdir}/%{name} %changelog +* Thu Jun 13 2024 wulei - 1.8-2 +- Regulate license information + * Fri Dec 31 2021 houyingchao - 1.8-1 - Update to version 1.8 -- Gitee