Update copyright notices for 2010 :)

And update the NEWS and ChangeLog file as well.
This commit is contained in:
Alexander Barton 2011-01-09 16:11:12 +01:00
parent 28bbd7e27a
commit 6d11fb1497
6 changed files with 34 additions and 17 deletions

View File

@ -1,9 +1,8 @@
ngIRCd - Next Generation IRC Server
http://ngircd.barton.de/
(c)2001-2009 Alexander Barton,
alex@barton.de, http://www.barton.de/
(c)2001-2011 Alexander Barton and Contributors.
ngIRCd is free software and published under the
terms of the GNU General Public License.

View File

@ -1,15 +1,27 @@
ngIRCd - Next Generation IRC Server
http://ngircd.barton.de/
(c)2001-2010 Alexander Barton,
alex@barton.de, http://www.barton.de/
(c)2001-2011 Alexander Barton and Contributors.
ngIRCd is free software and published under the
terms of the GNU General Public License.
-- ChangeLog --
ngIRCd
- Make [No]ZeroConf configuration option work with Howl.
- Deprecate NoXX-Options in ngircd.conf: 'NoDNS=no' => 'DNS=yes',
'NoIdent=no' => 'Ident=yes', 'NoPAM=no' => 'PAM=yes', and
'NoZeroConf=no' => 'ZeroConf=yes' (and vice-versa).
The defaults are adjusted accordingly and the old variables are still
accepted, so there is no functional change.
- Fix confusing "adding to invite list" debug messages.
- Don't throttle services and servers beeing registered.
- Xcode: correctly sort files
- Don't assert() when serching a client for an invalid server token.
ngIRCd Release 17.1 (2010-12-19)
- --configtest: remember if MOTD is configured by file or phrase

View File

@ -1,9 +1,8 @@
ngIRCd - Next Generation IRC Server
http://ngircd.barton.de/
(c)2001-2010 Alexander Barton,
alex@barton.de, http://www.barton.de/
(c)2001-2011 Alexander Barton and Contributors.
ngIRCd is free software and published under the
terms of the GNU General Public License.

14
NEWS
View File

@ -1,15 +1,23 @@
ngIRCd - Next Generation IRC Server
http://ngircd.barton.de/
(c)2001-2010 Alexander Barton,
alex@barton.de, http://www.barton.de/
(c)2001-2011 Alexander Barton and Contributors.
ngIRCd is free software and published under the
terms of the GNU General Public License.
-- NEWS --
ngIRCd
- Deprecate NoXX-Options in ngircd.conf: 'NoDNS=no' => 'DNS=yes',
'NoIdent=no' => 'Ident=yes', 'NoPAM=no' => 'PAM=yes', and
'NoZeroConf=no' => 'ZeroConf=yes' (and vice-versa).
The defaults are adjusted accordingly and the old variables are still
accepted, so there is no functional change.
- Don't throttle services and servers beeing registered.
ngIRCd Release 17.1 (2010-12-19)
- Don't log critical (or worse) messages to stderr

5
README
View File

@ -1,9 +1,8 @@
ngIRCd - Next Generation IRC Server
http://ngircd.barton.de/
(c)2001-2007 Alexander Barton,
alex@barton.de, http://www.barton.de/
(c)2001-2011 Alexander Barton and Contributors.
ngIRCd is free software and published under the
terms of the GNU General Public License.

View File

@ -1,6 +1,6 @@
/*
* ngIRCd -- The Next Generation IRC Daemon
* Copyright (c)2001-2010 Alexander Barton (alex@barton.de).
* Copyright (c)2001-2011 Alexander Barton (alex@barton.de) and Contributors.
*
* 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
@ -432,7 +432,7 @@ static void
Show_Version( void )
{
puts( NGIRCd_Version );
puts( "Copyright (c)2001-2010 Alexander Barton (<alex@barton.de>) and Contributors." );
puts( "Copyright (c)2001-2011 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." );