repo: ngircd action: commit revision: path_from: revision_from: e899c75d7eb0001e0fe6e0187899b52e6e41b2f5: path_to: revision_to:
commit e899c75d7eb0001e0fe6e0187899b52e6e41b2f5 Author: Alexander BartonDate: Fri Sep 2 17:12:58 2005 +0000 Updated copyright notice. diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c
--- a/src/ngircd/ngircd.c
+++ b/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 */
-----END OF PAGE-----