Adjust the date to today
authorJoey Schulze <joey@infodrom.org>
Sun, 6 Apr 2008 09:16:46 +0000 (09:16 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 6 Apr 2008 09:16:46 +0000 (09:16 +0000)
22 files changed:
Makefile
aux.c
aux.h
cgi.5
cgiDebug.3
cgiEscape.3
cgiFree.3
cgiFreeList.3
cgiGetCookie.3
cgiGetCookies.3
cgiGetFile.3
cgiGetFiles.3
cgiGetValue.3
cgiGetVariables.3
cgiHeader.3
cgiInit.3
cgiRedirect.3
cgiSetHeader.3
cgiSetType.3
cgitest.c
cookies.c
jumpto.c

index bf5aa17..c8632a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,15 @@
-#   Copyright (c) 1998,9,2001,7 by Martin Schulze <joey@infodrom.org>
-
+#   Copyright (c) 1998,9,2001,7,8 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
 #   the Free Software Foundation; either version 2 of the License, or
 #   (at your option) any later version.
-
+#
 #   This program is distributed in the hope that it will be useful,
 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 #   GNU General Public License for more details.
-
+#
 #   You should have received a copy of the GNU General Public License
 #   along with this program; if not, write to the Free Software
 #   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
diff --git a/aux.c b/aux.c
index e197fe1..ef9e487 100644 (file)
--- a/aux.c
+++ b/aux.c
@@ -1,6 +1,6 @@
 /*
     aux.c - Auxilliary code for CGI library
-    Copyright (C) 2007 by Martin Schulze <joey@infodrom.org>
+    Copyright (C) 2007,8 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
diff --git a/aux.h b/aux.h
index 7474722..fdb96f8 100644 (file)
--- a/aux.h
+++ b/aux.h
@@ -1,6 +1,6 @@
 /*
     aux.h - Auxilliary code for CGI library
-    Copyright (C) 2007 by Martin Schulze <joey@infodrom.org>
+    Copyright (C) 2007,8 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
diff --git a/cgi.5 b/cgi.5
index 88673b9..a80fe2b 100644 (file)
--- a/cgi.5
+++ b/cgi.5
@@ -1,5 +1,5 @@
 .\" cgi - Common Gateway Interface
-.\" Copyright (c) 1998,9,2007 by Martin Schulze <joey@infodrom.org>
+.\" Copyright (c) 1998,9,2007,8 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
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .\"
-.TH cgi 5 "14 August 1999" "CGI Library" "Programmer's Manual"
+.TH cgi 5 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgi \- Common Gateway Interface
 
index ceb178e..c9db074 100644 (file)
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .\"
-.TH cgiDebug 3 "27 November 2007" "CGI Library" "Programmer's Manual"
+.TH cgiDebug 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiDebug \- Set the debug level for CGI programming
 .SH SYNOPSYS
index 6dd8592..2386367 100644 (file)
@@ -1,5 +1,5 @@
-.\" cgiDebug - Set the debug level for cgi programming
-.\" Copyright (c) 2007 by Martin Schulze <joey@infodrom.org>
+.\" cgiDebug - Set the debug level for CGI programming
+.\" Copyright (c) 2007,8 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
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .\"
-.TH cgiDebug 3 "25 November 2007" "CGI Library" "Programmer's Manual"
+.TH cgiDebug 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiEscape \- HTML escape certain characters in a string
 .SH SYNOPSYS
index d6cafba..d392297 100644 (file)
--- a/cgiFree.3
+++ b/cgiFree.3
@@ -1,5 +1,5 @@
 .\" cgiFree - Frees the data structures
-.\" Copyright (c) 1999,2007 by Martin Schulze <joey@infodrom.org>
+.\" Copyright (c) 1999,2007,8 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
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .\"
-.TH cgiFree 3 "13 December 2007" "CGI Library" "Programmer's Manual"
+.TH cgiFree 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiFree \- Frees CGI data structure
 .SH SYNOPSYS
index 3f7f5c3..9297147 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiFreeList - Frees memory used by a list
-.\" Copyright (c) 1999,2007 by Martin Schulze <joey@infodrom.org>
+.\" Copyright (c) 1999,2007,8 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
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .\"
-.TH cgiFreeList 3 "5 December 2007" "CGI Library" "Programmer's Manual"
+.TH cgiFreeList 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiFreeList \- Frees memory used by a list
 .SH SYNOPSYS
index c0bdf92..6ad0c0b 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiGetCookie - Return a cookie
-.\" Copyright (c) 1998,9,2007 by Martin Schulze <joey@infodrom.org>
+.\" Copyright (c) 1998,9,2007,8 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
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .\"
-.TH cgiGetCookie 3 "16 December 2007" "CGI Library" "Programmer's Manual"
+.TH cgiGetCookie 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiGetCookie \- Return a cookie
 .SH SYNOPSYS
index 7417c3d..053e58e 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiGetCookies - Returns a list of cookies
-.\" Copyright (c) 1999,2007 by Martin Schulze <joey@infodrom.org>
+.\" Copyright (c) 1999,2007,8 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
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .\"
-.TH cgiGetCookies 3 "17 December 2007" "CGI Library" "Programmer's Manual"
+.TH cgiGetCookies 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiGetCookies \- Returns a list of cookies
 .SH SYNOPSYS
index 31ea953..e05fd8c 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiGetValue - Return the value of a CGI variable
-.\" Copyright (c) 2007 by Martin Schulze <joey@infodrom.org>
+.\" Copyright (c) 2007,8 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
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .\"
-.TH cgiGetValue 3 "16 December 2007" "CGI Library" "Programmer's Manual"
+.TH cgiGetValue 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiGetFile \- Return information of a CGI file variable
 .SH SYNOPSYS
index 69953b3..754aafb 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiGetFiles - Returns a list of CGI file variables
-.\" Copyright (c) 2007 by Martin Schulze <joey@infodrom.org>
+.\" Copyright (c) 2007,8 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
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .\"
-.TH cgiGetFiles 3 "17 December 2007" "CGI Library" "Programmer's Manual"
+.TH cgiGetFiles 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiGetFiles \- Returns a list of CGI file variables
 .SH SYNOPSYS
index 8a624d5..0f82f10 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiGetValue - Return the value of a CGI variable
-.\" Copyright (c) 1998,9,2007 by Martin Schulze <joey@infodrom.org>
+.\" Copyright (c) 1998,9,2007,8 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
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .\"
-.TH cgiGetValue 3 "16 December 2007" "CGI Library" "Programmer's Manual"
+.TH cgiGetValue 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiGetValue \- Return the value of a CGI variable
 .SH SYNOPSYS
index 9e44a28..d9c2074 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiGetVariables - Returns a list of CGI variables
-.\" Copyright (c) 1999,2007 by Martin Schulze <joey@infodrom.org>
+.\" Copyright (c) 1999,2007,8 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
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .\"
-.TH cgiGetVariables 3 "5 December 2007" "CGI Library" "Programmer's Manual"
+.TH cgiGetVariables 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiGetVariables \- Returns a list of CGI variables
 .SH SYNOPSYS
index 9050278..874fa70 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiHeader - Print the HTTP header
-.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.org>
+.\" Copyright (c) 1998,9,2008 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
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .\"
-.TH cgiHeader 3 "15 August 1999" "CGI Library" "Programmer's Manual"
+.TH cgiHeader 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiHeader \- Print the HTTP header
 .SH SYNOPSYS
index c3fbb0e..5f9e8ce 100644 (file)
--- a/cgiInit.3
+++ b/cgiInit.3
@@ -1,5 +1,5 @@
 .\" cgiInit - Initializes CGI library
-.\" Copyright (c) 1998,9,2007 by Martin Schulze <joey@infodrom.org>
+.\" Copyright (c) 1998,9,2007,8 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
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .\"
-.TH cgiInit 3 "29 November 2007" "CGI Library" "Programmer's Manual"
+.TH cgiInit 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiInit \- Initializes CGI library
 .SH SYNOPSYS
index 20f9621..03ae947 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiRedirect - Redirect the browser somewhere else
-.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.org>
+.\" Copyright (c) 1998,9,2008 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
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .\"
-.TH cgiRedirect 3 "14 August 1999" "CGI Library" "Programmer's Manual"
+.TH cgiRedirect 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiRedirect \- Redirect the browser somewhere else
 .SH SYNOPSYS
index b5a3f1d..704082e 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiSetHeader - Specify an additional HTTP header
-.\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.org>
+.\" Copyright (c) 1999,2008 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
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .\"
-.TH cgiSetHeader 3 "20 August 1999" "CGI Library" "Programmer's Manual"
+.TH cgiSetHeader 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiSetHeader \- Specify an additional HTTP header
 .SH SYNOPSYS
index d140956..2a84338 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiSetType - Specify the result type
-.\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.org>
+.\" Copyright (c) 1999,2008 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
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .\"
-.TH cgiSetType 3 "15 August 1999" "CGI Library" "Programmer's Manual"
+.TH cgiSetType 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiSetType \- Specify the result type
 .SH SYNOPSYS
index c8fed4c..97db51a 100644 (file)
--- a/cgitest.c
+++ b/cgitest.c
@@ -1,6 +1,6 @@
 /*
     cgitest.c - Testprogram for cgi.o
-    Copyright (c) 1998,9,2007 by Martin Schulze <joey@infodrom.org>
+    Copyright (c) 1998,9,2007,8 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 62d2559..ebd559a 100644 (file)
--- a/cookies.c
+++ b/cookies.c
@@ -1,6 +1,6 @@
 /*
     cookies.c - Cookie support for CGI library
-    Copyright (C) 1999,2007 by Martin Schulze <joey@infodrom.org>
+    Copyright (C) 1999,2007,8 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 72cd5a2..0467b05 100644 (file)
--- a/jumpto.c
+++ b/jumpto.c
@@ -1,6 +1,6 @@
 /*
    jumpto.c - Jump to a given URL
-   Copyright (c) 1998  Martin Schulze <joey@orgatech.de>
+   Copyright (c) 1998,2008  Martin Schulze <joey@orgatech.de>
 
    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