Add license_mapping for Apache-2.0

This commit is contained in:
Timothy Legge 2020-12-22 20:34:22 +00:00 committed by Natanael Copa
parent 700bdb552f
commit 9dde1e73e2
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {