From 34be3cb5dfea35ba50616b7a5412181a655b5487 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Tue, 10 May 2022 19:17:18 +0800 Subject: [PATCH] License compliance rectification --- groovy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/groovy.spec b/groovy.spec index e832943..f9141e2 100644 --- a/groovy.spec +++ b/groovy.spec @@ -1,8 +1,8 @@ Name: groovy Version: 2.4.8 -Release: 10 +Release: 11 Summary: Dynamic language for the Java Platform -License: ASL 2.0 and BSD and EPL-1.0 and Public Domain and ANTLR-PD and MIT +License: ASL 2.0 and BSD-3-Clause and EPL-1.0 and Public Domain and ANTLR-PD and MIT URL: http://groovy-lang.org Source0: https://dl.bintray.com/groovy/maven/apache-groovy-src-%{version}.zip Source1: groovy-script.sh @@ -191,6 +191,9 @@ EOF %doc LICENSE NOTICE README.adoc %changelog +* Tue May 10 2022 xu_ping - 2.4.8-11 +- License compliance rectification + * Mon Aug 09 2021 lingsheng - 2.4.8-10 - Speed up class loading of groovy-all files -- Gitee