From 688e84858c50e668bec3c5d62d76a8077aa80332 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Wed, 11 May 2022 16:43:49 +0800 Subject: [PATCH] License compliance rectification --- jersey1.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jersey1.spec b/jersey1.spec index e3ec1b9..b46e931 100644 --- a/jersey1.spec +++ b/jersey1.spec @@ -1,8 +1,8 @@ Name: jersey1 Version: 1.19 -Release: 1 +Release: 2 Summary: JAX-RS (JSR 311) production quality Reference Implementation -License: (CDDL or GPLv2 with exceptions) and ASL 2.0 +License: (CDDL-1.1 or GPLv2 with exceptions) and ASL 2.0 URL: http://jersey.java.net/ Source0: https://github.com/jersey/jersey-1.x/archive/%{version}.tar.gz Source1: http://www.apache.org/licenses/LICENSE-2.0.txt @@ -256,5 +256,8 @@ install -p -m 644 ant-wadl-task %{buildroot}%{_sysconfdir}/ant.d/ant-wadl-task %license license.html legal/LICENSE.txt legal/maintenance/copyright.txt LICENSE-2.0.txt %changelog +* Mon May 9 2022 baizhonggui - 1.19-2 +- modify license identifier + * Wed Sep 2 2020 chengzihan - 1.19-1 - Package init -- Gitee