28 lines
605 B
JSON
28 lines
605 B
JSON
{
|
|
"bundles": [
|
|
{
|
|
"bundleName": "apache2",
|
|
"licenseName": "Apache License, Version 2.0",
|
|
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"transformationRules": [
|
|
{
|
|
"bundleName": "apache2",
|
|
"licenseNamePattern": "Apache 2.0"
|
|
},
|
|
{
|
|
"bundleName": "apache2",
|
|
"licenseNamePattern": "Apache-2.0"
|
|
},
|
|
{
|
|
"bundleName": "apache2",
|
|
"licenseNamePattern": "The Apache License, Version 2.0"
|
|
},
|
|
{
|
|
"bundleName": "apache2",
|
|
"licenseNamePattern": "The Apache Software License, Version 2.0"
|
|
}
|
|
]
|
|
}
|