Commit 0bdf8037 authored by yangguo@chromium.org's avatar yangguo@chromium.org

Add license entry for v8/third_party/fdlibm to tools/licenses.py.

Review URL: https://codereview.chromium.org/427553002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287525 0039d316-1c4b-4281-b951-d872f2087c98
parent 3e6cba46
......@@ -98,6 +98,7 @@ ADDITIONAL_PATHS = (
os.path.join('v8'),
# Fake directory so we can include the strongtalk license.
os.path.join('v8', 'strongtalk'),
os.path.join('v8', 'third_party', 'fdlibm'),
)
......@@ -220,6 +221,13 @@ 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'): {
"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",
},
}
# Special value for 'License File' field used to indicate that the license file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment