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
This commit is contained in:
Evan Huus 2013-10-25 18:14:36 +00:00
parent 274596eaab
commit ce22ab5ef6
1 changed files with 6 additions and 0 deletions

View File

@ -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',
],
}