File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11This 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import xerial.sbt.Sonatype._
22
33ThisBuild / sonatypeProfileName := " org.msgpack"
44ThisBuild / 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" ))
66ThisBuild / scmInfo := Some (
77 ScmInfo (
88 url(" https://github.com/msgpack/msgpack-java" ),
You can’t perform that action at this time.
0 commit comments