Commit Diff


commit - 456eea6f1896528dad344ed2c254fd07bdc3a4b1
commit + 96bad2b861cffcd7724cf26464da4568852241de
blob - cb615ada37706a8e52039553dde29be072a10e04
blob + 2a5eadc2494dc20ec6aacad6252d72a8d55b8185
--- AUTHORS
+++ AUTHORS
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2018 Alexander Barton and Contributors.
+               (c)2001-2019 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
blob - 3ee3db61b05f45653f15634503a49d2da7f45942
blob + f60660383908adc684afc2769cf06ffca065eeb1
--- ChangeLog
+++ ChangeLog
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2018 Alexander Barton and Contributors.
+               (c)2001-2019 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
blob - 458195370a254eda88f2fb885ac0786a2e3fa7b7
blob + 9996329be0ca6e2a816ece350f3b507aedbfa2b0
--- INSTALL
+++ INSTALL
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2018 Alexander Barton and Contributors.
+               (c)2001-2019 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
blob - 628a6f010dfa06c07d72adbd5de18f6d46575fe3
blob + 2793fb78a87e1f4d5ccc1efd81ace7de9756046e
--- NEWS
+++ NEWS
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2018 Alexander Barton and Contributors.
+               (c)2001-2019 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
blob - 30141ccbe72a2b03544b9eec4f50cf99ed819dfd
blob + 32c0b9545864bde9122bf76c1d953d382bce8dd2
--- README
+++ README
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2018 Alexander Barton and Contributors.
+               (c)2001-2019 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
blob - 909aa56b388ef20e40d4bcbb5597b9ea81f6d648
blob + 1905e184bf9f401a145ac175588a23559fdd472f
--- doc/HowToRelease.txt
+++ doc/HowToRelease.txt
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2018 Alexander Barton and Contributors.
+               (c)2001-2019 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
blob - 32262a6b3f45249c70519c93d091902823eb607b
blob + a403c563e50bfba4fecdc53f3ee6571c17de6d62
--- man/ngircd.8.tmpl
+++ man/ngircd.8.tmpl
@@ -1,7 +1,7 @@
 .\"
 .\" ngircd(8) manual page template
 .\"
-.TH ngircd 8 "Jan 2018" ngIRCd "ngIRCd Manual"
+.TH ngircd 8 "Jan 2019" ngIRCd "ngIRCd Manual"
 .SH NAME
 ngIRCd \- the "next generation" IRC daemon
 .SH SYNOPSIS
blob - 0c0cd3494c84c9686e5f4754e994c5052472e9d8
blob + a83804c10524d5e9fae2fca9e4caac91e0f8bb66
--- 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 2018" ngIRCd "ngIRCd Manual"
+.TH ngircd.conf 5 "Jan 2019" ngIRCd "ngIRCd Manual"
 .SH NAME
 ngircd.conf \- configuration file of ngIRCd
 .SH SYNOPSIS
blob - 76977080879ff07492868b6a8e3e74266c165f1f
blob + f73aa50508cfb8549ba8df1b62d815dcf1c4dbf7
--- src/ngircd/ngircd.c
+++ src/ngircd/ngircd.c
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2018 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2019 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-2018 Alexander Barton (<alex@barton.de>) and Contributors." );
+	puts( "Copyright (c)2001-2019 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." );