summaryrefslogtreecommitdiff
path: root/tools/checklicenses.py
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-10-06 19:07:30 +0000
committerEvan Huus <eapache@gmail.com>2013-10-06 19:07:30 +0000
commit00c8690599651f59844ced80e25bb1f159a1b549 (patch)
tree462749aaebef7202c24acd46c346318bcfabfd2e /tools/checklicenses.py
parent5dfd0adb1ff1dd1e751b828598c4eb06b9f3d70d (diff)
downloadwireshark-00c8690599651f59844ced80e25bb1f159a1b549.tar.gz
Ignore g711.c it's under some weird Sun license but appears to be fully
GPL-compatible as far as I can tell (not a lawyer). svn path=/trunk/; revision=52415
Diffstat (limited to 'tools/checklicenses.py')
-rwxr-xr-xtools/checklicenses.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/checklicenses.py b/tools/checklicenses.py
index bbd41adc6b..cfdff07616 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -132,6 +132,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'tools/pidl': [
'UNKNOWN',
],
+ 'wsutil/g711.c': [
+ 'UNKNOWN',
+ ],
'wiretap/ascend.c': [
'GPL (v3 or later)',
],