From ddedad89c9d36a6227dcaf4d488a04066af2311a Mon Sep 17 00:00:00 2001 From: Monday Date: Fri, 1 Apr 2022 09:29:22 +0000 Subject: [PATCH] =?UTF-8?q?=E6=98=8E=E7=A1=AELicense=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- glassfish-websocket-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glassfish-websocket-api.spec b/glassfish-websocket-api.spec index 23cd8aa..463c692 100644 --- a/glassfish-websocket-api.spec +++ b/glassfish-websocket-api.spec @@ -1,8 +1,8 @@ Name: glassfish-websocket-api Version: 1.1 -Release: 1 +Release: 2 Summary: JSR 356: Java API for WebSocket -License: CDDL or GPLv2 with exceptions +License: CDDL-1.1 or GPLv2 with exceptions URL: https://java.net/projects/websocket-spec/ Source0: https://github.com/pavelbucek/websocket-spec/archive/%{version}.tar.gz BuildRequires: maven-local mvn(net.java:jvnet-parent:pom:) @@ -63,5 +63,8 @@ cd api %license api/etc/config/copyright.txt api/src/main/javadoc/doc-files/speclicense.html %changelog +* Fri Apr 1 2022 licihua - 1.1-2 +- Change License + * Sat Aug 15 2020 Ge Wang - 1.1-1 - Package init