From 0f9a3eeff7568154b18319175c06be1c7787b483 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Tue, 16 Jan 2024 20:57:01 +0800 Subject: [PATCH] License compliance rectification --- glassfish-ejb-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glassfish-ejb-api.spec b/glassfish-ejb-api.spec index cd85b82..8c9c438 100644 --- a/glassfish-ejb-api.spec +++ b/glassfish-ejb-api.spec @@ -1,8 +1,8 @@ Name: glassfish-ejb-api Version: 3.2.2 -Release: 1 +Release: 2 Summary: Java EJB 3.2 API Design Specification -License: CDDL or GPLv2 with exceptions +License: CDDL-1.1 or GPLv2 with exceptions URL: https://java.net/projects/ejb-spec/ Source0: https://github.com/javaee/javax.ejb/archive/%{version}.tar.gz Source1: https://javaee.github.io/glassfish/LICENSE @@ -52,6 +52,9 @@ cp %{SOURCE1} ./ %license LICENSE %changelog +* Tue Jan 16 2024 yaoxin - 3.2.2-2 +- License compliance rectification + * Mon Jul 10 2023 Ge Wang - 3.2.2-1 - Update to version 3.2.2 -- Gitee