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=8b28a2fc2de99558c18bee814d753c017c0197c1;hp=72c0d8095adf5e335551ffa314a375b08e6d15d8;hb=79ffa9132b9f9bba314c24e64d320e1b5eaddc83;hpb=1db3447c909576cf10985b434214a264afe0688e diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c index 72c0d809..8b28a2fc 100644 --- a/src/ngircd/ngircd.c +++ b/src/ngircd/ngircd.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2021 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2022 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-2021 Alexander Barton () and Contributors." ); + puts( "Copyright (c)2001-2022 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." );