summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-05-19 18:09:37 +0200
committerMax Kellermann <max@musicpd.org>2021-05-19 18:09:38 +0200
commit466a05bc52836d27fda9930590ef8fae932f68c5 (patch)
treee80376126f047bc3bef19ef9d31b11647f34af02
parent6de4064cca78ab1e833dd318f76a3b33a4e6eaaa (diff)
CommandLine: update copyright year in --version output
-rw-r--r--src/CommandLine.cxx2
1 files changed, 1 insertions, 1 deletions
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 <warren.dukes@gmail.com>\n"
- "Copyright 2008-2018 Max Kellermann <max.kellermann@gmail.com>\n"
+ "Copyright 2008-2021 Max Kellermann <max.kellermann@gmail.com>\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);