]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Add MPL-2.0 to tools/license-count.
authorCharles Plessy <plessy@debian.org>
Sun, 9 Nov 2014 10:00:43 +0000 (19:00 +0900)
committerCharles Plessy <plessy@debian.org>
Sun, 9 Nov 2014 10:00:43 +0000 (19:00 +0900)
tools/license-count

index f895da95dfaf6f211e5802871402b516af4c225d..9a56b425433fede5961c90dd69409b25e4eda0e1 100755 (executable)
@@ -38,6 +38,7 @@ our @RULES = (
     [qr,(?m)^License:.*GPL-1,                      => 'GPL 1'],
     [qr,(?m)^License:.*LPPL,                       => 'LaTeX PPL'],
     [qr,(?m)^License:.*MPL-1\.1,                   => 'MPL 1.1'],
+    [qr,(?m)^License:.*MPL-2\.0,                   => 'MPL 2.0'],
     [qr,(?m)^License:.*Perl,                       => 'Artistic'],
     [qr,(?m)^License:.*Perl,                       => 'GPL 1'],
 
@@ -57,6 +58,7 @@ our @RULES = (
     [qr,LPPL Version 1\.3a,                        => 'LaTeX PPL 1.3a'],
     [qr,LPPL Version 1\.3c,                        => 'LaTeX PPL 1.3c'],
     [qr,MOZILLA PUBLIC LICENSE\s+Version 1\.1,     => 'MPL 1.1'],
+    [qr,Mozilla Public License Version 2\.0,       => 'MPL 2.0'],
     [qr,SIL OPEN FONT LICENSE Version 1\.1,        => 'SIL OFL 1.1'],
     [qr,SIL OPEN FONT LICENSE Version 1\.0,        => 'SIL OFL 1.0'],
 );