aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checklicenses.py
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-10-18 18:10:46 +0000
committerEvan Huus <eapache@gmail.com>2013-10-18 18:10:46 +0000
commit2322bd31228d667607ef819b499ce8d7dddb364a (patch)
tree520bd9342aba1cc460314824cebceced4aa449a7 /tools/checklicenses.py
parent2ac63d7a449e6ca09bf5b4e15fa6bd2ef10a72ca (diff)
Fix lemon FSF address and add license exception for the generated mate grammar
files. One of them has no license (it is just defines) and the other gets picked up as LGPL for no reason I can discern. svn path=/trunk/; revision=52675
Diffstat (limited to 'tools/checklicenses.py')
-rwxr-xr-xtools/checklicenses.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/checklicenses.py b/tools/checklicenses.py
index cfdff07616..d932c08307 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -156,6 +156,12 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'epan/except.h': [
'UNKNOWN',
],
+ 'plugins/mate/mate_grammar.c': [
+ 'GPL (v2 or later) LGPL (v2 or later)', # licensecheck bug?
+ ],
+ 'plugins/mate/mate_grammar.h': [
+ 'UNKNOWN',
+ ],
'cmake/TestFileOffsetBits.c': [
'UNKNOWN',
],