aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/Makefile.in2
-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
5 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index a50e4958..c673ddb4 100755
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2018 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 29d9ec5a..ec581d3d 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,2001,2002 by the Free Software Foundation, Inc.
+ * Copyright (C) 1998-2018 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 585b1e9b..caec57d6 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-2005 by the Free Software Foundation, Inc.
+ * Copyright (C) 1998-2018 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 451a1561..c681bb7c 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1,6 +1,6 @@
/* common.h --- Prototypes for common routines
*
- * Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
+ * Copyright (C) 1998-2018 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 f268d5a5..78b912c1 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,1999,2000,2001,2002 by the Free Software Foundation, Inc.
+ * Copyright (C) 1998-2018 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