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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 8423038: Move GL headers from gpu to third_party/khronos (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/khronos/README.chromium ('k') | ui/gfx/gl/generate_bindings.py » ('j') | 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',
Paweł Hajdan Jr. 2011/11/02 17:46:47 Excellent, thank you! One little thing: could you
Sami 2011/11/02 18:24:25 Sure, here are the results. Without the changes:
Paweł Hajdan Jr. 2011/11/02 18:28:31 Awesome, the speed doesn't seem affected much. Tha
],
- # 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/khronos/README.chromium ('k') | ui/gfx/gl/generate_bindings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698