mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
chore: fix licenses in utils
This commit is contained in:
parent
22ba2345fb
commit
5e596192d2
@ -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': {
|
||||
|
Loading…
Reference in New Issue
Block a user