summaryrefslogtreecommitdiffstats
path: root/tools/checklicenses
diff options
context:
space:
mode:
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',
],