From a49e69cee9bd20200fe74a8cb92c953e957cb423 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Tue, 10 May 2022 19:17:52 +0800 Subject: [PATCH] License compliance rectification --- maven-jaxb2-plugin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/maven-jaxb2-plugin.spec b/maven-jaxb2-plugin.spec index a4d5106..039f0b2 100644 --- a/maven-jaxb2-plugin.spec +++ b/maven-jaxb2-plugin.spec @@ -1,8 +1,8 @@ Name: maven-jaxb2-plugin Version: 0.13.0 -Release: 1 +Release: 2 Summary: Provides the capability to generate java sources from schemas -License: BSD and ASL 2.0 +License: BSD-2-Clause and ASL 2.0 URL: http://java.net/projects/maven-jaxb2-plugin/pages/Home Source0: https://github.com/highsource/maven-jaxb2-plugin/archive/0.13.0.tar.gz Patch0: %{name}-0.13.0-dont-use-internal-resolver.patch @@ -57,5 +57,8 @@ The API documentation of %{name}. %license LICENSE %changelog +* Tue May 10 2022 xu_ping - 0.13.0-2 +- License compliance rectification + * Wed Aug 5 2020 chengzihan - 0.13.0-1 - Package init