From 651bb6487be2b5dd882f85ba6bf78b8c60dd451a Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Wed, 11 May 2022 21:13:16 +0800 Subject: [PATCH] License compliance rectification --- jsonp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jsonp.spec b/jsonp.spec index a5c7f47..0b0658c 100644 --- a/jsonp.spec +++ b/jsonp.spec @@ -2,9 +2,9 @@ %global namedversion %{version}%{?namedreltag} Name: jsonp Version: 1.0.4 -Release: 1 +Release: 2 Summary: JSR 353 (JSON Processing) RI -License: CDDL or GPLv2 with exceptions +License: CDDL-1.1 or GPL-2.0-with-classpath-exception URL: http://java.net/projects/jsonp/ Source0: https://github.com/javaee/jsonp/archive/jsonp-1.0.4.tar.gz Source1: https://github.com/javaee/spec-version-maven-plugin/raw/master/LICENSE @@ -63,5 +63,8 @@ sed -i 's/\r//' LICENSE.txt %license LICENSE.txt %changelog +* Wed May 11 2022 wangkai - 1.0.4-2 +- License compliance rectification + * Mon Aug 24 2020 yaokai - 1.0.4-1 - package init