From: Alexander Barton Date: Fri, 2 Jan 2004 19:24:46 +0000 (+0000) Subject: Adjusted copyright notice to include 2004. X-Git-Tag: rel-0-7-7~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aaaca987cd23c3a9c8f701473e6af11975229e89;p=ngircd Adjusted copyright notice to include 2004. --- diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c index 5a256b86..210fbcb8 100644 --- a/src/ngircd/ngircd.c +++ b/src/ngircd/ngircd.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2003 by Alexander Barton (alex@barton.de) + * Copyright (c)2001-2004 by Alexander Barton (alex@barton.de) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,7 +14,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: ngircd.c,v 1.76.2.2 2003/12/26 16:16:48 alex Exp $"; +static char UNUSED id[] = "$Id: ngircd.c,v 1.76.2.3 2004/01/02 19:24:46 alex Exp $"; #include "imp.h" #include @@ -529,7 +529,7 @@ LOCAL VOID Show_Version( VOID ) { puts( NGIRCd_Version( )); - puts( "Copyright (c)2001-2003 by Alexander Barton ()." ); + puts( "Copyright (c)2001-2004 by Alexander Barton ()." ); puts( "Homepage: \n" ); puts( "This is free software; see the source for copying conditions. There is NO" ); puts( "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." );