From 45d38c3c4674e67f0f48e54ae1d38265d4b853f8 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Wed, 11 May 2022 16:46:41 +0800 Subject: [PATCH] License compliance rectification --- jetty-build-support.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jetty-build-support.spec b/jetty-build-support.spec index 036ee53..f1b992d 100644 --- a/jetty-build-support.spec +++ b/jetty-build-support.spec @@ -1,8 +1,8 @@ Name: jetty-build-support Version: 1.4 -Release: 1 +Release: 2 Summary: Jetty build support files -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 @@ -37,5 +37,8 @@ Summary: API documentation for %{name} %doc jetty-distribution-remote-resources/src/main/resources/* %changelog +* Mon May 9 2022 baizhonggui - 1.4-2 +- modify license identifier + * Wed Aug 5 2020 huanghaitao - 1.4-1 - package init -- Gitee