From 00120ac5ff8d44054acca42d3e1b12c88a3754fc Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Mon, 11 Mar 2024 14:07:03 -0400 Subject: [PATCH] [license check] Add exclusion for 3PP still under IP review The 3PP is believed to be license-compatible, according to the Eclipse Foundation rules Signed-off-by: Marc Dumais --- configs/license-check-config.json | 3 ++- configs/license-check-exclusions.json | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 configs/license-check-exclusions.json diff --git a/configs/license-check-config.json b/configs/license-check-config.json index 04bb8a2b..5392e75f 100644 --- a/configs/license-check-config.json +++ b/configs/license-check-config.json @@ -4,5 +4,6 @@ "inputFile": "yarn.lock", "batch": 50, "timeout": 200, - "summary": "license-check-summary.txt" + "summary": "license-check-summary.txt", + "exclusions": "configs/license-check-exclusions.json" } diff --git a/configs/license-check-exclusions.json b/configs/license-check-exclusions.json new file mode 100644 index 00000000..95d2fd13 --- /dev/null +++ b/configs/license-check-exclusions.json @@ -0,0 +1,3 @@ +{ + "npm/npmjs/@types/qs/6.9.10": "Believed to be licensed under MIT. IP ticket under review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/13996" +}