Commit Diff


commit - 7ed22d0b22dc1ed624c3931e1cff9e21f4156bd9
commit + 34bdb0d98afada4af4e723acabdd7c829d30ec99
blob - 645bb8fbca9006fbeb66e21813c0a1de11a025a0
blob + 2ec1452c779415c8cc17062b43875a62948fe47f
--- AUTHORS
+++ 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.
 
blob - e540c526813ad73bfffb8516554c62106fa5ae65
blob + d933f365ae70608c3203670f09ebe7522cde566a
--- ChangeLog
+++ 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.
 
blob - 5a1bf3c8000818e9fa10354812c185396b90ca3b
blob + 458195370a254eda88f2fb885ac0786a2e3fa7b7
--- INSTALL
+++ 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.
 
blob - 1eab60d116e6b4c2573360d5cc8c15f843893c83
blob + 4e2c64bc46990f030c08e5c7cb74796f8173e034
--- NEWS
+++ 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.
 
blob - 45cabd691017039e49fcc7c21228b49005531a8b
blob + 30141ccbe72a2b03544b9eec4f50cf99ed819dfd
--- README
+++ 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.
 
blob - 54551bd599f5dbf3071d7a0db1251a5e382fc778
blob + a5270981aec66c865e4326e02afb33a363ddaa4b
--- doc/HowToRelease.txt
+++ 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.
 
blob - a037c4c0b55ffc3bafd1617f4ec8fc2bab46f4f8
blob + 32262a6b3f45249c70519c93d091902823eb607b
--- man/ngircd.8.tmpl
+++ 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
blob - 30e1e5a127aeda62850fa822317a23fb14b6f19a
blob + b8d4ddd956048c759a6b40af8d43167c323df6a6
--- 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 2017" ngIRCd "ngIRCd Manual"
+.TH ngircd.conf 5 "Jan 2018" ngIRCd "ngIRCd Manual"
 .SH NAME
 ngircd.conf \- configuration file of ngIRCd
 .SH SYNOPSIS
blob - 0a62b02db7fec7e5838be46a9555df61c92bd2a4
blob + 76977080879ff07492868b6a8e3e74266c165f1f
--- src/ngircd/ngircd.c
+++ 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 (<alex@barton.de>) and Contributors." );
+	puts( "Copyright (c)2001-2018 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." );