From b5c57fb46dea2427fe0188fafe251149a99a8cae Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Wed, 11 May 2022 16:46:59 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 3911f06a3a60d098c605e55678db0b3819387c3b) --- jetty-test-helper.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jetty-test-helper.spec b/jetty-test-helper.spec index b349a0e..b21cb04 100644 --- a/jetty-test-helper.spec +++ b/jetty-test-helper.spec @@ -1,7 +1,7 @@ Name: jetty-test-helper Version: 3.1 -Release: 1 -License: ASL 2.0 or EPL +Release: 2 +License: ASL 2.0 or EPL-1.0 Summary: Jetty toolchain test helper URL: https://github.com/eclipse/jetty.toolchain Source0: https://github.com/eclipse/jetty.toolchain/archive/%{name}-%{version}.tar.gz @@ -42,5 +42,8 @@ cp %{SOURCE1} . %license LICENSE-eplv10-aslv20.html %changelog +* Mon May 9 2022 baizhonggui - 3.1-2 +- modify license identifier + * Wed Aug 5 2020 huanghaitao - 3.1-1 - package init -- Gitee