commit e899c75d7eb0001e0fe6e0187899b52e6e41b2f5 from: Alexander Barton date: Fri Sep 02 17:12:58 2005 UTC Updated copyright notice. commit - cae9a3aee5d0a4c6464ee50bea5d2d8d3eed837a commit + e899c75d7eb0001e0fe6e0187899b52e6e41b2f5 blob - c5c5196536bbe42c9aebf08a6f9664da3f52c508 blob + a3533ef68a4f4c0305eee733395cc7b870ab500a --- src/ngircd/ngircd.c +++ src/ngircd/ngircd.c @@ -12,7 +12,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: ngircd.c,v 1.109 2005/08/25 08:48:43 alex Exp $"; +static char UNUSED id[] = "$Id: ngircd.c,v 1.110 2005/09/02 17:12:58 alex Exp $"; /** * @file @@ -548,8 +548,8 @@ static void Show_Version( void ) { puts( NGIRCd_Version ); - puts( "Copyright (c)2001-2005 by Alexander Barton ()." ); - puts( "Homepage: \n" ); + puts( "Copyright (c)2001-2005 Alexander Barton () and Contributors." ); + 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." ); } /* Show_Version */