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

Side by Side Diff: third_party/pyftpdlib/README.chromium

Issue 1286003: Pass tools/licenses.py for a few more directories. (Closed)
Patch Set: Created 10 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 unified diff | Download patch
« no previous file with comments | « third_party/openmax/README.chromium ('k') | tools/licenses.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This library was downloaded from http://code.google.com/p/pyftpdlib/ 1 Name: pyftpdlib
2 URL: http://code.google.com/p/pyftpdlib/
3 Version: 0.5.0
2 4
3 Chromium-specific changes are in chromium.patch file. Currently it removes the 5 Chromium-specific changes are in chromium.patch file. Currently it removes the
4 delay after invalid login (which helps protect against brute-force attacks), 6 delay after invalid login (which helps protect against brute-force attacks),
5 which is slowing down some tests. 7 which is slowing down some tests.
6 8
7 For licensing information please LICENSE file 9 For licensing information please LICENSE file
8 10
9 Python FTP server library provides an high-level portable interface to easily 11 Python FTP server library provides an high-level portable interface to easily
10 write asynchronous FTP servers with Python. Based on asyncore framework 12 write asynchronous FTP servers with Python. Based on asyncore framework
11 pyftpdlib is currently the most complete RFC-959 FTP server implementation 13 pyftpdlib is currently the most complete RFC-959 FTP server implementation
12 available for Python programming language. 14 available for Python programming language.
13 15
14 Version: 0.5.0
15
16 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ 16 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ
OLDNEW
« no previous file with comments | « third_party/openmax/README.chromium ('k') | tools/licenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698