aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-04-30 01:34:19 +0000
committerEvan Huus <eapache@gmail.com>2013-04-30 01:34:19 +0000
commit108a75a603e0682ead3eed90e1054a36fbaea8ad (patch)
tree30bc47bf8ff1c509c47f6e986895057e2be26def /tools
parente8c813b2ea2de9a8a8a7a14708b827405415c401 (diff)
Add 'dtds' and 'fix' directories to the checklicense whitelist, they don't
appear to be things we have licensing power over (IANAL). svn path=/trunk/; revision=49095
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checklicenses.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/checklicenses.py b/tools/checklicenses.py
index d1dc61bd50..310d9f75b0 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -119,6 +119,12 @@ WHITELISTED_LICENSES = [
PATH_SPECIFIC_WHITELISTED_LICENSES = {
+ 'dtds': [
+ 'UNKNOWN',
+ ],
+ 'fix': [
+ 'UNKNOWN',
+ ],
'tools/pidl': [
'UNKNOWN',
],