summaryrefslogtreecommitdiffstats
path: root/tools/licenses.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-xtools/licenses.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index f32af00..991900e 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -98,9 +98,9 @@ ADDITIONAL_PATHS = (
os.path.join('tools', 'page_cycler', 'acid3'),
os.path.join('url', 'third_party', 'mozilla'),
os.path.join('v8'),
- # Fake directory so we can include the strongtalk license.
+ # Fake directories to include the strongtalk and fdlibm licenses.
os.path.join('v8', 'strongtalk'),
- os.path.join('v8', 'third_party', 'fdlibm'),
+ os.path.join('v8', 'fdlibm'),
)
@@ -223,12 +223,12 @@ SPECIAL_CASES = {
# Absolute path here is resolved as relative to the source root.
"License File": "/v8/LICENSE.strongtalk",
},
- os.path.join('v8', 'third_party', 'fdlibm'): {
+ os.path.join('v8', 'fdlibm'): {
"Name": "fdlibm",
"URL": "http://www.netlib.org/fdlibm/",
"License": "Freely Distributable",
# Absolute path here is resolved as relative to the source root.
- "License File" : "/v8/third_party/fdlibm/LICENSE",
+ "License File" : "/v8/src/third_party/fdlibm/LICENSE",
"License Android Compatible" : "yes",
},
os.path.join('third_party', 'khronos_glcts'): {