From 7b0a07aee694e970ef7e3ecc160bd994d7e2e51b Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 13 Jun 2024 10:54:13 +0800 Subject: [PATCH] License compliance rectification --- spec-version-maven-plugin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/spec-version-maven-plugin.spec b/spec-version-maven-plugin.spec index 7446cf1..a9772a8 100644 --- a/spec-version-maven-plugin.spec +++ b/spec-version-maven-plugin.spec @@ -1,8 +1,8 @@ Name: spec-version-maven-plugin Version: 1.2 -Release: 1 +Release: 2 Summary: Spec Version Maven Plugin -License: CDDL or GPLv2 with exceptions +License: CDDL-1.1 or GPLv2 with exceptions URL: http://glassfish.java.net/ Source0: https://github.com/javaee/spec-version-maven-plugin/archive/1.2.tar.gz Source1: https://github.com/javaee/spec-version-maven-plugin/raw/master/LICENSE @@ -41,5 +41,8 @@ sed -i 's/\r//' LICENSE.txt %license LICENSE.txt %changelog +* Thu Jun 13 2024 wulei - 1.2-2 +- Regulate license information + * Wed Jul 22 2020 yaokai - 1.2-1 - package init