2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-28 04:59:07 +00:00

chore(utils): add bsd licenses

This commit is contained in:
Vjacheslav Trushkin 2024-06-20 13:25:19 +03:00
parent 978ba32894
commit e60da173c6
2 changed files with 3 additions and 1 deletions

View File

@ -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/",

View File

@ -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,
};