From eed4ff6ee02b6694ffe75dd4564913b852111a90 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Tue, 10 May 2022 19:17:31 +0800 Subject: [PATCH] License compliance rectification --- groovy18.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/groovy18.spec b/groovy18.spec index 123d96a..0a48fc7 100644 --- a/groovy18.spec +++ b/groovy18.spec @@ -2,9 +2,9 @@ %global archiver 1_8_9 Name: groovy18 Version: 1.8.9 -Release: 1 +Release: 2 Summary: Dynamic language for the Java Platform -License: ASL 2.0 and BSD and EPL and Public Domain and CC-BY +License: ASL 2.0 and BSD-3-Clause-LBNL and EPL and Public Domain and CC-BY URL: http://groovy-lang.org Source0: https://github.com/groovy/groovy-core/archive/GROOVY_%{archiver}.zip Source1: groovy18-script @@ -122,5 +122,8 @@ install -p -m644 %{SOURCE2} \ %license LICENSE.txt LICENSE-2.0.txt NOTICE.txt cpl-v10.txt epl-v10.txt %changelog +* Tue May 10 2022 xu_ping - 1.8.9-2 +- License compliance rectification + * Sat Aug 15 2020 zhanghua - 1.8.9-1 - Package init -- Gitee