aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checklicenses.py
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-11-22 23:46:00 +0000
committerEvan Huus <eapache@gmail.com>2013-11-22 23:46:00 +0000
commit11d8147ab57af71f28b59f8a43f6a9a0618e0c66 (patch)
tree6b1ca30f359f4831f397a84d92408ce100a1304d /tools/checklicenses.py
parent455ccca701917ca5000ef35aa316411719c0cd9d (diff)
Add exception for cmake/TestWindowsFSeek.c it is copied from upstream under a
valid license, but has no recognizable header and there's no reason to carry the delta. svn path=/trunk/; revision=53518
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 b70cde4ecf..dd4788b43a 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -163,6 +163,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'cmake/TestFileOffsetBits.c': [
'UNKNOWN',
],
+ 'cmake/TestWindowsFSeek.c': [
+ 'UNKNOWN',
+ ],
'epan/dissectors/pidl/idl_types.h': [
# Special IDL license that appears to be compatible as far as I (not a
# lawyer) can tell. See