]> arthur.barton.de Git - ngircd-alex.git/commitdiff
2024 =:)
authorAlexander Barton <alex@barton.de>
Mon, 8 Jan 2024 15:38:45 +0000 (16:38 +0100)
committerAlexander Barton <alex@barton.de>
Thu, 11 Jan 2024 14:11:56 +0000 (15:11 +0100)
AUTHORS
ChangeLog
NEWS
doc/HowToRelease.txt
src/ngircd/ngircd.c

diff --git a/AUTHORS b/AUTHORS
index 0e18a3bab628e26901f67ecfa511f42b9b5c5148..6645ad1b0b2b09e2f1837e51d0e677e63274a6d9 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2023 Alexander Barton and Contributors.
+               (c)2001-2024 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index 5301eb53c553d46b6cb9cd570e5e8e1481ce3cc2..581850ebc2ca224a6aa678c7a513ba3cd600ad31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2023 Alexander Barton and Contributors.
+               (c)2001-2024 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 782e6f64b0a761a8be1a9a1d48398995c180fe40..1fbe1d1ee16a78547a34a8b85052198a43dfb855 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2023 Alexander Barton and Contributors.
+               (c)2001-2024 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index de9cfb06aef9f9400695b1ecdbd5dcbc2027fe42..48f2bce8714c1ee35f4df7ffca15f8c047615a1a 100644 (file)
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2023 Alexander Barton and Contributors.
+               (c)2001-2024 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index fd919e34becff5f6c7a33963e9b5d4e591fd991d..e9faa65734c83369232926940881373cc89cb780 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2023 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2024 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
@@ -457,7 +457,7 @@ static void
 Show_Version( void )
 {
        puts( NGIRCd_Version );
-       puts( "Copyright (c)2001-2023 Alexander Barton (<alex@barton.de>) and Contributors." );
+       puts( "Copyright (c)2001-2024 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." );