summaryrefslogtreecommitdiffstats
path: root/maildrop/main.C
diff options
context:
space:
mode:
authorSam Varshavchik2015-04-25 09:57:08 -0400
committerSam Varshavchik2015-04-25 09:57:08 -0400
commit4d6b3cbc45d313e763da26f55c56993553edcd0d (patch)
tree0b1d2270748470566209dcd73393b2280e346fee /maildrop/main.C
parent5b033aa14528f620ff8106b73e34a3dc14ad75f9 (diff)
downloadcourier-libs-4d6b3cbc45d313e763da26f55c56993553edcd0d.tar.bz2
Bump year
Diffstat (limited to 'maildrop/main.C')
-rw-r--r--maildrop/main.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/maildrop/main.C b/maildrop/main.C
index 3a50d6e..9818551 100644
--- a/maildrop/main.C
+++ b/maildrop/main.C
@@ -34,7 +34,7 @@
#include "../dbobj.h"
/*
-** This switch can later be moved to config.h file with appropriate
+** This switch can later be moved to config.h file with appropriate
** configure option like --with-dovecotauth or something similar
*/
#if DOVECOTAUTH
@@ -170,7 +170,7 @@ char hostname[256];
static void copyright()
{
-static const char msg[]="maildrop " VERSION " Copyright 1998-2005 Double Precision, Inc."
+static const char msg[]="maildrop " VERSION " Copyright 1998-2015 Double Precision, Inc."
#if CRLF_TERM
"\r\n"
@@ -219,7 +219,7 @@ static const char msg[]="maildrop " VERSION " Copyright 1998-2005 Double Precisi
#else
"\n"
#endif
-
+
;
mout << msg;