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>
This commit is contained in:
Dario Lombardo 2018-02-06 18:08:18 +01:00 committed by Anders Broman
parent 0fdbc5e247
commit c1f37d25c3
1 changed files with 9 additions and 0 deletions

View File

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