From 2bb917f05aafaf526736d0b7ade2f330835bbbe1 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 15 Jan 2017 22:07:11 +0100 Subject: [PATCH] 2017! --- AUTHORS | 2 +- ChangeLog | 2 +- INSTALL | 2 +- NEWS | 2 +- README | 2 +- doc/HowToRelease.txt | 5 ++--- doc/RFC.txt | 2 +- man/ngircd.8.tmpl | 2 +- man/ngircd.conf.5.tmpl | 2 +- src/ngircd/ngircd.c | 4 ++-- 10 files changed, 12 insertions(+), 13 deletions(-) diff --git a/AUTHORS b/AUTHORS index 8ccf7a49..02486661 100644 --- a/AUTHORS +++ b/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. diff --git a/ChangeLog b/ChangeLog index daff34d5..a9d7552b 100644 --- a/ChangeLog +++ b/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. diff --git a/INSTALL b/INSTALL index 302f5210..5a1bf3c8 100644 --- a/INSTALL +++ b/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. diff --git a/NEWS b/NEWS index e0188e6d..f4ce4a7c 100644 --- a/NEWS +++ b/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. diff --git a/README b/README index 76971500..45cabd69 100644 --- a/README +++ b/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. diff --git a/doc/HowToRelease.txt b/doc/HowToRelease.txt index af78ceea..c9f0deb0 100644 --- a/doc/HowToRelease.txt +++ b/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. diff --git a/doc/RFC.txt b/doc/RFC.txt index 60dc0e8d..15248525 100644 --- a/doc/RFC.txt +++ b/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. diff --git a/man/ngircd.8.tmpl b/man/ngircd.8.tmpl index c41a0c5a..a037c4c0 100644 --- a/man/ngircd.8.tmpl +++ b/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 diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl index 6d9f7fdd..30e1e5a1 100644 --- a/man/ngircd.conf.5.tmpl +++ b/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 diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c index 1eca34ce..0a62b02d 100644 --- a/src/ngircd/ngircd.c +++ b/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." ); -- 2.39.2