From 65c010445dfbd1449de32fe85e610b050212a7b5 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Wed, 11 May 2022 16:51:37 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 1f2feb10795ba13a2b201f774a5bcea7d0ad95cb) --- takari-plugin-testing.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/takari-plugin-testing.spec b/takari-plugin-testing.spec index 6e123a2..9d8b217 100644 --- a/takari-plugin-testing.spec +++ b/takari-plugin-testing.spec @@ -1,8 +1,8 @@ Name: takari-plugin-testing Version: 2.9.2 -Release: 1 +Release: 2 Summary: Maven plugin testing library -License: EPL and ASL 2.0 +License: EPL-1.0 and ASL 2.0 URL: http://takari.io/ BuildArch: noarch Source0: https://github.com/takari/takari-plugin-testing-project/archive/takari-plugin-testing-%{version}.tar.gz @@ -52,5 +52,8 @@ cp %{SOURCE1} %{SOURCE2} . %license epl-v10.html LICENSE-2.0.txt %changelog +* Mon May 9 2022 baizhonggui - 2.9.2-2 +- modify license identifier + * Fri Aug 14 2020 maminjie - 2.9.2-1 - package init -- Gitee