From 1d890d7f23abf64f2a69a34858e0c81d88241795 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Wed, 11 May 2022 16:47:18 +0800 Subject: [PATCH] License compliance rectification --- jetty-toolchain.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jetty-toolchain.spec b/jetty-toolchain.spec index 55bffeb..75363fc 100644 --- a/jetty-toolchain.spec +++ b/jetty-toolchain.spec @@ -1,8 +1,8 @@ Name: jetty-toolchain Version: 1.4 -Release: 1 +Release: 2 Summary: Jetty Toolchain main POM file -License: ASL 2.0 or EPL +License: ASL 2.0 or EPL-1.0 URL: http://www.eclipse.org/jetty/ Source0: https://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/snapshot/org.eclipse.jetty.toolchain-jetty-toolchain-1.4.tar.gz BuildArch: noarch @@ -28,5 +28,8 @@ pushd %{name} %doc LICENSE-APACHE-2.0.txt LICENSE-ECLIPSE-1.0.html notice.html %changelog +* Mon May 9 2022 baizhonggui - 1.4-2 +- modify license identifier + * Thu Jul 30 2020 shaoqiang kang - 1.4-1 - Package init -- Gitee