commit - 2283454917f68da16538cb029a45b8b87325e42f
commit + 286b29ffcd5dea4bbbfe8e34f8c41ff9b8898f9b
blob - e136cffc3d845a8264ae8c5ce1eb12ee83b24e58
blob + 088fe7cb9f4c7dddb136d5dec401b4cd3a9cde30
--- src/ngircd/ngircd.c
+++ src/ngircd/ngircd.c
/*
* 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
#include "portab.h"
-static char UNUSED id[] = "$Id: ngircd.c,v 1.83.2.2 2004/05/15 23:52:17 alex Exp $";
+static char UNUSED id[] = "$Id: ngircd.c,v 1.83.2.3 2005/01/26 22:02:36 alex Exp $";
#include "imp.h"
#include <assert.h>
Show_Version( VOID )
{
puts( NGIRCd_Version( ));
- puts( "Copyright (c)2001-2004 by Alexander Barton (<alex@barton.de>)." );
+ puts( "Copyright (c)2001-2005 by Alexander Barton (<alex@barton.de>)." );
puts( "Homepage: <http://arthur.ath.cx/~alex/ngircd/>\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." );