X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fserver_main.c;fp=citadel%2Fserver_main.c;h=9da255b50f1a8a54cb706122820b4b94e498aa56;hp=054c8054752fbf116894e44fa2936f9f2cdcde53;hb=63e464108af57afa166d59a574479d5309cc4d9c;hpb=691c6e859b97b00b6106fa46f42cbdd45f01a8a9 diff --git a/citadel/server_main.c b/citadel/server_main.c index 054c80547..9da255b50 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. @@ -153,7 +153,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, " ");