From 9deeb2bfdb699650557f1c939516c5fc4307744e Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Mon, 22 Jul 2024 10:03:03 +0800 Subject: [PATCH] Regulate license information --- 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 309b342..2973aed 100644 --- a/glassfish-toplink-essentials.spec +++ b/glassfish-toplink-essentials.spec @@ -1,8 +1,8 @@ Name: glassfish-toplink-essentials Version: 2.0.46 -Release: 3 +Release: 4 Summary: Glassfish JPA Toplink Essentials -License: CDDL-1.1 OR GPL-2.0-with-classpath-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 +* Mon Jul 22 2024 wulei - 2.0.46-4 +- Regulate license information + * Thu May 12 2022 Ge Wang - 2.0.46-3 - license compliance rectification -- Gitee