Switch to autotools: CREDITS renamed into AUTHORS
authorJoey Schulze <joey@infodrom.org>
Sun, 11 Jan 2009 21:08:42 +0000 (21:08 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 11 Jan 2009 21:08:42 +0000 (21:08 +0000)
AUTHORS [new file with mode: 0644]
CREDITS [deleted file]

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..0e3af6c
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,26 @@
+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>
+
+       - Cookie support (abandoned though)
+       - Bugfixes and improvements
+
+Laszlo Zavaleta <wry@kopu.org>
+
+       - Support for ';' as delimiter
+
+Stephen Uitti <suitti@olde.com>
+
+       - Spelling corrections
+
+Neil Spring <nspring@zarathustra.saavie.org>
+
+       - Declare some arguments const
+
+Phil Brooke <pjb@scm.tees.ac.uk>
+
+       - Allow cookies without regular CGI POST/GET variables
diff --git a/CREDITS b/CREDITS
deleted file mode 100644 (file)
index 0e3af6c..0000000
--- a/CREDITS
+++ /dev/null
@@ -1,26 +0,0 @@
-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>
-
-       - Cookie support (abandoned though)
-       - Bugfixes and improvements
-
-Laszlo Zavaleta <wry@kopu.org>
-
-       - Support for ';' as delimiter
-
-Stephen Uitti <suitti@olde.com>
-
-       - Spelling corrections
-
-Neil Spring <nspring@zarathustra.saavie.org>
-
-       - Declare some arguments const
-
-Phil Brooke <pjb@scm.tees.ac.uk>
-
-       - Allow cookies without regular CGI POST/GET variables