From e9c4620f1e6367e535cb2c585aba256096db6ae3 Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 20 Apr 2022 11:14:01 +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-parent.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jetty-parent.spec b/jetty-parent.spec index 2303d50..e65087e 100644 --- a/jetty-parent.spec +++ b/jetty-parent.spec @@ -1,8 +1,8 @@ Name: jetty-parent Version: 19 -Release: 1 +Release: 2 Summary: Jetty parent POM file -License: ASL 2.0 or EPL +License: ASL 2.0 or EPL-1.0 URL: https://www.eclipse.org/jetty/ Source0: https://repo1.maven.org/maven2/org/eclipse/jetty/%{name}/%{version}/%{name}-%{version}.pom Source2: https://www.eclipse.org/legal/epl-v10.html @@ -28,5 +28,8 @@ cp -p %{SOURCE2} %{SOURCE3} . %doc epl-v10.html LICENSE-2.0.txt %changelog +* Wed Apr 20 2022 liukuo - 19-2 +- Change the license to "ASL 2.0 or EPL-1.0" + * Thu Jul 30 2020 shaoqiang kang - 19-1 - Package init -- Gitee