From 4532b1a231ed33deb0f5456f8f68819d3924645c Mon Sep 17 00:00:00 2001 From: Fish <> Date: Sat, 6 Jan 2007 06:30:35 +0000 Subject: [PATCH] missed these --- README | 2 +- makeconf | 2 +- src/ircrecv.c | 4 ++-- src/main.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 9491d7c4..cbd46936 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ ************************************************************************ ** NeoStats - IRC Statistical Services ** -** Copyright (c) 1999-2006 NeoStats Group. All Rights Reserved. ** +** Copyright (c) 1999-2007 NeoStats Group. All Rights Reserved. ** ** This program and all associated documentation is free but ** ** copyrighted software; see the file COPYING for details. ** ** Homepage: http://www.neostats.net/ ** diff --git a/makeconf b/makeconf index e6a190c2..54eb92b7 100755 --- a/makeconf +++ b/makeconf @@ -316,7 +316,7 @@ cat > $CONF << __EOF__ ################################################## ## Configuration file for NeoStats ## Created: $DATE - $TIME -## NeoStats Copyright (c) 1999-2006, Adam Rutter, Justin Hammond, Mark Hetherington +## NeoStats Copyright (c) 1999-2007, Adam Rutter, Justin Hammond, Mark Hetherington ## Web: http://www.NeoStats.Net ## File Revision: 3.0 ################################################## diff --git a/src/ircrecv.c b/src/ircrecv.c index 1491836f..9aec7cdb 100644 --- a/src/ircrecv.c +++ b/src/ircrecv.c @@ -1577,7 +1577,7 @@ void do_motd( const char *nick, const char *remoteserver ) return; } irc_numeric( RPL_MOTDSTART, nick, ":- %s Message of the Day -", me.name ); - irc_numeric( RPL_MOTD, nick, ":- %s. Copyright (c) 1999 - 2006 The NeoStats Group", me.version ); + irc_numeric( RPL_MOTD, nick, ":- %s. Copyright (c) 1999 - 2007 The NeoStats Group", me.version ); irc_numeric( RPL_MOTD, nick, ":-" ); while( fgets( buf, sizeof( buf ), fp ) != NULL ) { @@ -1610,7 +1610,7 @@ void do_admin( const char *nick, const char *remoteserver ) return; } irc_numeric( RPL_ADMINME, nick, ":%s :Administrative info", me.name ); - irc_numeric( RPL_ADMINLOC1, nick, ":%s. Copyright (c) 1999 - 2006 The NeoStats Group", me.version ); + irc_numeric( RPL_ADMINLOC1, nick, ":%s. Copyright (c) 1999 - 2007 The NeoStats Group", me.version ); while( fgets( buf, sizeof( buf ), fp ) != NULL ) { buf[strnlen( buf, BUFSIZE ) - 1] = 0; diff --git a/src/main.c b/src/main.c index 549a9ba8..c61c433e 100644 --- a/src/main.c +++ b/src/main.c @@ -132,7 +132,7 @@ void update_time_now( void ) static void print_copyright( void ) { printf( "-----------------------------------------------\n" ); - printf( "Copyright: NeoStats Group. 2000-2006\n" ); + printf( "Copyright: NeoStats Group. 2000-2007\n" ); printf( "Justin Hammond (fish@neostats.net)\n" ); printf( "Mark Hetherington (m@neostats.net)\n" ); printf( "-----------------------------------------------\n\n" );