summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-12 13:43:06 +0000
committertorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-12 13:43:06 +0000
commit484de3a0a118d684d8f7803114c7b33e4c35cf9d (patch)
tree7a2c91f3400e226857fced262b5b99da9393097c
parentdccf5a29b33564c741bd7ed90b129304145106f8 (diff)
downloadchromium_src-484de3a0a118d684d8f7803114c7b33e4c35cf9d.zip
chromium_src-484de3a0a118d684d8f7803114c7b33e4c35cf9d.tar.gz
chromium_src-484de3a0a118d684d8f7803114c7b33e4c35cf9d.tar.bz2
Roll v8-i18n r155:157 and update license metadata.
Pick up LICENSE file update in r157 and update license tool metadata to match. BUG=160221 TBR=cira@chromium.org Review URL: https://chromiumcodereview.appspot.com/11369182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167171 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
-rwxr-xr-xtools/licenses.py6
2 files changed, 2 insertions, 6 deletions
diff --git a/DEPS b/DEPS
index 54c762c..54b0d88 100644
--- a/DEPS
+++ b/DEPS
@@ -165,7 +165,7 @@ deps = {
(Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
"src/third_party/v8-i18n":
- (Var("googlecode_url") % "v8-i18n") + "/trunk@155",
+ (Var("googlecode_url") % "v8-i18n") + "/trunk@157",
# When roll to another webgl conformance tests revision, please goto
# chrome/test/gpu and run generate_webgl_conformance_test_list.py.
diff --git a/tools/licenses.py b/tools/licenses.py
index 4f1f1a6..f2e67c4 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",