From 5cb18415da39fd3ba796bed5451cc377f03dcee1 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 5 May 2007 20:25:47 +0000 Subject: [PATCH] Updated year of copyright notice. --- src/ngircd/ngircd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c index 62e39322..2fe858c6 100644 --- a/src/ngircd/ngircd.c +++ b/src/ngircd/ngircd.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2006 Alexander Barton (alex@barton.de). + * Copyright (c)2001-2007 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 @@ -12,7 +12,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: ngircd.c,v 1.113.2.1 2007/04/03 20:23:31 fw Exp $"; +static char UNUSED id[] = "$Id: ngircd.c,v 1.113.2.2 2007/05/05 20:25:47 alex Exp $"; /** * @file @@ -546,7 +546,7 @@ static void Show_Version( void ) { puts( NGIRCd_Version ); - puts( "Copyright (c)2001-2006 Alexander Barton () and Contributors." ); + puts( "Copyright (c)2001-2007 Alexander Barton () and Contributors." ); 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." );