summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checklicenses/checklicenses.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 6383d99..4fd2c05 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -169,7 +169,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'UNKNOWN',
],
'third_party/WebKit/Source/ThirdParty/ANGLE/src/compiler': [
+ # http://crbug.com/105232
'GPL',
+ 'GPL (v3 or later)',
],
'third_party/WebKit/Source/JavaScriptCore/tests/mozilla': [
'GPL',
@@ -185,7 +187,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
],
'third_party/angle/src/compiler': [
+ # http://crbug.com/105232
'GPL',
+ 'GPL (v3 or later)',
],
'third_party/ashmem/ashmem.h': [ # http://crbug.com/98116
'UNKNOWN',