]> arthur.barton.de Git - ngircd-alex.git/commitdiff
2023!
authorAlexander Barton <alex@barton.de>
Thu, 3 Aug 2023 12:22:53 +0000 (14:22 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 3 Aug 2023 12:22:53 +0000 (14:22 +0200)
AUTHORS
ChangeLog
NEWS
doc/HowToRelease.txt
src/ngircd/ngircd.c

diff --git a/AUTHORS b/AUTHORS
index 9df73de795033f04d249907521f0e28beaa2393c..0e18a3bab628e26901f67ecfa511f42b9b5c5148 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2022 Alexander Barton and Contributors.
+               (c)2001-2023 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index dcbac6ec174cef4ab98015d53b8c81232452b70e..5301eb53c553d46b6cb9cd570e5e8e1481ce3cc2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2022 Alexander Barton and Contributors.
+               (c)2001-2023 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 0e539695cc7e9b39b2549d7f773709eda9e7f173..782e6f64b0a761a8be1a9a1d48398995c180fe40 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2022 Alexander Barton and Contributors.
+               (c)2001-2023 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index 2bd98486375e94526439379fae34d6c68a890ccc..de9cfb06aef9f9400695b1ecdbd5dcbc2027fe42 100644 (file)
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2022 Alexander Barton and Contributors.
+               (c)2001-2023 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index 772d9db6c3dc17e5726136186c0cc34df17963c0..47f6092e25748b9e1844655dc0a08b3750768586 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2022 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2023 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
@@ -443,7 +443,7 @@ static void
 Show_Version( void )
 {
        puts( NGIRCd_Version );
-       puts( "Copyright (c)2001-2022 Alexander Barton (<alex@barton.de>) and Contributors." );
+       puts( "Copyright (c)2001-2023 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." );