From 405c6038e2e2261a8f65eed2b695fc92dadcd4dc Mon Sep 17 00:00:00 2001 From: Radim Kolar Date: Fri, 5 Jun 2020 07:40:35 +0200 Subject: [PATCH] Update copyright year in main.c server message --- server/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.c b/server/main.c index 1b5592d..884ebdc 100644 --- a/server/main.c +++ b/server/main.c @@ -25,7 +25,7 @@ static void display_version (void) printf( #ifndef LAMERPACK "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" "Portions copyright by BSD, Wen-King Su, Philip G. Richards, Michael Meskes.\n" #ifdef __GNUC__