From b9c118aff548be11a8905f14f2c6db8453681cd5 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 10 May 2022 16:04:07 +0800 Subject: [PATCH] License compliance rectification --- sbt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sbt.spec b/sbt.spec index 5ad8e33..41a4c7a 100644 --- a/sbt.spec +++ b/sbt.spec @@ -45,12 +45,12 @@ Name: sbt Version: %{sbt_version} -Release: 2 +Release: 3 Summary: The simple build tool for Scala and Java projects BuildArch: noarch -License: BSD +License: MIT and Apache-2.0 URL: http://www.scala-sbt.org Source0: https://github.com/sbt/sbt/archive/v%{version}%{sbt_build}.tar.gz Patch0: sbt-0.13.1-sbt-scala.patch @@ -477,6 +477,9 @@ done %doc README.md LICENSE NOTICE %changelog +* Tue May 10 2022 liyanan - 0.13.1-3 +- License compliance rectification + * Sat Dec 12 2020 wangxiao - %{sbt_version}-2 - delete unuse file -- Gitee