From 54b9381dd040182ab9467432f549c3b1c7a34c15 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 1 Apr 2002 17:05:00 +0000 Subject: [PATCH] - URL der Homepage zu Info-Text bei --version hinzugefuegt. --- src/ngircd/ngircd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c index 3dcd625d..3cd52834 100644 --- a/src/ngircd/ngircd.c +++ b/src/ngircd/ngircd.c @@ -9,7 +9,7 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: ngircd.c,v 1.41 2002/03/31 13:20:42 alex Exp $ + * $Id: ngircd.c,v 1.41.2.1 2002/04/01 17:05:00 alex Exp $ * * ngircd.c: Hier beginnt alles ;-) */ @@ -435,7 +435,8 @@ LOCAL VOID Initialize_Listen_Ports( VOID ) LOCAL VOID Show_Version( VOID ) { puts( NGIRCd_Version( )); - puts( "Copyright (c)2001,2002 by Alexander Barton (alex@barton.de).\n" ); + puts( "Copyright (c)2001,2002 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." ); } /* Show_Version */ -- 2.39.2