From ecc450711da3691bd6faa687fb2c5a2a0019f1f0 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 13 Jun 2024 10:55:38 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit b298d18c4ae5c20a7d0d8601aaae295988bc3fc1) --- jboss-jaxws-2.2-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jboss-jaxws-2.2-api.spec b/jboss-jaxws-2.2-api.spec index 7c58f24..dc16447 100644 --- a/jboss-jaxws-2.2-api.spec +++ b/jboss-jaxws-2.2-api.spec @@ -2,9 +2,9 @@ %global namedversion %{version}%{?namedreltag} Name: jboss-jaxws-2.2-api Version: 2.0.3 -Release: 1 +Release: 2 Summary: Java API for XML-Based Web Services 2.2 -License: CDDL or GPLv2+ +License: CDDL-1.0 or GPLv2+ URL: http://www.jboss.org/ Source0: https://github.com/jboss/jboss-jaxws-api_spec/archive/jboss-jaxws-api_2.2_spec-%{namedversion}.tar.gz BuildArch: noarch @@ -37,5 +37,8 @@ This package contains the API documentation for %{name}. %doc src/main/resources/NOTE.txt %changelog +* Thu Jun 13 2024 wulei - 2.0.3-2 +- Regulate license information + * Wed May 12 2021 caodongxia - 2.0.3-1 - package init -- Gitee