From: Joey Schulze Date: Sun, 6 Apr 2008 09:16:46 +0000 (+0000) Subject: Adjust the date to today X-Git-Tag: cgilib_0-6~6 X-Git-Url: https://git.infodrom.org/?p=infodrom%2Fcgilib;a=commitdiff_plain;h=535cbb74c5eea4480865aadc85829c9ecfaf9b91 Adjust the date to today --- diff --git a/Makefile b/Makefile index bf5aa17..c8632a2 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,15 @@ -# Copyright (c) 1998,9,2001,7 by Martin Schulze - +# Copyright (c) 1998,9,2001,7,8 by Martin Schulze +# # 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 --- a/aux.c +++ b/aux.c @@ -1,6 +1,6 @@ /* aux.c - Auxilliary code for CGI library - Copyright (C) 2007 by Martin Schulze + Copyright (C) 2007,8 by Martin Schulze 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 --- a/aux.h +++ b/aux.h @@ -1,6 +1,6 @@ /* aux.h - Auxilliary code for CGI library - Copyright (C) 2007 by Martin Schulze + Copyright (C) 2007,8 by Martin Schulze 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 --- a/cgi.5 +++ b/cgi.5 @@ -1,5 +1,5 @@ .\" cgi - Common Gateway Interface -.\" Copyright (c) 1998,9,2007 by Martin Schulze +.\" Copyright (c) 1998,9,2007,8 by Martin Schulze .\" .\" 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 diff --git a/cgiDebug.3 b/cgiDebug.3 index ceb178e..c9db074 100644 --- a/cgiDebug.3 +++ b/cgiDebug.3 @@ -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 diff --git a/cgiEscape.3 b/cgiEscape.3 index 6dd8592..2386367 100644 --- a/cgiEscape.3 +++ b/cgiEscape.3 @@ -1,5 +1,5 @@ -.\" cgiDebug - Set the debug level for cgi programming -.\" Copyright (c) 2007 by Martin Schulze +.\" cgiDebug - Set the debug level for CGI programming +.\" Copyright (c) 2007,8 by Martin Schulze .\" .\" 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 diff --git a/cgiFree.3 b/cgiFree.3 index d6cafba..d392297 100644 --- a/cgiFree.3 +++ b/cgiFree.3 @@ -1,5 +1,5 @@ .\" cgiFree - Frees the data structures -.\" Copyright (c) 1999,2007 by Martin Schulze +.\" Copyright (c) 1999,2007,8 by Martin Schulze .\" .\" 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 diff --git a/cgiFreeList.3 b/cgiFreeList.3 index 3f7f5c3..9297147 100644 --- a/cgiFreeList.3 +++ b/cgiFreeList.3 @@ -1,5 +1,5 @@ .\" cgiFreeList - Frees memory used by a list -.\" Copyright (c) 1999,2007 by Martin Schulze +.\" Copyright (c) 1999,2007,8 by Martin Schulze .\" .\" 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 diff --git a/cgiGetCookie.3 b/cgiGetCookie.3 index c0bdf92..6ad0c0b 100644 --- a/cgiGetCookie.3 +++ b/cgiGetCookie.3 @@ -1,5 +1,5 @@ .\" cgiGetCookie - Return a cookie -.\" Copyright (c) 1998,9,2007 by Martin Schulze +.\" Copyright (c) 1998,9,2007,8 by Martin Schulze .\" .\" 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 diff --git a/cgiGetCookies.3 b/cgiGetCookies.3 index 7417c3d..053e58e 100644 --- a/cgiGetCookies.3 +++ b/cgiGetCookies.3 @@ -1,5 +1,5 @@ .\" cgiGetCookies - Returns a list of cookies -.\" Copyright (c) 1999,2007 by Martin Schulze +.\" Copyright (c) 1999,2007,8 by Martin Schulze .\" .\" 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 diff --git a/cgiGetFile.3 b/cgiGetFile.3 index 31ea953..e05fd8c 100644 --- a/cgiGetFile.3 +++ b/cgiGetFile.3 @@ -1,5 +1,5 @@ .\" cgiGetValue - Return the value of a CGI variable -.\" Copyright (c) 2007 by Martin Schulze +.\" Copyright (c) 2007,8 by Martin Schulze .\" .\" 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 diff --git a/cgiGetFiles.3 b/cgiGetFiles.3 index 69953b3..754aafb 100644 --- a/cgiGetFiles.3 +++ b/cgiGetFiles.3 @@ -1,5 +1,5 @@ .\" cgiGetFiles - Returns a list of CGI file variables -.\" Copyright (c) 2007 by Martin Schulze +.\" Copyright (c) 2007,8 by Martin Schulze .\" .\" 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 diff --git a/cgiGetValue.3 b/cgiGetValue.3 index 8a624d5..0f82f10 100644 --- a/cgiGetValue.3 +++ b/cgiGetValue.3 @@ -1,5 +1,5 @@ .\" cgiGetValue - Return the value of a CGI variable -.\" Copyright (c) 1998,9,2007 by Martin Schulze +.\" Copyright (c) 1998,9,2007,8 by Martin Schulze .\" .\" 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 diff --git a/cgiGetVariables.3 b/cgiGetVariables.3 index 9e44a28..d9c2074 100644 --- a/cgiGetVariables.3 +++ b/cgiGetVariables.3 @@ -1,5 +1,5 @@ .\" cgiGetVariables - Returns a list of CGI variables -.\" Copyright (c) 1999,2007 by Martin Schulze +.\" Copyright (c) 1999,2007,8 by Martin Schulze .\" .\" 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 diff --git a/cgiHeader.3 b/cgiHeader.3 index 9050278..874fa70 100644 --- a/cgiHeader.3 +++ b/cgiHeader.3 @@ -1,5 +1,5 @@ .\" cgiHeader - Print the HTTP header -.\" Copyright (c) 1998,9 by Martin Schulze +.\" Copyright (c) 1998,9,2008 by Martin Schulze .\" .\" 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 diff --git a/cgiInit.3 b/cgiInit.3 index c3fbb0e..5f9e8ce 100644 --- a/cgiInit.3 +++ b/cgiInit.3 @@ -1,5 +1,5 @@ .\" cgiInit - Initializes CGI library -.\" Copyright (c) 1998,9,2007 by Martin Schulze +.\" Copyright (c) 1998,9,2007,8 by Martin Schulze .\" .\" 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 diff --git a/cgiRedirect.3 b/cgiRedirect.3 index 20f9621..03ae947 100644 --- a/cgiRedirect.3 +++ b/cgiRedirect.3 @@ -1,5 +1,5 @@ .\" cgiRedirect - Redirect the browser somewhere else -.\" Copyright (c) 1998,9 by Martin Schulze +.\" Copyright (c) 1998,9,2008 by Martin Schulze .\" .\" 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 diff --git a/cgiSetHeader.3 b/cgiSetHeader.3 index b5a3f1d..704082e 100644 --- a/cgiSetHeader.3 +++ b/cgiSetHeader.3 @@ -1,5 +1,5 @@ .\" cgiSetHeader - Specify an additional HTTP header -.\" Copyright (c) 1999 by Martin Schulze +.\" Copyright (c) 1999,2008 by Martin Schulze .\" .\" 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 diff --git a/cgiSetType.3 b/cgiSetType.3 index d140956..2a84338 100644 --- a/cgiSetType.3 +++ b/cgiSetType.3 @@ -1,5 +1,5 @@ .\" cgiSetType - Specify the result type -.\" Copyright (c) 1999 by Martin Schulze +.\" Copyright (c) 1999,2008 by Martin Schulze .\" .\" 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 diff --git a/cgitest.c b/cgitest.c index c8fed4c..97db51a 100644 --- a/cgitest.c +++ b/cgitest.c @@ -1,6 +1,6 @@ /* cgitest.c - Testprogram for cgi.o - Copyright (c) 1998,9,2007 by Martin Schulze + Copyright (c) 1998,9,2007,8 by Martin Schulze 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/cookies.c b/cookies.c index 62d2559..ebd559a 100644 --- a/cookies.c +++ b/cookies.c @@ -1,6 +1,6 @@ /* cookies.c - Cookie support for CGI library - Copyright (C) 1999,2007 by Martin Schulze + Copyright (C) 1999,2007,8 by Martin Schulze 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/jumpto.c b/jumpto.c index 72cd5a2..0467b05 100644 --- a/jumpto.c +++ b/jumpto.c @@ -1,6 +1,6 @@ /* jumpto.c - Jump to a given URL - Copyright (c) 1998 Martin Schulze + Copyright (c) 1998,2008 Martin Schulze 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