Skip to content

Commit

Permalink
Add (GPL-2.0 OR MIT) license as allowed (#14439)
Browse files Browse the repository at this point in the history
* Add GPL-2.0 OR MIT license as allowed
* Remove ua-parser-js from overwrites
  • Loading branch information
timroes authored and Tim Roes committed Oct 12, 2017
1 parent b05549a commit 401e15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/config/licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -51,7 +52,6 @@ module.exports = function () {
'[email protected]': ['Public domain'],
'[email protected]': ['MIT'],
'[email protected]': ['MIT'],
'[email protected]': ['MIT'],
'[email protected]': ['BSD'],
}
}
Expand Down

0 comments on commit 401e15b

Please sign in to comment.