From 2a145027c122e56c2b7066e4f03486996776cc1e Mon Sep 17 00:00:00 2001 From: Tim Roes Date: Thu, 12 Oct 2017 13:20:06 +0200 Subject: [PATCH] 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 --- tasks/config/licenses.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/config/licenses.js b/tasks/config/licenses.js index 2b0dabace9b4..56f5ad7c2a46 100644 --- a/tasks/config/licenses.js +++ b/tasks/config/licenses.js @@ -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'], } }