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

Unified Diff: tools/licenses.py

Issue 2249693002: Remove old SwiftShader files and reference. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also update about:credits script Created 4 years, 4 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/swiftshader/README.chromium ('k') | ui/gl/init/gl_init.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/licenses.py
diff --git a/tools/licenses.py b/tools/licenses.py
index ad6a14b4f909a58315d841016de15992fc7c0034..59c46e26533a8c7bf01d9dcf51016eeb36343896 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -245,6 +245,13 @@ SPECIAL_CASES = {
"License": "Apache 2.0",
"License File": "NOT_SHIPPED",
},
+ os.path.join('third_party', 'swiftshader'): {
+ "Name": "SwiftShader",
+ "URL": "https://swiftshader.googlesource.com/SwiftShader",
+ "License": "Apache 2.0 and compatible licenses",
+ "License Android Compatible": "yes",
+ "License File": "/third_party/swiftshader/LICENSE.txt",
+ },
}
# Special value for 'License File' field used to indicate that the license file
« no previous file with comments | « third_party/swiftshader/README.chromium ('k') | ui/gl/init/gl_init.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698