summaryrefslogtreecommitdiff
path: root/tools/checklicenses.py
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-04-18 02:06:53 +0000
committerGuy Harris <guy@alum.mit.edu>2013-04-18 02:06:53 +0000
commit6bfd0bb9d5cc879a41253b2cc9828560ea313ad8 (patch)
tree24009f46ab98aa75a37b7fdc7b855a4b1f934720 /tools/checklicenses.py
parent4b34417a5e86451e144a68416773328c6de5b49e (diff)
downloadwireshark-6bfd0bb9d5cc879a41253b2cc9828560ea313ad8.tar.gz
See whether we can whitelist 'GPL (v3 or later)' for the output of Bison
run on wiretap/ascend.y. svn path=/trunk/; revision=48908
Diffstat (limited to 'tools/checklicenses.py')
-rwxr-xr-xtools/checklicenses.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/checklicenses.py b/tools/checklicenses.py
index a90b600ba6..d1dc61bd50 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -122,6 +122,12 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'tools/pidl': [
'UNKNOWN',
],
+ 'wiretap/ascend.c': [
+ 'GPL (v3 or later)',
+ ],
+ 'wiretap/ascend.h': [
+ 'GPL (v3 or later)',
+ ]
}