]> arthur.barton.de Git - ngircd-alex.git/commitdiff
2019!
authorAlexander Barton <alex@barton.de>
Tue, 1 Jan 2019 23:10:06 +0000 (00:10 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 1 Jan 2019 23:10:06 +0000 (00:10 +0100)
AUTHORS
ChangeLog
INSTALL
NEWS
README
doc/HowToRelease.txt
man/ngircd.8.tmpl
man/ngircd.conf.5.tmpl
src/ngircd/ngircd.c

diff --git a/AUTHORS b/AUTHORS
index cb615ada37706a8e52039553dde29be072a10e04..2a5eadc2494dc20ec6aacad6252d72a8d55b8185 100644 (file)
--- a/AUTHORS
+++ b/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.
 
index 3ee3db61b05f45653f15634503a49d2da7f45942..f60660383908adc684afc2769cf06ffca065eeb1 100644 (file)
--- a/ChangeLog
+++ b/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.
 
diff --git a/INSTALL b/INSTALL
index 458195370a254eda88f2fb885ac0786a2e3fa7b7..9996329be0ca6e2a816ece350f3b507aedbfa2b0 100644 (file)
--- a/INSTALL
+++ b/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.
 
diff --git a/NEWS b/NEWS
index 628a6f010dfa06c07d72adbd5de18f6d46575fe3..2793fb78a87e1f4d5ccc1efd81ace7de9756046e 100644 (file)
--- a/NEWS
+++ b/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.
 
diff --git a/README b/README
index 30141ccbe72a2b03544b9eec4f50cf99ed819dfd..32c0b9545864bde9122bf76c1d953d382bce8dd2 100644 (file)
--- a/README
+++ b/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.
 
index 909aa56b388ef20e40d4bcbb5597b9ea81f6d648..1905e184bf9f401a145ac175588a23559fdd472f 100644 (file)
@@ -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.
 
index 32262a6b3f45249c70519c93d091902823eb607b..a403c563e50bfba4fecdc53f3ee6571c17de6d62 100644 (file)
@@ -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
index 0c0cd3494c84c9686e5f4754e994c5052472e9d8..a83804c10524d5e9fae2fca9e4caac91e0f8bb66 100644 (file)
@@ -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
index 76977080879ff07492868b6a8e3e74266c165f1f..f73aa50508cfb8549ba8df1b62d815dcf1c4dbf7 100644 (file)
@@ -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." );