diff options
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-x | tools/licenses.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/licenses.py b/tools/licenses.py index 58173b6..aee5afc 100755 --- a/tools/licenses.py +++ b/tools/licenses.py @@ -148,6 +148,10 @@ SPECIAL_CASES = { "URL": "http://code.google.com/p/pdfsqueeze/", "License File": "COPYING", }, + os.path.join('third_party', 'v8-i18n'): { + "Name": "Internationalization Library for v8", + "URL": "http://code.google.com/p/v8-i18n/", + }, os.path.join('v8', 'strongtalk'): { "Name": "Strongtalk", "URL": "http://www.strongtalk.org/", |