summaryrefslogtreecommitdiffstats
path: root/tools/licenses.py
diff options
context:
space:
mode:
authortorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-09 17:02:39 +0000
committertorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-09 17:02:39 +0000
commiteceb78790194110f2db4b6f772eb46a3eee3218e (patch)
tree59d6223836fcd2f22c3b1ff6b6ad4634c578dcc4 /tools/licenses.py
parente1ee2df28d866bd7f70b71c4e8ae7ef827c87ea2 (diff)
downloadchromium_src-eceb78790194110f2db4b6f772eb46a3eee3218e.zip
chromium_src-eceb78790194110f2db4b6f772eb46a3eee3218e.tar.gz
chromium_src-eceb78790194110f2db4b6f772eb46a3eee3218e.tar.bz2
Mark v8-i18n's license as being android compatible.
The actual repository contains only Apache 2.0 code which is fine for Android. This is a temporary workaround until the license text can be fixed for real. BUG=160221 Review URL: https://codereview.chromium.org/11312164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166917 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-xtools/licenses.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index 230ad11..4f1f1a6 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -178,6 +178,10 @@ SPECIAL_CASES = {
"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",
},
os.path.join('third_party', 'WebKit'): {
"Name": "WebKit",