Skip to content
Snippets Groups Projects
Commit d56c8636 authored by Sebastien Moretti's avatar Sebastien Moretti
Browse files

Add another license type

parent 94921744
Branches master
No related tags found
No related merge requests found
......@@ -292,6 +292,7 @@ sub format_license {
'GPL-2 | file LICENSE' => 'GPLv2 with exceptions',
'GPL (>= 2) | file LICENCE' => 'GPLv2+ with exceptions',
'GPL-3' => 'GPLv3',
'GPL-3 + file LICENSE' => 'GPLv3 with exceptions',
'GPL-3 | file LICENSE' => 'GPLv3 with exceptions',
'LGPL' => 'LGPLv2',
'LGPL (>= 2)' => 'LGPLv2+',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment