From e4f989ad41193bd506f26d5408da2a98df4c319f Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 13 Jun 2024 10:55:49 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 47fbf5b7fc70389b3625c91d493410b18189ce00) --- jhighlight.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jhighlight.spec b/jhighlight.spec index 6d7c5dc..ac851bb 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 +* Thu Jun 13 2024 wulei - 1.0.1-2 +- Regulate license information + * Wed Jul 29 2020 zhanghua - 1.0.1-1 - package init -- Gitee