Patch by W. Michael Petullo to use autotools for strncpy()
[infodrom/cgilib] / AUTHORS
diff --git a/AUTHORS b/AUTHORS
index 0e3af6c..b053dbc 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,6 +2,7 @@ This is a list of people who have helped me working on this CGI
 library.
 
 Martin Schulze <joey@infodrom.org>
+
        - Design, Implementation, Maintenance
 
 Mikko Torni <mtorni@mail.freenet.hut.fi>
@@ -24,3 +25,7 @@ Neil Spring <nspring@zarathustra.saavie.org>
 Phil Brooke <pjb@scm.tees.ac.uk>
 
        - Allow cookies without regular CGI POST/GET variables
+
+Michael Petullo <mike@flyn.org>
+
+       - Convert to GNU autotools and wrap strncpy() accordingly