]> arthur.barton.de Git - ngircd-alex.git/commitdiff
2020!
authorAlexander Barton <alex@barton.de>
Tue, 21 Jan 2020 21:02:40 +0000 (22:02 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 21 Jan 2020 21:02:40 +0000 (22:02 +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 11c4755cc3f0f91584544f48e86eb27a309c72d9..4c555dbce6689cdbedf6144968fdab2fa856ba51 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2019 Alexander Barton and Contributors.
+               (c)2001-2020 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index 0ff0245b1d798492707035ce723422523e7337ae..06dc4f8315b8de612fdb474ec21cbac4a0c52bad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2019 Alexander Barton and Contributors.
+               (c)2001-2020 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 c037236d6d35c4d0ffc3e1b40a90375b479f86d6..1dc75eba58c41ce1dd19b2896d12deed5177beb1 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2019 Alexander Barton and Contributors.
+               (c)2001-2020 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 a81085a30ddde1dd0ca6a584ce58796b372fb9af..91f7cc69dea45de009a5c34958cc1594288db704 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2019 Alexander Barton and Contributors.
+               (c)2001-2020 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 32c0b9545864bde9122bf76c1d953d382bce8dd2..e9aadbae2b32d1ca1b6fdcc42c2885dc32a88a41 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2019 Alexander Barton and Contributors.
+               (c)2001-2020 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index 1905e184bf9f401a145ac175588a23559fdd472f..81eae40d9a763d1e82b9456de1b969648c516c84 100644 (file)
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2019 Alexander Barton and Contributors.
+               (c)2001-2020 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index a403c563e50bfba4fecdc53f3ee6571c17de6d62..0ee2a12f21307edc313fa53741bbae6d72a470a9 100644 (file)
@@ -1,7 +1,7 @@
 .\"
 .\" ngircd(8) manual page template
 .\"
-.TH ngircd 8 "Jan 2019" ngIRCd "ngIRCd Manual"
+.TH ngircd 8 "Jan 2020" ngIRCd "ngIRCd Manual"
 .SH NAME
 ngIRCd \- the "next generation" IRC daemon
 .SH SYNOPSIS
index 33c737fea4ecb4157780132b739ffeb8f1481a4e..0971f37646874b9859cf2f3d428fd47b103fb4aa 100644 (file)
@@ -1,7 +1,7 @@
 .\"
 .\" ngircd.conf(5) manual page template
 .\"
-.TH ngircd.conf 5 "Jan 2019" ngIRCd "ngIRCd Manual"
+.TH ngircd.conf 5 "Jan 2020" ngIRCd "ngIRCd Manual"
 .SH NAME
 ngircd.conf \- configuration file of ngIRCd
 .SH SYNOPSIS
index 68b34cb6b5d5e2df3a3501fa13165ca14f198d5b..7166640ba054288c08030f331ddf9c9724e0a073 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2019 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2020 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
@@ -450,7 +450,7 @@ static void
 Show_Version( void )
 {
        puts( NGIRCd_Version );
-       puts( "Copyright (c)2001-2019 Alexander Barton (<alex@barton.de>) and Contributors." );
+       puts( "Copyright (c)2001-2020 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." );