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

Unified Diff: tools/licenses.py

Issue 888883004: Added gsutil as an exception because it's downloaded by buildbot and not shipped (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 374577f75706670810be1157eadad3d28b3e903d..597dceac28bc28dbe2ca55ab00840b447325f36e 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -237,6 +237,12 @@ SPECIAL_CASES = {
"License": "Khronos",
"License File": "NOT_SHIPPED",
},
+ os.path.join('tools', 'telemetry', 'third_party', 'gsutil'): {
+ "Name": "gsutil",
+ "URL": "https://cloud.google.com/storage/docs/gsutil",
+ "License": "Apache 2.0",
+ "License File": "NOT_SHIPPED",
+ },
}
# Special value for 'License File' field used to indicate that the license file
« 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