repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 18c92d9de7e8100ed9026b339bb84ee75d8e1d81:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 18c92d9de7e8100ed9026b339bb84ee75d8e1d81
Author: Alexander Barton 
Date:   Wed Jan 26 22:03:15 2005 +0000

    We are in the year 2005 now! :-)

diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c
index e02861007eadda6d6be6ca2dee3186cf12d8e1c0..
index ..52019a76d4c18e038c42c2698f2bf39eabd0d0da 100644
--- a/src/ngircd/ngircd.c
+++ b/src/ngircd/ngircd.c
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2004 by Alexander Barton (alex@barton.de)
+ * Copyright (c)2001-2005 by Alexander Barton (alex@barton.de)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@

 #include "portab.h"

-static char UNUSED id[] = "$Id: ngircd.c,v 1.86 2004/09/04 20:28:51 alex Exp $";
+static char UNUSED id[] = "$Id: ngircd.c,v 1.87 2005/01/26 22:03:15 alex Exp $";

 #include "imp.h"
 #include 
@@ -560,7 +560,7 @@ LOCAL VOID
 Show_Version( VOID )
 {
 	puts( NGIRCd_Version( ));
-	puts( "Copyright (c)2001-2004 by Alexander Barton ()." );
+	puts( "Copyright (c)2001-2005 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." );

-----END OF PAGE-----