diff options
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-x | tools/licenses.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/licenses.py b/tools/licenses.py index c95d531..8feda9c 100755 --- a/tools/licenses.py +++ b/tools/licenses.py @@ -198,7 +198,7 @@ SPECIAL_CASES = { "License": "BSD", }, os.path.join('v8'): { - "Name": "gyp", + "Name": "V8 JavaScript Engine", "URL": "http://code.google.com/p/v8", "License": "BSD", }, |