aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checklicenses.py
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-02-06 18:08:18 +0100
committerAnders Broman <a.broman58@gmail.com>2018-02-07 05:33:17 +0000
commitc1f37d25c3aafcf6d84e757df849bad5ea184eb6 (patch)
tree8bc5157720bd48fd55b8e0fe7990ab82059a19a8 /tools/checklicenses.py
parent0fdbc5e2474c4f857cf8503c2ca7fa7e837f4a98 (diff)
tools: add files from wsutil and caputils to checklicense whitelist.
Change-Id: I35b6df8fbb31c209e7e79d5c002568d5194f3485 Reviewed-on: https://code.wireshark.org/review/25641 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools/checklicenses.py')
-rwxr-xr-xtools/checklicenses.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/checklicenses.py b/tools/checklicenses.py
index 2e42e797ab..f7ed3043d0 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -74,6 +74,15 @@ WHITELISTED_LICENSES = [
PATH_SPECIFIC_WHITELISTED_LICENSES = {
+ 'caputils/airpcap.h': [
+ 'BSD-3-Clause',
+ ],
+ 'wsutil/strnatcmp.c': [
+ 'Zlib',
+ ],
+ 'wsutil/strnatcmp.h': [
+ 'Zlib',
+ ],
'dtds': [
'UNKNOWN',
],