Skip to content

Commit 6b30aa9

Browse files
committed
fix: License on publish
Ooops, we are not Apache 2 but instead MIT.
1 parent 72c0c5d commit 6b30aa9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ mavenPublishing {
7777
url.set("https://github.com/ryanhallock/zstd-java/")
7878
licenses {
7979
license {
80-
name.set("The Apache License, Version 2.0")
81-
url.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
82-
distribution.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
80+
name.set("The MIT License")
81+
url.set("https://opensource.org/licenses/MIT")
82+
distribution.set("https://opensource.org/licenses/MIT")
8383
}
8484
}
8585
developers {

0 commit comments

Comments
 (0)