Commit Diff


commit - f3c89af845ede2dd2e1ccc5e9f1bfdc036409b88
commit + 2ff76d7f480b87e811af81cf9eaa9822b77863c4
blob - 74cb5a0da8397bdabbfb7109c1d4d6474681d264
blob + 4b95220a54e4029f208ef02eefe066f8e06a00eb
--- AUTHORS
+++ 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.
 
blob - 85868eae2f6c858f3d0df080999e86fb6c5fbe5f
blob + b72bccbf77a299e091de78b8d957e0d8d34ed618
--- ChangeLog
+++ 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.
 
blob - ffd604883a855c4624b1fede044858a3f1ccab51
blob + 5c04b07a6806545accfb73e63d1d7b0c9c8c8d2c
--- NEWS
+++ 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.
 
blob - a17f123fd3e4fe1c955b2f48369b4ee7ad34b17d
blob + 10343cd4f607fbc0d1894e92aed01c2c341b7bfd
--- doc/HowToRelease.txt
+++ doc/HowToRelease.txt
@@ -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.
 
blob - b27421a31d5d12e3f1399eddae12ec26056ddee6
blob + ec38ce044c091a1fc9de7024580729686ef314d9
--- man/ngircd.8.tmpl
+++ man/ngircd.8.tmpl
@@ -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
blob - e4446f96c6ae26e0f53933a9e097f7a23c5daac3
blob + e671b399729fa147d4c3b60cd2106ae0c073656e
--- man/ngircd.conf.5.tmpl
+++ man/ngircd.conf.5.tmpl
@@ -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
blob - 41255ca0d97eab650f96ef147fd7ceedb9bc34e3
blob + 72c0d8095adf5e335551ffa314a375b08e6d15d8
--- src/ngircd/ngircd.c
+++ src/ngircd/ngircd.c
@@ -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." );