diff --git a/NOTICE b/NOTICE index bc6328db..93b2e28b 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ This product includes the software developed by third-party: - * Google Guava https://code.google.com/p/guava-libraries/ (APL2) + * Google Guava https://code.google.com/p/guava-libraries/ (Apache-2.0) * sbt-extras: https://github.com/paulp/sbt-extras (BSD) (LICENSE.sbt-extras.txt) diff --git a/sonatype.sbt b/sonatype.sbt index f016335a..3fcb592f 100644 --- a/sonatype.sbt +++ b/sonatype.sbt @@ -2,7 +2,7 @@ import xerial.sbt.Sonatype._ ThisBuild / sonatypeProfileName := "org.msgpack" ThisBuild / homepage := Some(url("https://msgpack.org/")) -ThisBuild / licenses := Seq("APL2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")) +ThisBuild / licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")) ThisBuild / scmInfo := Some( ScmInfo( url("https://github.com/msgpack/msgpack-java"),