Skip to content

Commit d665284

Browse files
authored
Use SPDX-ID in license name (#653)
Change the license name to the SPDX-ID equivalent. See: https://spdx.org/licenses/
1 parent 1346a03 commit d665284

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This product includes the software developed by third-party:
22

3-
* Google Guava https://code.google.com/p/guava-libraries/ (APL2)
3+
* Google Guava https://code.google.com/p/guava-libraries/ (Apache-2.0)
44
* sbt-extras: https://github.com/paulp/sbt-extras (BSD) (LICENSE.sbt-extras.txt)
55

sonatype.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import xerial.sbt.Sonatype._
22

33
ThisBuild / sonatypeProfileName := "org.msgpack"
44
ThisBuild / homepage := Some(url("https://msgpack.org/"))
5-
ThisBuild / licenses := Seq("APL2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt"))
5+
ThisBuild / licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt"))
66
ThisBuild / scmInfo := Some(
77
ScmInfo(
88
url("https://github.com/msgpack/msgpack-java"),

0 commit comments

Comments
 (0)