From d2f2a81ce9f276a7f9c057f0324cae71b1483f91 Mon Sep 17 00:00:00 2001 From: Matt Bierner <12821956+mjbvz@users.noreply.github.com> Date: Thu, 2 Oct 2025 16:42:39 -0700 Subject: [PATCH] Update license Picking up monorepo change --- cglicenses.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/cglicenses.json b/cglicenses.json index dc4c75e88a4..93e5297c9a8 100644 --- a/cglicenses.json +++ b/cglicenses.json @@ -709,5 +709,20 @@ "SOFTWARE.", "" ] + }, + { + // Reason: mono-repo + "name": "@jridgewell/gen-mapping", + "fullLicenseTextUri": "https://raw.githubusercontent.com/jridgewell/sourcemaps/refs/heads/main/packages/gen-mapping/LICENSE" + }, + { + // Reason: mono-repo + "name": "@jridgewell/sourcemap-codec", + "fullLicenseTextUri": "https://raw.githubusercontent.com/jridgewell/sourcemaps/refs/heads/main/packages/sourcemap-codec/LICENSE" + }, + { + // Reason: mono-repo + "name": "@jridgewell/trace-mapping", + "fullLicenseTextUri": "https://raw.githubusercontent.com/jridgewell/sourcemaps/refs/heads/main/packages/trace-mapping/LICENSE" } ]