From cccc1a4ae18ef1062eb1360093f50142daa73b47 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 8 Nov 2011 16:07:56 -0500 Subject: [PATCH] Found a 2009 copyright in the text client, changed it to 2011 --- citadel/textclient/citadel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/citadel/textclient/citadel.c b/citadel/textclient/citadel.c index 622bed1c8..e1c504aa5 100644 --- a/citadel/textclient/citadel.c +++ b/citadel/textclient/citadel.c @@ -1,9 +1,9 @@ /* * Main source module for the client program. * - * Copyright (c) 1987-2009 by the citadel.org team + * Copyright (c) 1987-2011 by the citadel.org team * - * This program is free software; you can redistribute it and/or modify + * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. @@ -1025,7 +1025,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-2009 by the Citadel development team\n"); + scr_printf("Copyright (C)1987-2011 by the Citadel development team\n"); } /* -- 2.30.2