From 4869d1aff175f27317dc09cded7cb86e7d355296 Mon Sep 17 00:00:00 2001 From: Georgi Krastev Date: Sun, 6 Feb 2022 19:15:41 +0100 Subject: [PATCH] Use predefined Apache 2 license --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2d9af0d1..2c9e06a7 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ addCommandAlias("mima", "coreJVM/mimaReportBinaryIssues") addCommandAlias("fmt", "all scalafmtSbt scalafmtAll") addCommandAlias("fmtCheck", "all scalafmtSbtCheck scalafmtCheckAll") -ThisBuild / licenses := Seq("Apache 2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")) +ThisBuild / licenses := Seq(License.Apache2) ThisBuild / developers := List( Developer("milessabin", "Miles Sabin", "", url("http://milessabin.com/blog")), Developer("kailuowang", "Kai(luo) Wang", "kailuo.wang@gmail.com", url("http://kailuowang.com/")),