Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: tools/checklicenses/checklicenses.py

Issue 12502025: Add test for Khronos Group license and whitelist it. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/devscripts/licensecheck.pl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 06775364d088e6f548f4517cf0e56d7eab514965..856f8467863635dee60fcea03c9b85f80fb20596 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -315,6 +315,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/npapi/npspy/extern/java': [
'GPL (unversioned/unknown version)',
],
+ 'third_party/openmax_dl/dl' : [
+ 'Khronos Group',
+ ],
'third_party/openssl': [ # http://crbug.com/98451
'UNKNOWN',
],
« no previous file with comments | « third_party/devscripts/licensecheck.pl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698