]> arthur.barton.de Git - ngircd-alex.git/commitdiff
2022 =:)
authorAlexander Barton <alex@barton.de>
Sat, 1 Jan 2022 15:05:09 +0000 (16:05 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 1 Jan 2022 15:05:09 +0000 (16:05 +0100)
Happy new year!

AUTHORS
ChangeLog
NEWS
doc/HowToRelease.txt
man/ngircd.8.tmpl
man/ngircd.conf.5.tmpl
src/ngircd/ngircd.c

diff --git a/AUTHORS b/AUTHORS
index 52d7cdabaf6376f129e1247997f1b8fc708850df..9df73de795033f04d249907521f0e28beaa2393c 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2021 Alexander Barton and Contributors.
+               (c)2001-2022 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index b0d9c526fa25ae394d649281774ca6a000973d87..dcbac6ec174cef4ab98015d53b8c81232452b70e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2021 Alexander Barton and Contributors.
+               (c)2001-2022 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 f0f835b70ad8659d2aa3535b8c5d61df6f5dcc81..0e539695cc7e9b39b2549d7f773709eda9e7f173 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2021 Alexander Barton and Contributors.
+               (c)2001-2022 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index e7f87bfad7558b3823e88150e2b4167bbbc9435f..2bd98486375e94526439379fae34d6c68a890ccc 100644 (file)
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2021 Alexander Barton and Contributors.
+               (c)2001-2022 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index ec38ce044c091a1fc9de7024580729686ef314d9..d9c0f5283445fa150377e250fe0fb3f0a68b50df 100644 (file)
@@ -1,7 +1,7 @@
 .\"
 .\" ngircd(8) manual page template
 .\"
-.TH ngircd 8 "Jan 2021" ngIRCd "ngIRCd Manual"
+.TH ngircd 8 "Jan 2022" ngIRCd "ngIRCd Manual"
 .SH NAME
 ngIRCd \- the "next generation" IRC daemon
 .SH SYNOPSIS
index e671b399729fa147d4c3b60cd2106ae0c073656e..5878c02dc0a3af4fba1a3bd9ef3d84501e027a23 100644 (file)
@@ -1,7 +1,7 @@
 .\"
 .\" ngircd.conf(5) manual page template
 .\"
-.TH ngircd.conf 5 "Jan 2021" ngIRCd "ngIRCd Manual"
+.TH ngircd.conf 5 "Jan 2022" ngIRCd "ngIRCd Manual"
 .SH NAME
 ngircd.conf \- configuration file of ngIRCd
 .SH SYNOPSIS
index 72c0d8095adf5e335551ffa314a375b08e6d15d8..8b28a2fc2de99558c18bee814d753c017c0197c1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2021 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2022 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-2021 Alexander Barton (<alex@barton.de>) and Contributors." );
+       puts( "Copyright (c)2001-2022 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." );