apkbuild-cpan.in: add gpl_2 license_mapping

This commit is contained in:
Timothy Legge 2020-08-20 21:17:13 +00:00
parent b3c1b65f75
commit bda2774811
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ use JSON;
my $license_mappings = {
"perl_5" => "GPL-1.0-or-later OR Artistic-1.0-Perl",
"artistic_2" => "Artistic-2.0",
"gpl_2" => "GPL-2.0-only",
"gpl_3" => "GPL-3.0-only",
"mit" => "MIT",
};