From 02cbba11b22ad46486ef0b6d75ebc7dfff3d8b5f Mon Sep 17 00:00:00 2001 From: wang--ge Date: Wed, 11 May 2022 14:19:43 +0800 Subject: [PATCH] License compliance rectification --- jaxb2-common-basics.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jaxb2-common-basics.spec b/jaxb2-common-basics.spec index 1cbc625..b387021 100644 --- a/jaxb2-common-basics.spec +++ b/jaxb2-common-basics.spec @@ -1,8 +1,8 @@ Name: jaxb2-common-basics Version: 0.9.5 -Release: 2 +Release: 3 Summary: JAXB2 Basics -License: BSD +License: BSD-2-Clause Url: https://github.com/highsource/jaxb2-basics Source0: https://github.com/highsource/jaxb2-basics/archive/0.9.5.tar.gz Patch0: 0001-Port-to-latest-version-of-javaparser.patch @@ -65,6 +65,9 @@ sed -i -e 's/com\.vividsolutions\.jts/org.locationtech.jts/' $(find -name *.java %license LICENSE %changelog +* Wed May 11 2022 Ge Wang - 0.9.5-3 +- License compliance rectification + * Wed Oct 28 2020 baizhonggui - 0.9.5-2 - Remove spring-context-support dep -- Gitee