Module: ngircd.git Branch: master Commit: 5eb9f2e7172620874d5ad4c247b82fc2aee3ac1b URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=5eb9f...
Author: Alexander Barton alex@barton.de Date: Tue Jan 3 11:30:45 2012 +0100
Update Copyright notices for 2012
---
AUTHORS | 2 +- INSTALL | 2 +- NEWS | 2 +- README | 2 +- src/ngircd/ngircd.c | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/AUTHORS b/AUTHORS index 03a19dd..241d3a4 100644 --- a/AUTHORS +++ b/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.
diff --git a/INSTALL b/INSTALL index 99fe33d..45ebe99 100644 --- a/INSTALL +++ b/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.
diff --git a/NEWS b/NEWS index 3a8d1c5..d44b4a8 100644 --- a/NEWS +++ b/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.
diff --git a/README b/README index 888385c..53b4205 100644 --- a/README +++ b/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.
diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c index 3e64f35..a1f1d88 100644 --- a/src/ngircd/ngircd.c +++ b/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 (alex@barton.de) and Contributors." ); + puts( "Copyright (c)2001-2012 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." );