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 cb0c391..944f068 100755 --- a/tools/licenses.py +++ b/tools/licenses.py @@ -184,7 +184,7 @@ SPECIAL_CASES = { # Absolute path here is resolved as relative to the source root. "License File": "/webkit/LICENSE", }, - os.path.join('third_party', 'web-page-replay'): { + os.path.join('third_party', 'webpagereplay'): { "Name": "webpagereplay", "URL": "http://code.google.com/p/web-page-replay", "License": "Apache 2.0", |