From d30b88fffbb41c13b92761d00f844b276ce96d6a Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Tue, 30 Jul 2024 17:10:28 +0800 Subject: [PATCH] License compliance rectification Signed-off-by: cherry530 <707078654@qq.com> (cherry picked from commit 50abd32998d9c4a32fcf517f59a0f8f448195df8) --- groovy18.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/groovy18.spec b/groovy18.spec index f4ce6d7..077d253 100644 --- a/groovy18.spec +++ b/groovy18.spec @@ -2,9 +2,9 @@ %global archiver 1_8_9 Name: groovy18 Version: 1.8.9 -Release: 4 +Release: 5 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 and EPL-1.0 and Public Domain and CC-BY-2.5 URL: http://groovy-lang.org Source0: https://github.com/groovy/groovy-core/archive/GROOVY_%{archiver}.zip Source1: groovy18-script @@ -122,6 +122,9 @@ install -p -m644 %{SOURCE2} \ %license LICENSE.txt LICENSE-2.0.txt NOTICE.txt cpl-v10.txt epl-v10.txt %changelog +* Tue Jul 30 2024 xu_ping <707078654@qq.com> - 1.8.9-5 +- License compliance rectification. + * Mon Mar 11 2024 Ge Wang - 1.8.9-4 - Add command line parser separator recogonition -- Gitee