From 3945b808a29c17f76b8b1985f6cfdce78cf46aed Mon Sep 17 00:00:00 2001
From: Max Kellermann <max.kellermann@gmail.com>
Date: Thu, 13 Mar 2025 08:27:01 +0100
Subject: [PATCH] CommandLine: update copyright year

---
 AUTHORS             | 2 +-
 doc/conf.py         | 2 +-
 src/CommandLine.cxx | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 175d72711..26f6a864a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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:
 
diff --git a/doc/conf.py b/doc/conf.py
index b4fd57cbd..cf628a3fa 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -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
diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx
index b83251ddd..02184d3d6 100644
--- a/src/CommandLine.cxx
+++ b/src/CommandLine.cxx
@@ -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);