From 13b36763c332517045181852852ac10854e27910 Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 20 Apr 2022 11:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80spec=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=9A=84License=E5=90=8D=E7=A7=B0=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..35977f9 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 +* Wed Apr 20 2022 liukuo - 2.9.2-2 +- Change the license to "EPL-1.0 and ASL 2.0" + * Fri Aug 14 2020 maminjie - 2.9.2-1 - package init -- Gitee