Update copyright year in main.c server message

This commit is contained in:
Radim Kolar 2020-06-05 07:40:35 +02:00
parent bfd5fc3f7b
commit 405c6038e2

View File

@ -25,7 +25,7 @@ static void display_version (void)
printf( printf(
#ifndef LAMERPACK #ifndef LAMERPACK
"File Service Protocol Daemon - FSP "PACKAGE_VERSION"\n" "File Service Protocol Daemon - FSP "PACKAGE_VERSION"\n"
"Copyright (c) 1991-1996 by A. J. Doherty, 2001-2005 by Radim Kolar.\n" "Copyright (c) 1991-1996 by A. J. Doherty, 2001-2020 by Radim Kolar.\n"
"All of the FSP code is free software with revised BSD license.\n" "All of the FSP code is free software with revised BSD license.\n"
"Portions copyright by BSD, Wen-King Su, Philip G. Richards, Michael Meskes.\n" "Portions copyright by BSD, Wen-King Su, Philip G. Richards, Michael Meskes.\n"
#ifdef __GNUC__ #ifdef __GNUC__