Add CC0 licence.

This commit is contained in:
Gavin Carr
2011-08-31 12:50:24 -05:00
committed by Steven Pritchard
parent b0bdaf2359
commit db244b62a8
+2
View File
@@ -904,6 +904,8 @@ for my $file (@args) {
$license="MIT";
} elsif ($meta->{license} =~ /^mozilla$/i) {
$license="MPL";
} elsif ($meta->{license} =~ /^cc0$/i) {
$license="CC0";
} elsif ($meta->{license} =~ /^open_source$/i) {
$license="OSI-Approved"; # rpmlint will complain
} elsif ($meta->{license} =~ /^unrestricted$/i) {