mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-18 05:04:34 +00:00
apkbuild-cpan.in: add gpl_2 license_mapping
This commit is contained in:
parent
b3c1b65f75
commit
bda2774811
@ -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",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user