From 18d109c116f154d7559a6acf11fb5a3d01a500c2 Mon Sep 17 00:00:00 2001 From: yashkohli88 Date: Wed, 11 Dec 2024 15:16:06 +0530 Subject: [PATCH] Added a testcase for MPL-1.1 --- test/lib/util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lib/util.js b/test/lib/util.js index 34fbe8e6..a4597a3d 100644 --- a/test/lib/util.js +++ b/test/lib/util.js @@ -41,6 +41,7 @@ describe('Utils latest version', () => { 'http://www.eclipse.org/org/documents/edl-v10.php': 'EDL-1.0', 'https://www.mozilla.org/en-US/MPL/2.0/': 'MPL-2.0', 'https://www.mozilla.org/en-US/MPL/1.1/': 'MPL-1.1', + 'http://www.mozilla.org/MPL/MPL-1.1.html': 'MPL-1.1', 'https://www.gnu.org/licenses/lgpl-2.1.html': 'LGPL-2.1', 'http://opensource.org/licenses/Apache-2.0': 'Apache-2.0', 'https://licenses.nuget.org/Apache-2.0': 'Apache-2.0',