From 315740b48652e0ed6f9bf1a82e4460808c2acfc1 Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 20 Apr 2022 11:29:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80spec=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=9A=84License=E5=90=8D=E7=A7=B0=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jetty-artifact-remote-resources.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jetty-artifact-remote-resources.spec b/jetty-artifact-remote-resources.spec index 543f13c..356552e 100644 --- a/jetty-artifact-remote-resources.spec +++ b/jetty-artifact-remote-resources.spec @@ -1,8 +1,8 @@ Name: jetty-artifact-remote-resources Version: 1.0 -Release: 1 +Release: 2 Summary: Jetty toolchain artifact remote resources -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 Source2: http://www.apache.org/licenses/LICENSE-2.0.txt @@ -26,5 +26,8 @@ cp -p %{SOURCE2} %{SOURCE3} . %doc LICENSE-2.0.txt epl-v10.html %changelog +* Wed Apr 20 2022 liukuo - 1.0-2 +- Change the license to "ASL 2.0 or EPL-1.0" + * Wed Aug 5 2020 huanghaitao - 1.0-1 - package init -- Gitee