]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Updated copyright notice.
authorAlexander Barton <alex@barton.de>
Fri, 2 Sep 2005 17:12:58 +0000 (17:12 +0000)
committerAlexander Barton <alex@barton.de>
Fri, 2 Sep 2005 17:12:58 +0000 (17:12 +0000)
src/ngircd/ngircd.c

index c5c5196536bbe42c9aebf08a6f9664da3f52c508..a3533ef68a4f4c0305eee733395cc7b870ab500a 100644 (file)
@@ -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 (<alex@barton.de>)." );
-       puts( "Homepage: <http://arthur.ath.cx/~alex/ngircd/>\n" );
+       puts( "Copyright (c)2001-2005 Alexander Barton (<alex@barton.de>) and Contributors." );
+       puts( "Homepage: <http://ngircd.barton.de/>\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 */