aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-09-13 18:24:22 +0000
committerEvan Huus <eapache@gmail.com>2013-09-13 18:24:22 +0000
commitb5c48b4a41d189238778f22e8f476afc4d0054a8 (patch)
tree753e2ff4408eddb52996c2ce4ce32c29a5e95411 /tools
parent50bcbef658e745b4a07386f16f7109e3dd6b1f82 (diff)
Ignore svnversion.h, it's auto-generated. Ignore lemon and except.[ch], they're
imported from upstreams with correct licensing but without a useful header (and there's no particular reason to carry that delta). svn path=/trunk/; revision=52017
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checklicenses.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/checklicenses.py b/tools/checklicenses.py
index 523b4006ec..bc715b9285 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -137,6 +137,18 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'packaging/macosx': [
'UNKNOWN',
],
+ 'svnversion.h': [
+ 'UNKNOWN',
+ ],
+ 'tools/lemon': [
+ 'UNKNOWN',
+ ],
+ 'epan/except.c': [
+ 'UNKNOWN',
+ ],
+ 'epan/except.h': [
+ 'UNKNOWN',
+ ],
}