X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserver_main.c;h=443fdd3bb4db68a9633072b910f8a098320ba352;hb=97d2e8bd7fc240780d91eb4b21bc219e7401c4de;hp=a015876e5beedd803790e92aa0dda78093a5825d;hpb=c34c060023c0cec0e74be045818e6489e3c15d47;p=citadel.git diff --git a/citadel/server_main.c b/citadel/server_main.c index a015876e5..443fdd3bb 100644 --- a/citadel/server_main.c +++ b/citadel/server_main.c @@ -1,7 +1,7 @@ /* * citserver's main() function lives here. * - * Copyright (c) 1987-2015 by the citadel.org team + * Copyright (c) 1987-2016 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. @@ -198,7 +198,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-2015 by the Citadel development team."); + syslog(LOG_NOTICE, "Copyright (C) 1987-2016 by the Citadel development team."); syslog(LOG_NOTICE, "This program is distributed under the terms of the GNU " "General Public License."); syslog(LOG_NOTICE, " ");