commit 822d3d12c8b35613e606877526eba23f92699dcc from: Alexander Barton date: Wed Jan 01 13:47:42 2003 UTC - Adjusted copyright banner to include 2003 :-) commit - 7de53b19034a1646b80ed6729c91c1c3a41abab7 commit + 822d3d12c8b35613e606877526eba23f92699dcc blob - 1396d9ed706f08da5e5cba9eaf1087f07e1272be blob + 55039d69401175eab14169349fc4ef045447299d --- src/ngircd/ngircd.c +++ src/ngircd/ngircd.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) + * Copyright (c)2001-2003 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.64 2002/12/12 11:31:21 alex Exp $"; +static char UNUSED id[] = "$Id: ngircd.c,v 1.64.2.1 2003/01/01 13:47:42 alex Exp $"; #include "imp.h" #include @@ -506,7 +506,7 @@ LOCAL VOID Show_Version( VOID ) { puts( NGIRCd_Version( )); - puts( "Copyright (c)2001,2002 by Alexander Barton ()." ); + puts( "Copyright (c)2001-2003 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." );