From ce22ab5ef63ea253f6d5288e8502ff2149a934de Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Fri, 25 Oct 2013 18:14:36 +0000 Subject: 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 --- tools/checklicenses.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/checklicenses.py') 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', + ], } -- cgit v1.2.3