summaryrefslogtreecommitdiffstats
path: root/tools/checklicenses
diff options
context:
space:
mode:
authorpetrcermak <petrcermak@chromium.org>2015-06-04 15:12:01 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-04 22:12:34 +0000
commit63f93328ebffc860030c93a677a2b6d6d3616465 (patch)
tree329583fb682229ebb6bc9be8c56a2accbd7befb3 /tools/checklicenses
parent099f785db0920069bbd13695af94a2c03c896d29 (diff)
downloadchromium_src-63f93328ebffc860030c93a677a2b6d6d3616465.zip
chromium_src-63f93328ebffc860030c93a677a2b6d6d3616465.tar.gz
chromium_src-63f93328ebffc860030c93a677a2b6d6d3616465.tar.bz2
Whitelist third_party/trace-viewer/third_party/devscripts licence
This patch adds an exception to allow files in third_party/trace-viewer/third_party/devscripts to have the 'GPL (v2 or later)' licence. Note that third_party/trace-viewer/third_party/devscripts is a copy of third_party/devscripts, which already has this exception. The folder was added here: https://codereview.appspot.com/236640043. BUG= Review URL: https://codereview.chromium.org/1147903005 Cr-Commit-Position: refs/heads/master@{#332929}
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-xtools/checklicenses/checklicenses.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 8a5b25b..ab2c98d 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -187,6 +187,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/devscripts': [
'GPL (v2 or later)',
],
+ 'third_party/trace-viewer/third_party/devscripts': [
+ 'GPL (v2 or later)',
+ ],
'third_party/expat/files/lib': [ # http://crbug.com/98121
'UNKNOWN',
],