| Index: tools/licenses.py
|
| diff --git a/tools/licenses.py b/tools/licenses.py
|
| index 60514831e70bf5c80eee7bdb589328b93b0d8cfb..ad6a14b4f909a58315d841016de15992fc7c0034 100755
|
| --- a/tools/licenses.py
|
| +++ b/tools/licenses.py
|
| @@ -228,7 +228,7 @@ SPECIAL_CASES = {
|
| "URL": "http://www.netlib.org/fdlibm/",
|
| "License": "Freely Distributable",
|
| # Absolute path here is resolved as relative to the source root.
|
| - "License File" : "/v8/src/third_party/fdlibm/LICENSE",
|
| + "License File" : "/v8/LICENSE.fdlibm",
|
| "License Android Compatible" : "yes",
|
| },
|
| os.path.join('third_party', 'khronos_glcts'): {
|
|
|