about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2005-09-02 17:12:58 +0000
committerAlexander Barton <alex@barton.de>2005-09-02 17:12:58 +0000
commite899c75d7eb0001e0fe6e0187899b52e6e41b2f5 (patch)
tree9cf658a78d12a46d8b88f41a04183ffa3cbd50e1 /src
parentcae9a3aee5d0a4c6464ee50bea5d2d8d3eed837a (diff)
downloadngircd-e899c75d7eb0001e0fe6e0187899b52e6e41b2f5.tar.gz
ngircd-e899c75d7eb0001e0fe6e0187899b52e6e41b2f5.zip
Updated copyright notice.
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/ngircd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c
index c5c51965..a3533ef6 100644
--- 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 (<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 */