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

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
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 06775364d088e6f548f4517cf0e56d7eab514965..2a4b4dd8560b976bbb094705c568cb7771283ed9 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -56,6 +56,7 @@ WHITELISTED_LICENSES = [
'GPL (v3 or later) with Bison parser exception',
'GPL with Bison parser exception',
'ISC',
+ 'Khronos Group',
Paweł Hajdan Jr. 2013/03/25 18:29:45 Please move it to an exclusion section specific to
'LGPL',
'LGPL (v2)',
'LGPL (v2 or later)',
« third_party/devscripts/licensecheck.pl ('K') | « third_party/devscripts/licensecheck.pl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698