]> arthur.barton.de Git - ngircd.git/commitdiff
2021! :-)
authorAlexander Barton <alex@barton.de>
Fri, 1 Jan 2021 14:38:26 +0000 (15:38 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 1 Jan 2021 14:38:26 +0000 (15:38 +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 74cb5a0da8397bdabbfb7109c1d4d6474681d264..4b95220a54e4029f208ef02eefe066f8e06a00eb 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2020 Alexander Barton and Contributors.
+               (c)2001-2021 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index 85868eae2f6c858f3d0df080999e86fb6c5fbe5f..b72bccbf77a299e091de78b8d957e0d8d34ed618 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2020 Alexander Barton and Contributors.
+               (c)2001-2021 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 ffd604883a855c4624b1fede044858a3f1ccab51..5c04b07a6806545accfb73e63d1d7b0c9c8c8d2c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2020 Alexander Barton and Contributors.
+               (c)2001-2021 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index a17f123fd3e4fe1c955b2f48369b4ee7ad34b17d..10343cd4f607fbc0d1894e92aed01c2c341b7bfd 100644 (file)
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2020 Alexander Barton and Contributors.
+               (c)2001-2021 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index b27421a31d5d12e3f1399eddae12ec26056ddee6..ec38ce044c091a1fc9de7024580729686ef314d9 100644 (file)
@@ -1,7 +1,7 @@
 .\"
 .\" ngircd(8) manual page template
 .\"
-.TH ngircd 8 "May 2020" ngIRCd "ngIRCd Manual"
+.TH ngircd 8 "Jan 2021" ngIRCd "ngIRCd Manual"
 .SH NAME
 ngIRCd \- the "next generation" IRC daemon
 .SH SYNOPSIS
index e4446f96c6ae26e0f53933a9e097f7a23c5daac3..e671b399729fa147d4c3b60cd2106ae0c073656e 100644 (file)
@@ -1,7 +1,7 @@
 .\"
 .\" ngircd.conf(5) manual page template
 .\"
-.TH ngircd.conf 5 "May 2020" ngIRCd "ngIRCd Manual"
+.TH ngircd.conf 5 "Jan 2021" ngIRCd "ngIRCd Manual"
 .SH NAME
 ngircd.conf \- configuration file of ngIRCd
 .SH SYNOPSIS
index 41255ca0d97eab650f96ef147fd7ceedb9bc34e3..72c0d8095adf5e335551ffa314a375b08e6d15d8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2020 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2021 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-2020 Alexander Barton (<alex@barton.de>) and Contributors." );
+       puts( "Copyright (c)2001-2021 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." );