Add (GPL-2.0 OR MIT) license as allowed (#14439)

* Add GPL-2.0 OR MIT license as allowed
* Remove ua-parser-js from overwrites
This commit is contained in:
Tim Roes 2017-10-12 13:20:06 +02:00 committed by GitHub
parent ced8d979b0
commit 2a145027c1

View file

@ -4,6 +4,7 @@ module.exports = function () {
licenses: [
'(BSD-2-Clause OR MIT OR Apache-2.0)',
'(BSD-2-Clause OR MIT)',
'(GPL-2.0 OR MIT)',
'(MIT AND CC-BY-3.0)',
'(MIT OR Apache-2.0)',
'AFLv2.1',
@ -51,7 +52,6 @@ module.exports = function () {
'jsonify@0.0.0': ['Public domain'],
'ripemd160@0.2.0': ['MIT'],
'select@1.0.6': ['MIT'],
'ua-parser-js@0.7.14': ['MIT'],
'uglify-js@2.2.5': ['BSD'],
}
}