24 lines
520 B
JSON
24 lines
520 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": "The Apache License, Version 2.0"
|
|
},
|
|
{
|
|
"bundleName": "apache2",
|
|
"licenseNamePattern": "The Apache Software License, Version 2.0"
|
|
}
|
|
]
|
|
}
|