mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
* Check dependencies' open-source licenses Use jk1/Gradle-License-Report to verify that all dependencies have open-source licenses. Note that the following dependencies are not checked: Dependencies of official Gradle plugins Dependencies declared in buildscript block Dependencies of jk1/Gradle-License-Report itself
33 lines
859 B
JSON
33 lines
859 B
JSON
{
|
|
"bundles" : [
|
|
{
|
|
"bundleName" : "Apache 2.0",
|
|
"licenseName" : "Apache 2.0",
|
|
"licenseUrl" : "http://www.apache.org/licenses/LICENSE-2.0"
|
|
},
|
|
{
|
|
"bundleName" : "MIT License",
|
|
"licenseName" : "MIT License",
|
|
"licenseUrl" : "http://www.opensource.org/licenses/mit-license.php"
|
|
}
|
|
],
|
|
"transformationRules" : [
|
|
{
|
|
"bundleName" : "Apache 2.0",
|
|
"licenseUrlPattern" : "http://www.apache.org/licenses/LICENSE-2.0"
|
|
},
|
|
{
|
|
"bundleName" : "Apache 2.0",
|
|
"licenseUrlPattern" : "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
|
},
|
|
{
|
|
"bundleName" : "MIT License",
|
|
"licenseUrlPattern" : "http://www.opensource.org/licenses/mit-license.php"
|
|
},
|
|
{
|
|
"bundleName" : "MIT License",
|
|
"licenseUrlPattern" : "http://www.opensource.org/licenses/MIT"
|
|
}
|
|
]
|
|
}
|