repo: ngircd
action: commit
revision: 
path_from: 
revision_from: f645e5b62ec606012e22c25e106f9e9f11977c09:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit f645e5b62ec606012e22c25e106f9e9f11977c09
Author: Alexander Barton 
Date:   Fri Jan 2 19:23:30 2004 +0000

    Adjusted copyright notice to include 2004.

diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c
index dc16758d9ee2682eef6db96dacae6d4707631e5a..
index ..2e0c65bf81b265c9038dc9d802e76a8ae41edd50 100644
--- a/src/ngircd/ngircd.c
+++ b/src/ngircd/ngircd.c
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2003 by Alexander Barton (alex@barton.de)
+ * Copyright (c)2001-2004 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.80 2003/12/29 14:53:26 alex Exp $";
+static char UNUSED id[] = "$Id: ngircd.c,v 1.81 2004/01/02 19:23:30 alex Exp $";

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