From d7507cf80f11127fbda613e8d0c70e684a4aef07 Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Tue, 24 Sep 2024 14:53:01 -0400 Subject: [PATCH] [license] Ignore dependencies believed to be license-compatible but still under review A few dependencies, that we beleive to be license-compatible with the project, but that are still under IP review, to the license check ignore list. For each one, the link to the IP ticket is provided. Signed-off-by: Marc Dumais --- configs/license-check-exclusions.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configs/license-check-exclusions.json b/configs/license-check-exclusions.json index 870e0e07..a2b36391 100644 --- a/configs/license-check-exclusions.json +++ b/configs/license-check-exclusions.json @@ -1,3 +1,8 @@ { - "npm/npmjs/-/playwright-core/1.46.1": "Believed to be license-compatible but still under IP review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15964" + "npm/npmjs/-/app-builder-lib/24.13.3": "Believed to be license-compatible but still under IP review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/16244", + "npm/npmjs/@ag-grid-community/react/32.2.0": "Believed to be license-compatible but still under IP review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/16245", + "npm/npmjs/-/playwright-core/1.47.2": "Believed to be license-compatible but still under IP review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/16247", + "npm/npmjs/-/playwright/1.47.2": "Believed to be license-compatible but still under IP review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/16248", + "npm/npmjs/-/electron-to-chromium/1.5.26": "Believed to be license-compatible but still under IP review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/16255", + "npm/npmjs/@ag-grid-community/core/32.2.0": "Believed to be license-compatible but still under IP review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/16256" }