summaryrefslogtreecommitdiffstats
path: root/tools/checklicenses
diff options
context:
space:
mode:
authorqyearsley <qyearsley@chromium.org>2015-08-14 09:06:35 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-14 16:07:13 +0000
commitaf972b40a68c094d0d2302292e60209825cfc596 (patch)
tree8f399bdfe523b43ec604287b0fd49cfb2099eaed /tools/checklicenses
parentdc4c0c023f09e636c425651e5f7d73da95a91b21 (diff)
downloadchromium_src-af972b40a68c094d0d2302292e60209825cfc596.zip
chromium_src-af972b40a68c094d0d2302292e60209825cfc596.tar.gz
chromium_src-af972b40a68c094d0d2302292e60209825cfc596.tar.bz2
Add httplib2 (in catapult) to list of exceptions in checklicenses.py.
Review URL: https://codereview.chromium.org/1288153002 Cr-Commit-Position: refs/heads/master@{#343401}
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-xtools/checklicenses/checklicenses.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 1261a27..1bad58cf 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -221,6 +221,15 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'UNKNOWN',
],
+ # https://github.com/jcgregorio/httplib2/issues/307
+ # MIT license.
+ 'third_party/catapult/third_party/httplib2': [
+ 'UNKNOWN',
+ ],
+ 'third_party/catapult/dashboard/third_party/httplib2': [
+ 'UNKNOWN',
+ ],
+
# https://github.com/GoogleCloudPlatform/appengine-mapreduce/issues/71
# Apache (v2.0)
'third_party/catapult/third_party/mapreduce': [