From 466a05bc52836d27fda9930590ef8fae932f68c5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 19 May 2021 18:09:37 +0200 Subject: [PATCH] CommandLine: update copyright year in --version output --- src/CommandLine.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index 2f2582a06..f6958a5d5 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -113,7 +113,7 @@ static void version() printf("Music Player Daemon " VERSION " (%s)" "\n" "Copyright 2003-2007 Warren Dukes \n" - "Copyright 2008-2018 Max Kellermann \n" + "Copyright 2008-2021 Max Kellermann \n" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n", GIT_VERSION);