From 34bdb0d98afada4af4e723acabdd7c829d30ec99 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 9 Feb 2018 22:02:21 +0100 Subject: [PATCH] 2018! --- AUTHORS | 2 +- ChangeLog | 2 +- INSTALL | 2 +- NEWS | 2 +- README | 2 +- doc/HowToRelease.txt | 2 +- man/ngircd.8.tmpl | 2 +- man/ngircd.conf.5.tmpl | 2 +- src/ngircd/ngircd.c | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/AUTHORS b/AUTHORS index 645bb8fb..2ec1452c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2017 Alexander Barton and Contributors. + (c)2001-2018 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 e540c526..d933f365 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2017 Alexander Barton and Contributors. + (c)2001-2018 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 5a1bf3c8..45819537 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2017 Alexander Barton and Contributors. + (c)2001-2018 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 1eab60d1..4e2c64bc 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2017 Alexander Barton and Contributors. + (c)2001-2018 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 45cabd69..30141ccb 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2017 Alexander Barton and Contributors. + (c)2001-2018 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 54551bd5..a5270981 100644 --- a/doc/HowToRelease.txt +++ b/doc/HowToRelease.txt @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2017 Alexander Barton and Contributors. + (c)2001-2018 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 a037c4c0..32262a6b 100644 --- a/man/ngircd.8.tmpl +++ b/man/ngircd.8.tmpl @@ -1,7 +1,7 @@ .\" .\" ngircd(8) manual page template .\" -.TH ngircd 8 "Jan 2017" ngIRCd "ngIRCd Manual" +.TH ngircd 8 "Jan 2018" 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 30e1e5a1..b8d4ddd9 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 2017" ngIRCd "ngIRCd Manual" +.TH ngircd.conf 5 "Jan 2018" 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 0a62b02d..76977080 100644 --- a/src/ngircd/ngircd.c +++ b/src/ngircd/ngircd.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2017 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2018 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-2017 Alexander Barton () and Contributors." ); + puts( "Copyright (c)2001-2018 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