]> sjero.net Git - wget/blobdiff - AUTHORS
[svn] Added Nicolas Schodet.
[wget] / AUTHORS
diff --git a/AUTHORS b/AUTHORS
index a00b221929fa94046079b82dbad53d48a41e8b1c..5b4be05bd09b6af4a46401571bcf6dbae69e05c4 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,16 +1,17 @@
 Authors of GNU Wget.
 
 [ Note that this file does not attempt to list all the contributors to
-  Wget; look at the ChangeLog for that.  This is a list of people who
-  contributed sizeable amounts of code and assigned the copyright to the
-  FSF. ]
+  Wget; look at the ChangeLogs for that.  This is a list of people who
+  contributed sizeable amounts of code and assigned the copyright to
+  the FSF. ]
 
 Hrvoje Niksic.  Designed and implemented Wget.
 
 Gordon Matzigkeit.  Wrote netrc.c and netrc.h.
 
-Darko Budor.  Added Windows support, wrote wsstartup.c, wsstartup.h
-and windecl.h.
+Darko Budor.  Wrote initial support for Windows, wrote wsstartup.c,
+wsstartup.h and windecl.h.  (The files were later renamed, but his
+code and ideas remained present.)
 
 Junio Hamano.  Added support for FTP Opie and HTTP digest
 authentication.
@@ -19,3 +20,17 @@ Dan Harkless.  Added --backup-converted, --follow-tags, --html-extension,
 --ignore-tags, and --page-requisites; improved documentation; etc.
 
 Christian Fraenkel.  Implemented SSL support.
+
+Thomas Lussnig.  Implemented IPv6 support.
+
+Ian Abbott.  Contributed bugfixes, Windows-related fixes, provided a
+prototype implementation of the new recursive code, and more.
+
+Gisle Vanem.  Contributed Windows improvements, including a port of
+run_with_timeout to Windows, additions to Makefiles, and many bug
+reports and fixes.
+
+Mauro Tortonesi.  Improved IPv6 support, adding support for dual
+family systems.  Refactored and enhanced FTP IPv6 code.
+
+Nicolas Schodet.  Contributed to cookie code and documentation.