Cleaning up third_party readmes and adding a template for future use.
The next step is a presubmit rule that will make people use the template.
We are doing this so that we can better track dependancy versions.

BUG=None
TEST=N/A
Review URL: http://codereview.chromium.org/6610030

git-svn-id: http://src.chromium.org/svn/trunk/src/third_party/pyftpdlib@78316 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
diff --git a/README.chromium b/README.chromium
index 06b44b7..1348482 100644
--- a/README.chromium
+++ b/README.chromium
@@ -1,7 +1,9 @@
-Name: pyftpdlib
+Name: Python FTP server library
+Short Name: pyftpdlib
 URL: http://code.google.com/p/pyftpdlib/
 Version: 0.5.0
 
+Description:
 Chromium-specific changes are in chromium.patch file. Currently it removes the
 delay after invalid login (which helps protect against brute-force attacks),
 which is slowing down some tests.