summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
-rw-r--r--src/alias-wrapper.c2
-rw-r--r--src/cgi-wrapper.c2
-rw-r--r--src/common.c2
-rw-r--r--src/common.h2
-rw-r--r--src/mail-wrapper.c2
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