Happy New Year. Startup banners now show 2014 copyright date.
authorArt Cancro <ajc@uncensored.citadel.org>
Fri, 10 Jan 2014 21:48:30 +0000 (16:48 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Fri, 10 Jan 2014 21:48:30 +0000 (16:48 -0500)
citadel/server_main.c
webcit/webserver.c

index 054c8054752fbf116894e44fa2936f9f2cdcde53..9da255b50f1a8a54cb706122820b4b94e498aa56 100644 (file)
@@ -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, " ");
index db3a01aa9c9ce1f114e1445869b174ffe9626fc1..509d128f71e4806c994ce920b37a4d1bd27f885e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996-2013 by the citadel.org team
+ * Copyright (c) 1996-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.
@@ -229,7 +229,7 @@ int main(int argc, char **argv)
 
        /* Tell 'em who's in da house */
        syslog(LOG_NOTICE, "%s", PACKAGE_STRING);
-       syslog(LOG_NOTICE, "Copyright (C) 1996-2013 by the citadel.org team");
+       syslog(LOG_NOTICE, "Copyright (C) 1996-2014 by the citadel.org team");
        syslog(LOG_NOTICE, " ");
        syslog(LOG_NOTICE, "This program is open source software: you can redistribute it and/or");
        syslog(LOG_NOTICE, "modify it under the terms of the GNU General Public License, version 3.");