diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 | ||||
| -rw-r--r-- | src/cgi-wrapper.c | 2 | ||||
| -rw-r--r-- | src/common.c | 2 | ||||
| -rw-r--r-- | src/common.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index db65e72bd..b2a10d69d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/src/cgi-wrapper.c b/src/cgi-wrapper.c index ce7335271..8b00f9f13 100644 --- a/src/cgi-wrapper.c +++ b/src/cgi-wrapper.c @@ -1,7 +1,7 @@ /* cgi-wrapper.c --- Generic wrapper that will take info from a environment * variable, and pass it to two commands. * - * Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc. + * Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/common.c b/src/common.c index d70216177..9f867e136 100644 --- a/src/common.c +++ b/src/common.c @@ -1,6 +1,6 @@ /* common.c --- Common routines, constants, etc. Used by all the wrappers. * - * Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc. + * Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/common.h b/src/common.h index 333090a7c..321da8d39 100644 --- a/src/common.h +++ b/src/common.h @@ -1,6 +1,6 @@ /* common.h --- Prototypes for common routines * - * Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc. + * Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License |
