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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 8351079: Fix license check for GL headers (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 1 month 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 84d3273862a521eb9d4928358958771dbb8fa104..6383d99545fa8cbc0a294c0785fd506cf5250f37 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -78,6 +78,7 @@ WHITELISTED_LICENSES = [
'Public domain',
'libpng',
'zlib/libpng',
+ 'SGI Free Software License B',
]
@@ -117,20 +118,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'UNKNOWN',
],
- # http://crbug.com/98097
- 'gpu/GLES2': [
- 'UNKNOWN',
- ],
- 'gpu/KHR': [
- 'UNKNOWN',
- ],
- 'gpu/gles2_conform_support/egl/native/EGL': [
- 'UNKNOWN',
- ],
- 'gpu/EGL': [
- 'UNKNOWN',
- ],
-
'native_client': [ # http://crbug.com/98099
'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