From b4b55d09805f3ea2c914e5958dc47ec89e8a9fd8 Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Mon, 14 May 2018 10:24:27 -0400 Subject: [PATCH] test: license test updates `@webassemblyjs/leb128@1.4.3` is Apache-2.0 but missing license field --- scripts/test-licenses.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/test-licenses.js b/scripts/test-licenses.js index 5b5ceaca4c..1d7a785509 100644 --- a/scripts/test-licenses.js +++ b/scripts/test-licenses.js @@ -69,6 +69,7 @@ const licenseReplacements = { // Just a longer string that our script catches. SPDX official name is the shorter one. 'Apache License, Version 2.0': 'Apache-2.0', 'Apache2': 'Apache-2.0', + 'Apache 2.0': 'Apache-2.0', 'AFLv2.1': 'AFL-2.1', // BSD is BSD-2-clause by default. 'BSD': 'BSD-2-Clause', @@ -83,6 +84,7 @@ const ignoredPackages = [ 'true-case-path@1.0.2', // Apache-2.0 but broken license in package.json 'pako@1.0.6', // SPDX expression (MIT AND Zlib) in package.json 'sha.js@2.4.11', // SPDX expression (MIT AND BSD-3-Clause) in package.json + '@webassemblyjs/leb128@1.4.3', // Apache-2.0 but no license field in package.json 'jsonify@0.0.0', // TODO(hansl): fix this. this is not an acceptable license, but is 8 deps down // so hard to manage. In talk with owner and users to switch over.