From f39d00b0e133a67474903105d6fa5e7c7d710051 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Wed, 11 May 2022 12:44:29 +0000 Subject: [PATCH] License compliance rectification --- stax-ex.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stax-ex.spec b/stax-ex.spec index ed2668d..ffe5d7c 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 GPL-2.0-only 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 +* Wed May 11 2022 chenchen - 1.8-2 +- License compliance rectification + * Tue Apr 19 2022 wangkai - 1.8-1 - Update to version 1.8 -- Gitee