Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: tools/licenses.py

Issue 2111913002: Point to the new fdlibm license file in v8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'): {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698