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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 8159001: Update third_party/psutil and fix the licence issue with it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove the suppression and unnecessary files. Created 9 years, 2 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 | « third_party/psutil/test/test_psutil.py ('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 2fbcb2bba5b94d6f838c0944bc4047224ccf8ac6..bc0902a8fc5ca19711b8f4806fc512f66e4ed384 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -310,9 +310,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/protobuf': [
'UNKNOWN',
],
- 'third_party/psutil': [
- 'UNKNOWN',
- ],
'third_party/pyftpdlib/src': [
'UNKNOWN',
],
« no previous file with comments | « third_party/psutil/test/test_psutil.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698