aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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',
+ ],
}