diff options
| author | bwarsaw | 2000-03-21 06:26:46 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-03-21 06:26:46 +0000 |
| commit | 311c9e550f83951f63d583f18c2eb215a8fc297c (patch) | |
| tree | da8eac2c7f31ccd0115690d13ffdb318b297be41 /src | |
| parent | 86b679a908d2f5c0a5f6bfecbcfabcffce5b22b4 (diff) | |
| download | mailman-311c9e550f83951f63d583f18c2eb215a8fc297c.tar.gz mailman-311c9e550f83951f63d583f18c2eb215a8fc297c.tar.zst mailman-311c9e550f83951f63d583f18c2eb215a8fc297c.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 | ||||
| -rw-r--r-- | src/alias-wrapper.c | 2 | ||||
| -rw-r--r-- | src/cgi-wrapper.c | 2 | ||||
| -rw-r--r-- | src/common.c | 2 | ||||
| -rw-r--r-- | src/common.h | 2 | ||||
| -rw-r--r-- | src/mail-wrapper.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 9894c0e40..f0ce03a60 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000 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/alias-wrapper.c b/src/alias-wrapper.c index 7930b7ca3..0661eca33 100644 --- a/src/alias-wrapper.c +++ b/src/alias-wrapper.c @@ -1,7 +1,7 @@ /* alias-wrapper.c --- wrapper to allow the mailman user to modify the aliases * database. * - * Copyright (C) 1998 by the Free Software Foundation, Inc. + * Copyright (C) 1998,1999,2000 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 c1cc26027..5e0d4be5a 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 by the Free Software Foundation, Inc. + * Copyright (C) 1998,1999,2000 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 78398b63c..2e09c786e 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 by the Free Software Foundation, Inc. + * Copyright (C) 1998,1999,2000 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 447bb6f9b..333090a7c 100644 --- a/src/common.h +++ b/src/common.h @@ -1,6 +1,6 @@ /* common.h --- Prototypes for common routines * - * Copyright (C) 1998 by the Free Software Foundation, Inc. + * Copyright (C) 1998,1999,2000 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/mail-wrapper.c b/src/mail-wrapper.c index 582eaa53b..7d21c27ed 100644 --- a/src/mail-wrapper.c +++ b/src/mail-wrapper.c @@ -1,7 +1,7 @@ /* mail-wrapper.c --- Generic wrapper that will take info from a environment * variable, and pass it to two commands. * - * Copyright (C) 1998 by the Free Software Foundation, Inc. + * Copyright (C) 1998,1999,2000 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 |
