summaryrefslogtreecommitdiff
path: root/tools/checklicenses.py
diff options
context:
space:
mode:
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 d932c08307..2923f77fb0 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -165,6 +165,12 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'cmake/TestFileOffsetBits.c': [
'UNKNOWN',
],
+ 'epan/dissectors/pidl/idl_types.h': [
+ # Special IDL license that appears to be compatible as far as I (not a
+ # lawyer) can tell. See
+ # https://www.wireshark.org/lists/wireshark-dev/201310/msg00234.html
+ 'UNKNOWN',
+ ],
}