From 7bdd937ce01e6378d06030741e88442e0d92a3a9 Mon Sep 17 00:00:00 2001 From: Charles Plessy Date: Sun, 9 Nov 2014 19:00:43 +0900 Subject: [PATCH] Add MPL-2.0 to tools/license-count. --- tools/license-count | 2 ++ 1 file changed, 2 insertions(+) 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'], ); -- 2.39.2