From d308d0724572c2441f04e56e818cddde153b4b6f Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Wed, 11 May 2022 16:47:40 +0800 Subject: [PATCH] License compliance rectification --- jhighlight.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jhighlight.spec b/jhighlight.spec index 6d7c5dc..4d40424 100644 --- a/jhighlight.spec +++ b/jhighlight.spec @@ -1,8 +1,8 @@ Name: jhighlight Version: 1.0.1 -Release: 1 +Release: 2 Summary: An embeddable pure Java syntax highlighting library -License: LGPLv2+ or CDDL +License: LGPLv2+ or CDDL-1.0 URL: http://svn.rifers.org/jhighlight Source0: https://github.com/codelibs/jhighlight/archive/jhighlight-%{version}.tar.gz Patch0: servlet31.patch @@ -43,5 +43,8 @@ This package contains the API documentation for %{name}. %doc COPYING %changelog +* Mon May 9 2022 baizhonggui - 1.0.1-2 +- modify license identifier + * Wed Jul 29 2020 zhanghua - 1.0.1-1 - package init -- Gitee