From a652f0b79cbe88f52b55e7b99758aa1f9e4b0d32 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Wed, 11 May 2022 16:44:20 +0800 Subject: [PATCH] License compliance rectification --- jetty-assembly-descriptors.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jetty-assembly-descriptors.spec b/jetty-assembly-descriptors.spec index f77deec..b1d3a81 100644 --- a/jetty-assembly-descriptors.spec +++ b/jetty-assembly-descriptors.spec @@ -1,8 +1,8 @@ Name: jetty-assembly-descriptors Version: 1.0 -Release: 1 +Release: 2 Summary: Jetty assembly descriptors used for building -License: ASL 2.0 or EPL +License: ASL 2.0 or EPL-1.0 URL: http://www.eclipse.org/jetty/ Source0: http://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/snapshot/org.eclipse.jetty.toolchain-%{name}-%{version}.tar.gz BuildArch: noarch @@ -26,5 +26,8 @@ cp -p %{SOURCE1} %{SOURCE2} . %doc LICENSE-2.0.txt epl-v10.html %changelog +* Mon May 9 2022 baizhonggui - 1.0-2 +- modify license identifier + * Wed Aug 5 2020 huanghaitao - 1.0-1 - package init -- Gitee