From 3eda0116bacbea7ab2a3933f380cd1cdd0831b57 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 29 Dec 2007 17:14:05 +0000 Subject: [PATCH] Copyright dates are now 2008. --- citadel/citadel.c | 2 +- citadel/docs/citadel.html | 2 +- citadel/server_main.c | 2 +- webcit/README.txt | 2 +- webcit/webserver.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/citadel/citadel.c b/citadel/citadel.c index 522784666..edd981cb3 100644 --- a/citadel/citadel.c +++ b/citadel/citadel.c @@ -1024,7 +1024,7 @@ void system_info(CtdlIPC *ipc) scr_printf("Connected users %d / Active users %d / Highest message #%ld\n", mrtg_users, mrtg_active_users, mrtg_himessage); scr_printf("Server uptime: %s\n", mrtg_server_uptime); scr_printf("Your system administrator is %s.\n", ipc->ServInfo.sysadm); - scr_printf("Copyright (C)1987-2007 by the Citadel development team\n"); + scr_printf("Copyright (C)1987-2008 by the Citadel development team\n"); } /* diff --git a/citadel/docs/citadel.html b/citadel/docs/citadel.html index 974ef7ba2..89c40b77f 100644 --- a/citadel/docs/citadel.html +++ b/citadel/docs/citadel.html @@ -9,7 +9,7 @@

C I T A D E L

an open source messaging and collaboration platform

-Copyright ©1987-2007 by the Citadel development team:
+Copyright ©1987-2008 by the Citadel development team:

diff --git a/citadel/server_main.c b/citadel/server_main.c index 7efb5a609..a0d7b31f7 100644 --- a/citadel/server_main.c +++ b/citadel/server_main.c @@ -211,7 +211,7 @@ int main(int argc, char **argv) "*** Citadel server engine v%d.%02d ***\n", (REV_LEVEL/100), (REV_LEVEL%100)); CtdlLogPrintf(CTDL_NOTICE, - "Copyright (C) 1987-2007 by the Citadel development team.\n"); + "Copyright (C) 1987-2008 by the Citadel development team.\n"); CtdlLogPrintf(CTDL_NOTICE, "This program is distributed under the terms of the GNU " "General Public License.\n"); diff --git a/webcit/README.txt b/webcit/README.txt index b2f676842..eec1a2f87 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,7 +1,7 @@ WEBCIT for the Citadel System version 7.23 - Copyright (C) 1996-2007 by the authors. Portions written by: + Copyright (C) 1996-2008 by the authors. Portions written by: Art Cancro Wilfried Goesgens diff --git a/webcit/webserver.c b/webcit/webserver.c index 7eafa289d..83554298d 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -754,7 +754,7 @@ int main(int argc, char **argv) /** Tell 'em who's in da house */ lprintf(1, PACKAGE_STRING "\n"); - lprintf(1, "Copyright (C) 1996-2007 by the Citadel development team.\n" + lprintf(1, "Copyright (C) 1996-2008 by the Citadel development team.\n" "This software is distributed under the terms of the " "GNU General Public License.\n\n" ); -- 2.30.2