mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-26 08:52:16 +00:00
Add license_mapping for Apache-2.0
This commit is contained in:
parent
700bdb552f
commit
9dde1e73e2
@ -19,6 +19,7 @@ my $license_mappings = {
|
||||
"gpl_2" => "GPL-2.0-only",
|
||||
"gpl_3" => "GPL-3.0-only",
|
||||
"mit" => "MIT",
|
||||
"apache_2_0" => "Apache-2.0",
|
||||
};
|
||||
|
||||
my $package_mappings = {
|
||||
|
Loading…
Reference in New Issue
Block a user