From 99778f1c3e0ad36441cc2b03885c1bccc949e1ee Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 1 Jan 2007 21:11:21 +0000 Subject: [PATCH] Updated copyright notice to 2007 --- citadel/citadel.c | 2 +- citadel/docs/citadel.html | 2 +- citadel/serv_imap.c | 2 +- citadel/server_main.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/citadel/citadel.c b/citadel/citadel.c index cd7fab30a..ad24903ac 100644 --- a/citadel/citadel.c +++ b/citadel/citadel.c @@ -992,7 +992,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-2006 by the Citadel development team\n"); + scr_printf("Copyright (C)1987-2007 by the Citadel development team\n"); } /* diff --git a/citadel/docs/citadel.html b/citadel/docs/citadel.html index a60f7cf67..6059407e8 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-2006 by the Citadel development team:
+Copyright ©1987-2007 by the Citadel development team:

diff --git a/citadel/serv_imap.c b/citadel/serv_imap.c index ccb58f430..c241a6407 100644 --- a/citadel/serv_imap.c +++ b/citadel/serv_imap.c @@ -2,7 +2,7 @@ * $Id$ * * IMAP server for the Citadel system - * Copyright (C) 2000-2006 by Art Cancro and others. + * Copyright (C) 2000-2007 by Art Cancro and others. * This code is released under the terms of the GNU General Public License. * * WARNING: the IMAP protocol is badly designed. No implementation of it diff --git a/citadel/server_main.c b/citadel/server_main.c index 7c152d744..3fb00e3c7 100644 --- a/citadel/server_main.c +++ b/citadel/server_main.c @@ -175,7 +175,7 @@ int main(int argc, char **argv) "*** Citadel server engine v%d.%02d ***\n", (REV_LEVEL/100), (REV_LEVEL%100)); lprintf(CTDL_NOTICE, - "Copyright (C) 1987-2006 by the Citadel development team.\n"); + "Copyright (C) 1987-2007 by the Citadel development team.\n"); lprintf(CTDL_NOTICE, "This program is distributed under the terms of the GNU " "General Public License.\n"); -- 2.39.2