commit 5eb9f2e7172620874d5ad4c247b82fc2aee3ac1b from: Alexander Barton date: Tue Jan 03 10:30:45 2012 UTC Update Copyright notices for 2012 commit - abfc5c6e27bcabec450b7e91ebc0bdca48ac8ef6 commit + 5eb9f2e7172620874d5ad4c247b82fc2aee3ac1b blob - 03a19dd342f638d0326372af7247a5e4a00b7107 blob + 241d3a4d44a8c89bd2ad5c32e413feb97ac8ccef --- AUTHORS +++ AUTHORS @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2011 Alexander Barton and Contributors. + (c)2001-2012 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - 99fe33d4efdd24ba097df242dea20c6b391e18df blob + 45ebe993edef3ca2e9b3ad9c917c9cc99980ca82 --- INSTALL +++ INSTALL @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2011 Alexander Barton and Contributors. + (c)2001-2012 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - 3a8d1c5de092a85b3f80ebe2b7c5f744b5c8401f blob + d44b4a87a654d9cdeeb74f80d8bc60ff0b38ed34 --- NEWS +++ NEWS @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2011 Alexander Barton and Contributors. + (c)2001-2012 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - 888385cf3d7637eee829e8b542c954182c90fc76 blob + 53b4205da487a72e15f30467c635030c8a180ff1 --- README +++ README @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2011 Alexander Barton and Contributors. + (c)2001-2012 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - 3e64f3594d29571d68c0dad0568f7fdeb02e17c9 blob + a1f1d8877da9ad9f5c4ef7165d6fdaae381bc6fd --- src/ngircd/ngircd.c +++ src/ngircd/ngircd.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2011 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2012 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 @@ -424,7 +424,7 @@ static void Show_Version( void ) { puts( NGIRCd_Version ); - puts( "Copyright (c)2001-2011 Alexander Barton () and Contributors." ); + puts( "Copyright (c)2001-2012 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." );