From f673b0cd9b4d54e56e9faade1e58176e944c6fb4 Mon Sep 17 00:00:00 2001 From: "vs-code-engineering[bot]" <122617954+vs-code-engineering[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 01:24:16 +0000 Subject: [PATCH 1/5] fix: add copyright for @iconify-json/mdi in cglicenses.json The Pictogrammers MaterialDesign license file does not include a copyright statement. Add prependLicenseText with the Pictogrammers copyright to satisfy the OSS tool requirement. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- cglicenses.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cglicenses.json b/cglicenses.json index 449ca548e46e5..4e93f36d0d5e2 100644 --- a/cglicenses.json +++ b/cglicenses.json @@ -1067,8 +1067,12 @@ }, { // Reason: No repositoryUrl in npm package. Icons are from Templarian/MaterialDesign under Apache-2.0. + // License file does not include a copyright statement; copyright holder is Pictogrammers per the license text. "name": "@iconify-json/mdi", - "fullLicenseTextUri": "https://raw.githubusercontent.com/Templarian/MaterialDesign/2424e748e0cc63ab7b9c095a099b9fe239b737c0/LICENSE" + "fullLicenseTextUri": "https://raw.githubusercontent.com/Templarian/MaterialDesign/2424e748e0cc63ab7b9c095a099b9fe239b737c0/LICENSE", + "prependLicenseText": [ + "Copyright (c) Pictogrammers (https://pictogrammers.com/)" + ] }, { // Reason: npm repositoryUrl points to a subdirectory; license is at the root of adobe/react-spectrum. From 0b45d9c162836fde9d2441baf79da5769ceb9ab1 Mon Sep 17 00:00:00 2001 From: Ben Villalobos Date: Mon, 18 May 2026 18:49:26 -0700 Subject: [PATCH 2/5] Update copyright statement for Material Design Icons --- cglicenses.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cglicenses.json b/cglicenses.json index 4e93f36d0d5e2..86eecf49b3c05 100644 --- a/cglicenses.json +++ b/cglicenses.json @@ -1071,7 +1071,7 @@ "name": "@iconify-json/mdi", "fullLicenseTextUri": "https://raw.githubusercontent.com/Templarian/MaterialDesign/2424e748e0cc63ab7b9c095a099b9fe239b737c0/LICENSE", "prependLicenseText": [ - "Copyright (c) Pictogrammers (https://pictogrammers.com/)" + "Copyright Austin Andrews and Material Design Icons contributors" ] }, { From fc53c16c3c5c308f1f90600f996252f41ea2137f Mon Sep 17 00:00:00 2001 From: Ben Villalobos Date: Mon, 18 May 2026 18:50:10 -0700 Subject: [PATCH 3/5] Update copyright statement for @iconify-json/mdi --- cglicenses.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cglicenses.json b/cglicenses.json index 86eecf49b3c05..5bfb6c4a4beba 100644 --- a/cglicenses.json +++ b/cglicenses.json @@ -1067,7 +1067,7 @@ }, { // Reason: No repositoryUrl in npm package. Icons are from Templarian/MaterialDesign under Apache-2.0. - // License file does not include a copyright statement; copyright holder is Pictogrammers per the license text. + // License file does not include a copyright statement; including a best-effort copyright statement "name": "@iconify-json/mdi", "fullLicenseTextUri": "https://raw.githubusercontent.com/Templarian/MaterialDesign/2424e748e0cc63ab7b9c095a099b9fe239b737c0/LICENSE", "prependLicenseText": [ From f722d609ab28c78eca38ee8ac6d523c3bff94bc3 Mon Sep 17 00:00:00 2001 From: Ben Villalobos Date: Mon, 18 May 2026 18:55:44 -0700 Subject: [PATCH 4/5] Update copyright statement for @iconify-json/mdi --- cglicenses.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cglicenses.json b/cglicenses.json index 5bfb6c4a4beba..b763fa370c145 100644 --- a/cglicenses.json +++ b/cglicenses.json @@ -1071,7 +1071,7 @@ "name": "@iconify-json/mdi", "fullLicenseTextUri": "https://raw.githubusercontent.com/Templarian/MaterialDesign/2424e748e0cc63ab7b9c095a099b9fe239b737c0/LICENSE", "prependLicenseText": [ - "Copyright Austin Andrews and Material Design Icons contributors" + "Copyright the Pictogrammers icon group" ] }, { From 0379f31a59c712234e4abd5d566ffbd86d8682de Mon Sep 17 00:00:00 2001 From: Ben Villalobos Date: Mon, 18 May 2026 18:57:36 -0700 Subject: [PATCH 5/5] Update cglicenses.json --- cglicenses.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cglicenses.json b/cglicenses.json index b763fa370c145..8b18e58ea0f60 100644 --- a/cglicenses.json +++ b/cglicenses.json @@ -1071,7 +1071,7 @@ "name": "@iconify-json/mdi", "fullLicenseTextUri": "https://raw.githubusercontent.com/Templarian/MaterialDesign/2424e748e0cc63ab7b9c095a099b9fe239b737c0/LICENSE", "prependLicenseText": [ - "Copyright the Pictogrammers icon group" + "Copyright (c) Pictogrammers (https://pictogrammers.com/)" ] }, {