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

Unified Diff: tools/licenses.py

Issue 9288079: Bring about:credits up to date. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix xulrunner's README.chromium so licenses.py doesn't have to change Created 8 years, 11 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 | « chrome/browser/resources/about_credits.html ('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 ea0b8d4944e417a2fc1b24e4a8224918a733bde2..eb6d0b274941e6979fc8568d66a06eabcd40360b 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -94,6 +94,8 @@ ADDITIONAL_PATHS = (
# The directory with the word list for Chinese and Japanese segmentation
# with different license terms than ICU.
os.path.join('third_party','icu','source','data','brkitr'),
+ # Fake directory so we can include the strongtalk license.
+ os.path.join('v8', 'strongtalk'),
)
@@ -137,6 +139,11 @@ SPECIAL_CASES = {
"URL": "http://code.google.com/p/pdfsqueeze/",
"License File": "COPYING",
},
+ os.path.join('v8', 'strongtalk'): {
+ "Name": "Strongtalk",
+ "URL": "http://www.strongtalk.org/",
+ "License File": "/v8/LICENSE.strongtalk",
+ },
}
class LicenseError(Exception):
« no previous file with comments | « chrome/browser/resources/about_credits.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698