mirror of
https://github.com/iconify/iconify.git
synced 2024-12-05 02:33:16 +00:00
chore: add CC-BY-NC-SA-4.0 to licenses list
This commit is contained in:
parent
3463f87533
commit
437855e8c6
@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"description": "Common functions for working with Iconify icon sets used by various packages.",
|
||||
"author": "Vjacheslav Trushkin",
|
||||
"version": "2.1.15",
|
||||
"version": "2.1.16",
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/iconify/iconify/issues",
|
||||
"homepage": "https://iconify.design/docs/libraries/utils/",
|
||||
|
@ -53,6 +53,11 @@ export const licensesData: Record<string, LicenseInfo> = {
|
||||
attribution: true,
|
||||
commercial: false,
|
||||
},
|
||||
'CC-BY-NC-SA-4.0': {
|
||||
attribution: true,
|
||||
commercial: false,
|
||||
sameLicense: true,
|
||||
},
|
||||
'ISC': {
|
||||
attribution: false,
|
||||
commercial: true,
|
||||
|
Loading…
Reference in New Issue
Block a user