diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-29 17:49:47 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-29 17:49:47 +0000 |
commit | 789894e4837d8a9f586bfe494b90fce482c1388a (patch) | |
tree | 0ce1032d85e7b6831b3978495f77a14dce48936d /third_party/pyftpdlib | |
parent | eb3846081b24c13ac270f38c4cc7828f0b560d38 (diff) | |
download | chromium_src-789894e4837d8a9f586bfe494b90fce482c1388a.zip chromium_src-789894e4837d8a9f586bfe494b90fce482c1388a.tar.gz chromium_src-789894e4837d8a9f586bfe494b90fce482c1388a.tar.bz2 |
Pass tools/licenses.py for a few more directories.
BUG=39240
Review URL: http://codereview.chromium.org/1286003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/pyftpdlib')
-rw-r--r-- | third_party/pyftpdlib/README.chromium | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/pyftpdlib/README.chromium b/third_party/pyftpdlib/README.chromium index 6415902..06b44b7 100644 --- a/third_party/pyftpdlib/README.chromium +++ b/third_party/pyftpdlib/README.chromium @@ -1,4 +1,6 @@ -This library was downloaded from http://code.google.com/p/pyftpdlib/ +Name: pyftpdlib +URL: http://code.google.com/p/pyftpdlib/ +Version: 0.5.0 Chromium-specific changes are in chromium.patch file. Currently it removes the delay after invalid login (which helps protect against brute-force attacks), @@ -11,6 +13,4 @@ write asynchronous FTP servers with Python. Based on asyncore framework pyftpdlib is currently the most complete RFC-959 FTP server implementation available for Python programming language. -Version: 0.5.0 - Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ |