aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checklicenses.py
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-09-13 18:40:15 +0000
committerEvan Huus <eapache@gmail.com>2013-09-13 18:40:15 +0000
commit863e056a9ca548b726458356cc14403158abd846 (patch)
tree6f2b39b3a79bd71833f9d7b5fa2dd5f71904f75c /tools/checklicenses.py
parentb33c061cc5ef7e9fdd8e3be2140674714d28dc7d (diff)
cmake/TestFileOffsetBits also copied from an upstream with the appropriate
license svn path=/trunk/; revision=52020
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 c88a37da08..bbd41adc6b 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -153,6 +153,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'epan/except.h': [
'UNKNOWN',
],
+ 'cmake/TestFileOffsetBits.c': [
+ 'UNKNOWN',
+ ],
}