From 0309b40d7eb2c40d423bda3d093b55056838b19a Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 10 May 2022 15:52:15 +0800 Subject: [PATCH] License compliance rectification --- snowball-java.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/snowball-java.spec b/snowball-java.spec index 0165128..d08ff63 100644 --- a/snowball-java.spec +++ b/snowball-java.spec @@ -1,8 +1,8 @@ Name: snowball-java Version: 0 -Release: 1 +Release: 2 Summary: Java stemming algorithm library -License: BSD +License: BSD-2-Clause URL: http://snowball.tartarus.org Source0: http://snowball.tartarus.org/dist/libstemmer_java.tgz Source1: snowball-template-pom.xml @@ -52,5 +52,8 @@ sed -i 's/\r//' license.txt notice.txt %license license.txt notice.txt %changelog +* Tue May 10 2022 liyanan - 0-2 +- License compliance rectification + * Thu Jul 30 2020 maminjie - 0-1 - package init