Add the LGPL to the list of possible asset licenses

This closes #170.
This commit is contained in:
Hugo Locurcio
2019-03-06 00:03:41 +01:00
parent 470d466cb0
commit 7f758c820b

View File

@@ -65,6 +65,9 @@ $_asset_values = array_merge([
'MPL-2.0' => 'MPL-2.0',
'GPLv3' => 'GPL v3',
'GPLv2' => 'GPL v2',
'LGPLv3' => 'LGPL v3',
'LGPLv2.1' => 'LGPL v2.1',
'LGPLv2' => 'LGPL v2',
'AGPLv3' => 'AGPL v3',
'Apache-2.0' => 'Apache 2.0',
'CC0' => 'CC0 1.0 Universal',