summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rwxr-xr-xmatcher/matcher.pl2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07b193b..2b92a5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2013-07-02 dmg <dmg@uvic.ca>
+ * matcher/matcher.pl: added fields to ignore in MPLv1.1
+
* the mozilla trilicense was not properly identified in the GPLv2+ or LGPLv2.1+
* matcher/matcher.pl: Added GPL2orOpenIB to the rules. Allowed
diff --git a/matcher/matcher.pl b/matcher/matcher.pl
index ca99274..817cca4 100755
--- a/matcher/matcher.pl
+++ b/matcher/matcher.pl
@@ -91,6 +91,8 @@ $NonCriticalRules{"tmate+"} = ['SeeFileSVN'];
$NonCriticalRules{"openSSLvar2"} = ['BSDcondAdvPart2'];
+$NonCriticalRules{"MPLv1_1"} = ['licenseBlockBegin','MPLsee','Copyright','licenseBlockEnd','ApacheLicWherePart1','MPLwarranty'];
+
# initialize
my $path = $0;