aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checklicenses.py
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-10-25 18:14:36 +0000
committerEvan Huus <eapache@gmail.com>2013-10-25 18:14:36 +0000
commitce22ab5ef63ea253f6d5288e8502ff2149a934de (patch)
tree6be722d9d4e30e8bfa7602c33279f977589736bf /tools/checklicenses.py
parent274596eaab599d44e4e998d56ad096d2db3d682b (diff)
Add an exception to the license-checker for Samba's special IDL license which
appears to be compatible as far as I can tell (not a lawyer). See: https://www.wireshark.org/lists/wireshark-dev/201310/msg00234.html svn path=/trunk/; revision=52849
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',
+ ],
}