2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-08 06:15:24 +00:00

chore: fix licenses in utils

This commit is contained in:
Vjacheslav Trushkin 2023-10-19 10:44:15 +03:00
parent 22ba2345fb
commit 5e596192d2

View File

@ -63,22 +63,22 @@ export const licensesData: Record<string, LicenseInfo> = {
},
'GPL-2.0-only': {
attribution: false,
commercial: false,
commercial: true,
sameLicense: true,
},
'GPL-2.0-or-later': {
attribution: false,
commercial: false,
commercial: true,
sameLicense: true,
},
'GPL-3.0': {
attribution: false,
commercial: false,
commercial: true,
sameLicense: true,
},
'GPL-3.0-or-later': {
attribution: false,
commercial: false,
commercial: true,
sameLicense: true,
},
'Unlicense': {