From 5644ab7ce8a7f8515e1db6d88e6f07eb97797572 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 27 Jan 2014 10:38:45 -0500 Subject: [PATCH] prepping for 8.24 --- citadel/server_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/citadel/server_main.c b/citadel/server_main.c index e15ea5d80..2987da3ec 100644 --- a/citadel/server_main.c +++ b/citadel/server_main.c @@ -1,7 +1,7 @@ /* * citserver's main() function lives here. * - * Copyright (c) 1987-2013 by the citadel.org team + * Copyright (c) 1987-2014 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -201,7 +201,7 @@ int main(int argc, char **argv) syslog(LOG_NOTICE, "*** Citadel server engine v%d.%02d (build %s) ***", (REV_LEVEL/100), (REV_LEVEL%100), svn_revision()); - syslog(LOG_NOTICE, "Copyright (C) 1987-2013 by the Citadel development team."); + syslog(LOG_NOTICE, "Copyright (C) 1987-2014 by the Citadel development team."); syslog(LOG_NOTICE, "This program is distributed under the terms of the GNU " "General Public License."); syslog(LOG_NOTICE, " "); -- 2.30.2