From: Charles Plessy Date: Sun, 9 Nov 2014 10:00:43 +0000 (+0900) Subject: Add MPL-2.0 to tools/license-count. X-Git-Url: https://git.donarmstrong.com/?p=debian%2Fdebian-policy.git;a=commitdiff_plain;h=7bdd937ce01e6378d06030741e88442e0d92a3a9 Add MPL-2.0 to tools/license-count. --- diff --git a/tools/license-count b/tools/license-count index f895da9..9a56b42 100755 --- a/tools/license-count +++ b/tools/license-count @@ -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'], );