From 22270c456cd0a8717e52e4a9dcd14883496d7f5e Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Fri, 17 Jun 2022 08:37:43 +0000 Subject: [PATCH] update glassfish-ejb-api.spec. --- 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 8f30dd2..5e7a9fa 100644 --- a/glassfish-ejb-api.spec +++ b/glassfish-ejb-api.spec @@ -1,8 +1,8 @@ Name: glassfish-ejb-api Version: 3.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 @@ -49,5 +49,8 @@ cp %{SOURCE1} ./ %license LICENSE %changelog +* Fri Jun 17 2022 Chenyx - 3.2-2 +- License compliance rectification + * Sat Aug 15 2020 Ge Wang - 3.2-1 - Package init -- Gitee