diff options
author | imasaki@google.com <imasaki@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-07 01:56:56 +0000 |
---|---|---|
committer | imasaki@google.com <imasaki@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-07 01:56:56 +0000 |
commit | 81b941e97497d337f742aa7b499435709e769bc2 (patch) | |
tree | 295240e93e7c6ae02b8dd4fa083c43318f654395 /tools/checklicenses | |
parent | c1795d643965e35276dfef1fa390df9bbdb11289 (diff) | |
download | chromium_src-81b941e97497d337f742aa7b499435709e769bc2.zip chromium_src-81b941e97497d337f742aa7b499435709e769bc2.tar.gz chromium_src-81b941e97497d337f742aa7b499435709e769bc2.tar.bz2 |
Update third_party/psutil and fix the licence issue with it.
BUG=98456
TEST=None
Review URL: http://codereview.chromium.org/8159001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104425 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index c602f2d..beb6fd1 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -324,10 +324,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { 'third_party/protobuf': [ # http://crbug.com/98455 'UNKNOWN', ], - 'third_party/psutil': [ # http://crbug.com/98456 - 'UNKNOWN', - ], - # http://code.google.com/p/pyftpdlib/issues/detail?id=185 'third_party/pyftpdlib/src': [ 'UNKNOWN', |