Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion cglicenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -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; including a best-effort copyright statement
"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.
Expand Down
Loading