X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fngircd.c;fp=src%2Fngircd%2Fngircd.c;h=72c0d8095adf5e335551ffa314a375b08e6d15d8;hp=41255ca0d97eab650f96ef147fd7ceedb9bc34e3;hb=2ff76d7f480b87e811af81cf9eaa9822b77863c4;hpb=f3c89af845ede2dd2e1ccc5e9f1bfdc036409b88 diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c index 41255ca0..72c0d809 100644 --- a/src/ngircd/ngircd.c +++ b/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 () and Contributors." ); + puts( "Copyright (c)2001-2021 Alexander Barton () and Contributors." ); puts( "Homepage: \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." );