Adjust the mail address
authorJoey Schulze <joey@infodrom.org>
Sun, 25 Nov 2007 15:39:53 +0000 (15:39 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 25 Nov 2007 15:39:53 +0000 (15:39 +0000)
18 files changed:
CREDITS
cgi.5
cgi.c
cgi.h
cgiDebug.3
cgiFree.3
cgiFreeList.3
cgiGetCookie.3
cgiGetCookies.3
cgiGetValue.3
cgiGetVariables.3
cgiHeader.3
cgiInit.3
cgiRedirect.3
cgiSetHeader.3
cgiSetType.3
cgitest.c
cookies.c

diff --git a/CREDITS b/CREDITS
index dc2eab7..d81a2bf 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -1,7 +1,7 @@
 This is a list of people who have helped me working on this CGI
 library.
 
-Martin Schulze <joey@infodrom.north.de>
+Martin Schulze <joey@infodrom.org>
        - Design, Implementation, Maintenance
 
 Mikko Torni <mtorni@mail.freenet.hut.fi>
diff --git a/cgi.5 b/cgi.5
index 0731968..5ea1ed8 100644 (file)
--- a/cgi.5
+++ b/cgi.5
@@ -1,5 +1,5 @@
 .\" cgi - Common Gateway Interface
-.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.north.de>
+.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.org>
 .\" 
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -106,7 +106,7 @@ This reflects the name and revision of the webserver software.
 
 .SH "AUTHOR"
 This CGI library is written by Martin Schulze
-<joey@infodrom.north.de>.  If you have additions or improvements
+<joey@infodrom.org>.  If you have additions or improvements
 please get in touch with him.
 
 .SH "SEE ALSO"
diff --git a/cgi.c b/cgi.c
index 227ea36..dfeb2e0 100644 (file)
--- a/cgi.c
+++ b/cgi.c
@@ -1,6 +1,6 @@
 /*
     cgi.c - Some simple routines for CGI programming
-    Copyright (c) 1996-9  Martin Schulze <joey@infodrom.north.de>
+    Copyright (c) 1996-9  Martin Schulze <joey@infodrom.org>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
  */
 
 /*
-    Sat Aug 24 10:39:31 MET 1999: Martin Schulze <joey@infodrom.north.de>
+    Sat Aug 24 10:39:31 MET 1999: Martin Schulze <joey@infodrom.org>
        Added cgiGetVariables(), corrected multiple values code
 
-    Tue Aug 17 13:13:00 CEST 1999: Martin Schulze <joey@infodrom.north.de>
+    Tue Aug 17 13:13:00 CEST 1999: Martin Schulze <joey@infodrom.org>
        Changed s_cgi to contain cookies as well.  Added proper support for
        HTTP Cookies.
 */
diff --git a/cgi.h b/cgi.h
index f5ee834..64d0444 100644 (file)
--- a/cgi.h
+++ b/cgi.h
@@ -1,6 +1,6 @@
 /*
     cgi.h - Some simple routines for cgi programming
-    Copyright (c) 1996-8  Martin Schulze <joey@infodrom.north.de>
+    Copyright (c) 1996-8  Martin Schulze <joey@infodrom.org>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 2e92f87..f41de21 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiDebug - Set the debug level for cgi programming
-.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.north.de>
+.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.org>
 .\" 
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@ does not return a value.
 
 .SH "AUTHOR"
 This CGi library is written by Martin Schulze
-<joey@infodrom.north.de>.  If you have additions or improvements
+<joey@infodrom.org>.  If you have additions or improvements
 please get in touch with him.
 
 .SH "SEE ALSO"
index 849475f..f2b4119 100644 (file)
--- a/cgiFree.3
+++ b/cgiFree.3
@@ -1,5 +1,5 @@
 .\" cgiFree - Frees the data structures
-.\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.north.de>
+.\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.org>
 .\" 
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -35,7 +35,7 @@ header lines are available.  The result type is also reset to
 
 .SH "AUTHOR"
 This CGI library is written by Martin Schulze
-<joey@infodrom.north.de>.  If you have additions or improvements
+<joey@infodrom.org>.  If you have additions or improvements
 please get in touch with him.
 
 .SH "SEE ALSO"
index 0506ff7..36d52c4 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiFreeList - Frees memory used by a list
-.\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.north.de>
+.\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.org>
 .\" 
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@ This routine frees memory allocated by these routines.
 
 .SH "AUTHOR"
 This CGI library is written by Martin Schulze
-<joey@infodrom.north.de>.  If you have additions or improvements
+<joey@infodrom.org>.  If you have additions or improvements
 please get in touch with him.
 
 .SH "SEE ALSO"
index 5d994f1..4853bb4 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiGetCookie - Return a cookie
-.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.north.de>
+.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.org>
 .\" 
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -63,7 +63,7 @@ cookie was set or no cookie with a given name exists NULL is returned.
 
 .SH "AUTHOR"
 This CGI library is written by Martin Schulze
-<joey@infodrom.north.de>.  If you have additions or improvements
+<joey@infodrom.org>.  If you have additions or improvements
 please get in touch with him.
 
 .SH "SEE ALSO"
index 76d80fb..10dfcc7 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiGetCookies - Returns a list of cookies
-.\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.north.de>
+.\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.org>
 .\" 
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@ available NULL is returned.
 
 .SH "AUTHOR"
 This CGI library is written by Martin Schulze
-<joey@infodrom.north.de>.  If you have additions or improvements
+<joey@infodrom.org>.  If you have additions or improvements
 please get in touch with him.
 
 .SH "SEE ALSO"
index 12420e2..492bfef 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiGetValue - Return the value of a CGI variable
-.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.north.de>
+.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.org>
 .\" 
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -41,7 +41,7 @@ transmitted through CGI or was empty NULL is returned.
 
 .SH "AUTHOR"
 This CGI library is written by Martin Schulze
-<joey@infodrom.north.de>.  If you have additions or improvements
+<joey@infodrom.org>.  If you have additions or improvements
 please get in touch with him.
 
 .SH "SEE ALSO"
index 505fe7c..ea6bed5 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiGetVariables - Returns a list of CGI variables
-.\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.north.de>
+.\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.org>
 .\" 
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -38,7 +38,7 @@ available NULL is returned.
 
 .SH "AUTHOR"
 This CGI library is written by Martin Schulze
-<joey@infodrom.north.de>.  If you have additions or improvements
+<joey@infodrom.org>.  If you have additions or improvements
 please get in touch with him.
 
 .SH "SEE ALSO"
index e72467a..9050278 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiHeader - Print the HTTP header
-.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.north.de>
+.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.org>
 .\" 
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -38,7 +38,7 @@ This routine does not return a value.
 
 .SH "AUTHOR"
 This CGI library is written by Martin Schulze
-<joey@infodrom.north.de>.  If you have additions or improvements
+<joey@infodrom.org>.  If you have additions or improvements
 please get in touch with him.
 
 .SH "SEE ALSO"
index c442740..1becac4 100644 (file)
--- a/cgiInit.3
+++ b/cgiInit.3
@@ -1,5 +1,5 @@
 .\" cgiInit - Initializes CGI library
-.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.north.de>
+.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.org>
 .\" 
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -51,7 +51,7 @@ for later processing.  If an error occurs NULL is returned.
 
 .SH "AUTHOR"
 This CGI library is written by Martin Schulze
-<joey@infodrom.north.de>.  If you have additions or improvements
+<joey@infodrom.org>.  If you have additions or improvements
 please get in touch with him.
 
 .SH "SEE ALSO"
index f58ca73..20f9621 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiRedirect - Redirect the browser somewhere else
-.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.north.de>
+.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.org>
 .\" 
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -37,7 +37,7 @@ does not return a value.
 
 .SH "AUTHOR"
 This CGI library is written by Martin Schulze
-<joey@infodrom.north.de>.  If you have additions or improvements
+<joey@infodrom.org>.  If you have additions or improvements
 please get in touch with him.
 
 .SH "SEE ALSO"
index f8a70df..b5a3f1d 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiSetHeader - Specify an additional HTTP header
-.\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.north.de>
+.\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.org>
 .\" 
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -64,7 +64,7 @@ On success 1 is returned, otherwise 0.
 
 .SH "AUTHOR"
 This CGI library is written by Martin Schulze
-<joey@infodrom.north.de>.  If you have additions or improvements
+<joey@infodrom.org>.  If you have additions or improvements
 please get in touch with him.
 
 .SH "SEE ALSO"
index ea767d0..d140956 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiSetType - Specify the result type
-.\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.north.de>
+.\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.org>
 .\" 
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@ On success 1 is returned, otherwise 0.
 
 .SH "AUTHOR"
 This CGI library is written by Martin Schulze
-<joey@infodrom.north.de>.  If you have additions or improvements
+<joey@infodrom.org>.  If you have additions or improvements
 please get in touch with him.
 
 .SH "SEE ALSO"
index af69a0f..d4e0a57 100644 (file)
--- a/cgitest.c
+++ b/cgitest.c
@@ -1,6 +1,6 @@
 /*
     cgitest.c - Testprogram for cgi.o
-    Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.north.de>
+    Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.org>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 7f2fb4e..e588cda 100644 (file)
--- a/cookies.c
+++ b/cookies.c
@@ -1,6 +1,6 @@
 /*
     cookies.c - Cookie support for CGI library
-    Copyright (C) 1999 by Martin Schulze <joey@infodrom.north.de>
+    Copyright (C) 1999 by Martin Schulze <joey@infodrom.org>
      
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by