]> arthur.barton.de Git - ngircd-alex.git/commitdiff
2018!
authorAlexander Barton <alex@barton.de>
Fri, 9 Feb 2018 21:02:21 +0000 (22:02 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 9 Feb 2018 21:02:21 +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 645bb8fbca9006fbeb66e21813c0a1de11a025a0..2ec1452c779415c8cc17062b43875a62948fe47f 100644 (file)
--- 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.
 
index e540c526813ad73bfffb8516554c62106fa5ae65..d933f365ae70608c3203670f09ebe7522cde566a 100644 (file)
--- 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 5a1bf3c8000818e9fa10354812c185396b90ca3b..458195370a254eda88f2fb885ac0786a2e3fa7b7 100644 (file)
--- 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 1eab60d116e6b4c2573360d5cc8c15f843893c83..4e2c64bc46990f030c08e5c7cb74796f8173e034 100644 (file)
--- 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 45cabd691017039e49fcc7c21228b49005531a8b..30141ccbe72a2b03544b9eec4f50cf99ed819dfd 100644 (file)
--- 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.
 
index 54551bd599f5dbf3071d7a0db1251a5e382fc778..a5270981aec66c865e4326e02afb33a363ddaa4b 100644 (file)
@@ -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.
 
index a037c4c0b55ffc3bafd1617f4ec8fc2bab46f4f8..32262a6b3f45249c70519c93d091902823eb607b 100644 (file)
@@ -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
index 30e1e5a127aeda62850fa822317a23fb14b6f19a..b8d4ddd956048c759a6b40af8d43167c323df6a6 100644 (file)
@@ -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
index 0a62b02db7fec7e5838be46a9555df61c92bd2a4..76977080879ff07492868b6a8e3e74266c165f1f 100644 (file)
@@ -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." );