CommandLine: update copyright year

This commit is contained in:
Max Kellermann 2025-03-13 08:27:01 +01:00
parent a171a588cf
commit 3945b808a2
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Music Player Daemon - http://www.musicpd.org
Copyright 2003-2022 The Music Player Daemon Project
Copyright 2003-2025 The Music Player Daemon Project
The following people have contributed code to MPD:

View File

@ -30,7 +30,7 @@ master_doc = 'index'
# General information about the project.
project = 'Music Player Daemon'
copyright = '2003-2021 The Music Player Daemon Project'
copyright = '2003-2025 The Music Player Daemon Project'
author = 'Max Kellermann'
# The version info for the project you're documenting, acts as replacement for

View File

@ -106,7 +106,7 @@ static void version()
fmt::print("Music Player Daemon " VERSION " ({})"
"\n"
"Copyright 2003-2007 Warren Dukes <warren.dukes@gmail.com>\n"
"Copyright 2008-2021 Max Kellermann <max.kellermann@gmail.com>\n"
"Copyright 2008-2025 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);