X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tools%2Flicense-count;h=4be092b71e3b3c1a8ac66cd14e0f0e1c28b21692;hb=4a95cf58227d15231cd27da66049613b379273b5;hp=97cde792187dcf2b5aaaaae3871a1366dd4f6c15;hpb=e8ae0cd7b95cb05e1039d7febfae03bc8ded4451;p=debian%2Fdebian-policy.git diff --git a/tools/license-count b/tools/license-count index 97cde79..4be092b 100755 --- a/tools/license-count +++ b/tools/license-count @@ -27,6 +27,7 @@ our @RULES = ( [qr,/usr/share/common-licenses/GPL, => 'GPL (any)'], [qr,/usr/share/common-licenses/LGPL, => 'LGPL (any)'], + [qr,(?m)^License:.*AGPL-3, => 'AGPL 3'], [qr,(?m)^License:.*Artistic(?!-), => 'Artistic'], [qr,(?m)^License:.*Artistic-2, => 'Artistic 2.0'], [qr,(?m)^License:.*CC-BY-3.0, => 'CC-BY 3.0'], @@ -38,6 +39,7 @@ our @RULES = ( [qr,(?m)^License:.*Perl, => 'Artistic'], [qr,(?m)^License:.*Perl, => 'GPL 1'], + [qr,GNU AFFERO GENERAL PUBLIC LICENSE\s+Version 3, => 'AGPL 3'], [qr,(?i)The Artistic License 2\.0, => 'Artistic 2.0'], [qr,COMMON DEVELOPMENT AND DISTRIBUTION LICENSE \(CDDL\), => 'CDDL'], [qr,CONTRAT DE LICENCE DE LOGICIEL LIBRE CeCILL(?!-), => 'CeCILL'],