Skip to content

Commit

Permalink
license (#166)
Browse files Browse the repository at this point in the history
jaredsburrows authored Sep 13, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b288120 commit 19feac1
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -118,7 +118,7 @@ Design,null,26.1.0,null,null,null,The Apache Software License,http://www.apache.
Note, if no license information is found in the POM for a project, "No License Found" will be used.
Those will be listed first.
Other missing information is provided as default values that can be corrected from other sources.
Projects are grouped by license name and the licence text is only provided once.
Projects are grouped by license name and the license text is only provided once.
Projects with multiple licenses are grouped as if those licenses were a single combined license.

**JSON (full example):**
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -15,9 +15,9 @@ POM_SCM_URL=https://github.com/jaredsburrows/gradle-license-plugin
POM_SCM_CONNECTION=scm:git:git://github.com/jaredsburrows/gradle-license-plugin.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/jaredsburrows/gradle-license-plugin.git

POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_LICENSE_NAME=The Apache Software License, Version 2.0
POM_LICENSE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENSE_DIST=repo

POM_DEVELOPER_ID=jaredsburrows
POM_DEVELOPER_NAME=Jared Burrows
6 changes: 3 additions & 3 deletions gradle/publish.gradle
Original file line number Diff line number Diff line change
@@ -69,9 +69,9 @@ publishing {

licenses {
license {
name = POM_LICENCE_NAME
url = POM_LICENCE_URL
distribution = POM_LICENCE_DIST
name = POM_LICENSE_NAME
url = POM_LICENSE_URL
distribution = POM_LICENSE_DIST
}
}

0 comments on commit 19feac1

Please sign in to comment.