mirror of
https://github.com/iconify/iconify.git
synced 2024-12-04 18:23:17 +00:00
chore(utils): add bsd licenses
This commit is contained in:
parent
978ba32894
commit
e60da173c6
@ -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.24",
|
||||
"version": "2.1.25",
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/iconify/iconify/issues",
|
||||
"homepage": "https://iconify.design/docs/libraries/utils/",
|
||||
|
@ -71,4 +71,6 @@ export const licensesData: Record<string, LicenseInfo> = {
|
||||
'GPL-3.0': freeSameLicense,
|
||||
'GPL-3.0-or-later': freeSameLicense,
|
||||
'Unlicense': freeLicense,
|
||||
'BSD-2-Clause': freeLicense,
|
||||
'BSD-3-Clause': freeLicense,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user