From c36f7bed94274afaae10bd42c5dc04a703a0e71f Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 13 Jun 2024 10:51:15 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 8bb21a606a273b9d1c8efd603be4b498aa3e4a63) --- glassfish-toplink-essentials.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glassfish-toplink-essentials.spec b/glassfish-toplink-essentials.spec index 7fc91f7..31f1b50 100644 --- a/glassfish-toplink-essentials.spec +++ b/glassfish-toplink-essentials.spec @@ -1,8 +1,8 @@ Name: glassfish-toplink-essentials Version: 2.0.46 -Release: 2 +Release: 3 Summary: Glassfish JPA Toplink Essentials -License: CDDL or GPLv2 with exceptions +License: CDDL-1.1 or GPLv2 with exceptions URL: http://glassfish.java.net/javaee5/persistence/ Source0: https://repo1.maven.org/maven2/toplink/essentials/toplink-essentials/2.0-46/toplink-essentials-2.0-46-sources.jar Source1: https://repo1.maven.org/maven2/toplink/essentials/toplink-essentials/2.0-46/toplink-essentials-2.0-46.pom @@ -76,6 +76,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} %license ./LICENSE.html %changelog +* Thu Jun 13 2024 wulei - 2.0.46-3 +- Regulate license information + * Tue Oct 20 2020 Ge Wang - 2.0.46-2 - modify compile script to solve defect of jar package -- Gitee