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

Unified Diff: tools/licenses.py

Issue 11369182: Roll v8-i18n r155:157 and update license metadata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « DEPS ('k') | no next file » | 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 4f1f1a683c05d190e4ebd77a75612f407e9703b9..f2e67c4cbbdb3fb7d95df1854ad9e25f7691fb5c 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -177,11 +177,7 @@ SPECIAL_CASES = {
os.path.join('third_party', 'v8-i18n'): {
"Name": "Internationalization Library for v8",
"URL": "http://code.google.com/p/v8-i18n/",
- "License": "Apache 2.0, BSD and others",
- # Marked Android compatible for http://crbug.com/160221 - license
- # data here should be updated once that's resolved and then this can be
- # removed.
- "License Android Compatible": "yes",
+ "License": "Apache 2.0",
},
os.path.join('third_party', 'WebKit'): {
"Name": "WebKit",
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698