commit 2bb917f05aafaf526736d0b7ade2f330835bbbe1 from: Alexander Barton date: Sun Jan 15 21:07:11 2017 UTC 2017! commit - 72acf53d6951fb661b80ce76dc9f318881a41885 commit + 2bb917f05aafaf526736d0b7ade2f330835bbbe1 blob - 8ccf7a49abe6e2f675fa121b35ac5002ff05c08c blob + 02486661937b176920ba86ff32888bb1f6531dff --- AUTHORS +++ AUTHORS @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2016 Alexander Barton and Contributors. + (c)2001-2017 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - daff34d5d7c376e0ce7371fe17d249fc8a4a7a5b blob + a9d7552b1b56a32b429196cc779728e900baecd5 --- ChangeLog +++ ChangeLog @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2016 Alexander Barton and Contributors. + (c)2001-2017 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - 302f52103318e240e7d1c5078928a5bca60a61a8 blob + 5a1bf3c8000818e9fa10354812c185396b90ca3b --- INSTALL +++ INSTALL @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2016 Alexander Barton and Contributors. + (c)2001-2017 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - e0188e6d5b7ed0ce9a3a1be495e4048f6647528b blob + f4ce4a7ce19c2957670e1e0b4f11f614cdbb1a1f --- NEWS +++ NEWS @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2016 Alexander Barton and Contributors. + (c)2001-2017 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - 7697150092d55e78a4114d1e284130a9b3d45744 blob + 45cabd691017039e49fcc7c21228b49005531a8b --- README +++ README @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2016 Alexander Barton and Contributors. + (c)2001-2017 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - af78ceea7fe170f82b6bd15c6e7ad5bab2700517 blob + c9f0deb035cecfc5cfbb79664c9453ca4ff6912b --- doc/HowToRelease.txt +++ doc/HowToRelease.txt @@ -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-2017 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - 60dc0e8d489e877520765b5bafbd1465b28ba22f blob + 15248525f91328d34d299a0864943b3beea46f88 --- doc/RFC.txt +++ doc/RFC.txt @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2016 Alexander Barton and Contributors. + (c)2001-2017 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - c41a0c5af97f17be6de673887cec3b842b26385f blob + a037c4c0b55ffc3bafd1617f4ec8fc2bab46f4f8 --- man/ngircd.8.tmpl +++ man/ngircd.8.tmpl @@ -1,7 +1,7 @@ .\" .\" ngircd(8) manual page template .\" -.TH ngircd 8 "Jan 2016" ngIRCd "ngIRCd Manual" +.TH ngircd 8 "Jan 2017" ngIRCd "ngIRCd Manual" .SH NAME ngIRCd \- the "next generation" IRC daemon .SH SYNOPSIS blob - 6d9f7fdd15c7072c932774096a05e18226b1e1c9 blob + 30e1e5a127aeda62850fa822317a23fb14b6f19a --- man/ngircd.conf.5.tmpl +++ man/ngircd.conf.5.tmpl @@ -1,7 +1,7 @@ .\" .\" ngircd.conf(5) manual page template .\" -.TH ngircd.conf 5 "Jan 2016" ngIRCd "ngIRCd Manual" +.TH ngircd.conf 5 "Jan 2017" ngIRCd "ngIRCd Manual" .SH NAME ngircd.conf \- configuration file of ngIRCd .SH SYNOPSIS blob - 1eca34ce1c2f1137c11d6e51055c4d1a5352dde2 blob + 0a62b02db7fec7e5838be46a9555df61c92bd2a4 --- src/ngircd/ngircd.c +++ src/ngircd/ngircd.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2016 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2017 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 @@ -451,7 +451,7 @@ static void Show_Version( void ) { puts( NGIRCd_Version ); - puts( "Copyright (c)2001-2016 Alexander Barton () and Contributors." ); + puts( "Copyright (c)2001-2017 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." );