OSDN Git Service

Fix license name and URL link
authorHiroshi Miura <miurahr@linux.com>
Tue, 22 Jun 2021 09:07:45 +0000 (18:07 +0900)
committerHiroshi Miura <miurahr@linux.com>
Tue, 22 Jun 2021 09:07:45 +0000 (18:07 +0900)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
build.gradle
gradle.properties

index d355033..f56a84f 100644 (file)
@@ -110,8 +110,8 @@ project(':dictzip-lib') {
                     url.set(projectUrl)
                     licenses {
                         license {
-                            name.set("GNU General Public License Version 2+CE")
-                            url.set("https://www.gnu.org/licenses/old-licenses/gpl-2.0")
+                            name.set("GNU General Public License v2.0 w/Classpath exception")
+                            url.set("https://www.gnu.org/software/classpath/license.html")
                         }
                     }
                     scm {
index efbc9f5..a1b5201 100644 (file)
@@ -1,7 +1,7 @@
 projectUrl=https://github.com/dictzip/dictzip-java
 githubUrl=https://github.com/dictzip/dictzip-java.git
-licenseName='GNU General Public License, Version 3'
-licenseUrl='https://www.gnu.org/licenses/gpl.html'
+licenseName='GPL-2.0-with-classpath-exception'
+licenseUrl='https://www.gnu.org/software/classpath/license.html'
 projectGroup=io.github.dictzip
 projectDesc=DictZip compression library and CLI
 projectOwner=miurahr