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=f73aa50508cfb8549ba8df1b62d815dcf1c4dbf7;hp=76977080879ff07492868b6a8e3e74266c165f1f;hb=96bad2b861cffcd7724cf26464da4568852241de;hpb=456eea6f1896528dad344ed2c254fd07bdc3a4b1 diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c index 76977080..f73aa505 100644 --- a/src/ngircd/ngircd.c +++ b/src/ngircd/ngircd.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2018 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2019 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-2018 Alexander Barton () and Contributors." ); + puts( "Copyright (c)2001-2019 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." );