From 431ccd2e09ba33dd096cb3479a8268ae6b84882f Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 13 Jun 2024 10:55:30 +0800 Subject: [PATCH] License compliance rectification --- xmlstreambuffer.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xmlstreambuffer.spec b/xmlstreambuffer.spec index 2a214af..7eaa851 100644 --- a/xmlstreambuffer.spec +++ b/xmlstreambuffer.spec @@ -1,8 +1,8 @@ Name: xmlstreambuffer Version: 1.5.4 -Release: 1 +Release: 2 Summary: XML Stream Buffer -License: CDDL or GPLv2 with exceptions +License: CDDL-1.1 or GPLv2 with exceptions URL: http://java.net/projects/xmlstreambuffer/ Source0: https://github.com/javaee/metro-xmlstreambuffer/archive/streambuffer-%{version}.tar.gz BuildRequires: jvnet-parent maven-local maven-enforcer-plugin maven-plugin-bundle @@ -44,5 +44,8 @@ rm -r test/com/sun/xml/stream/buffer/stax/InscopeNamespaceTest.java %files help -f .mfiles-javadoc %changelog +* Thu Jun 13 2024 wulei - 1.5.4-2 +- Regulate license information + * Sat Aug 22 2020 liyanan - 1.5.4-1 - package init