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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1036243002: Roll tools/swarming_client/ to 13e7c88b5a9494467259603486f001694ea85721. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Refer 471372 Created 5 years, 9 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 29f89fd45e404cc4bc6bc731d9a126483a76067b..22e13ee49f1480a9b889eb2714bf90484acaef9e 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -333,6 +333,18 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'UNKNOWN',
],
+ # http://crbug.com/471372
+ # BSD
+ 'tools/swarming_client/third_party/pyasn1': [
+ 'UNKNOWN',
+ ],
+
+ # http://crbug.com/471372
+ # Apache v2.0.
+ 'tools/swarming_client/third_party/rsa': [
+ 'UNKNOWN',
+ ],
+
# https://github.com/kennethreitz/requests/issues/1610
'tools/swarming_client/third_party/requests': [
'UNKNOWN',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698