aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checklicenses.py
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-11-06 17:43:49 +0000
committerEvan Huus <eapache@gmail.com>2013-11-06 17:43:49 +0000
commit99d8439ce0db13a00e25e76eafca29150400fbec (patch)
tree3c61de7c93656572506bb6cdc857a53306b26db8 /tools/checklicenses.py
parent55922b6bac36a4c443200b438cb072d364068b19 (diff)
Add a license-ignore for tools/html2text.py
Update the preamble to COPYING to clarify that pidl isn't the only tool we carry which isn't GPLv2-compatible. svn path=/trunk/; revision=53108
Diffstat (limited to 'tools/checklicenses.py')
-rwxr-xr-xtools/checklicenses.py11
1 files changed, 8 insertions, 3 deletions
diff --git a/tools/checklicenses.py b/tools/checklicenses.py
index 7c69ad9799..b70cde4ecf 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -130,9 +130,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'fix': [
'UNKNOWN',
],
- 'tools/pidl': [
- 'UNKNOWN',
- ],
'wsutil/g711.c': [
'UNKNOWN',
],
@@ -172,6 +169,14 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
# https://www.wireshark.org/lists/wireshark-dev/201310/msg00234.html
'UNKNOWN',
],
+ # The following tools are under incompatible licenses (mostly GPLv3 or
+ # GPLv3+), but this is OK since they are not actually linked into Wireshark
+ 'tools/pidl': [
+ 'UNKNOWN',
+ ],
+ 'tools/html2text.py': [
+ 'UNKNOWN',
+ ],
}