SDL_mixer: Updated copyright for 2025 (b15d1)

From b15d1eaaff2e71ca95f3a4fccf2ced7e4cac8f13 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 1 Jan 2025 07:42:20 -0800
Subject: [PATCH] Updated copyright for 2025

(cherry picked from commit 5b43e7ce71010ae8d0b7e5679a07ec3a0d02933d)
---
 LICENSE.txt                   | 2 +-
 VisualC/Version.rc            | 2 +-
 include/SDL_mixer.h           | 2 +-
 playmus.c                     | 2 +-
 playwave.c                    | 2 +-
 src/codecs/load_aiff.c        | 2 +-
 src/codecs/load_aiff.h        | 2 +-
 src/codecs/load_voc.c         | 2 +-
 src/codecs/load_voc.h         | 2 +-
 src/codecs/mp3utils.c         | 2 +-
 src/codecs/mp3utils.h         | 2 +-
 src/codecs/music_cmd.c        | 2 +-
 src/codecs/music_cmd.h        | 2 +-
 src/codecs/music_drflac.c     | 2 +-
 src/codecs/music_drflac.h     | 2 +-
 src/codecs/music_flac.c       | 2 +-
 src/codecs/music_flac.h       | 2 +-
 src/codecs/music_fluidsynth.c | 2 +-
 src/codecs/music_fluidsynth.h | 2 +-
 src/codecs/music_gme.c        | 2 +-
 src/codecs/music_gme.h        | 2 +-
 src/codecs/music_minimp3.c    | 2 +-
 src/codecs/music_minimp3.h    | 2 +-
 src/codecs/music_modplug.c    | 2 +-
 src/codecs/music_modplug.h    | 2 +-
 src/codecs/music_mpg123.c     | 2 +-
 src/codecs/music_mpg123.h     | 2 +-
 src/codecs/music_nativemidi.c | 2 +-
 src/codecs/music_nativemidi.h | 2 +-
 src/codecs/music_ogg.c        | 2 +-
 src/codecs/music_ogg.h        | 2 +-
 src/codecs/music_ogg_stb.c    | 2 +-
 src/codecs/music_opus.c       | 2 +-
 src/codecs/music_opus.h       | 2 +-
 src/codecs/music_timidity.c   | 2 +-
 src/codecs/music_timidity.h   | 2 +-
 src/codecs/music_wav.c        | 2 +-
 src/codecs/music_wav.h        | 2 +-
 src/codecs/music_wavpack.c    | 2 +-
 src/codecs/music_wavpack.h    | 2 +-
 src/codecs/music_xmp.c        | 2 +-
 src/codecs/music_xmp.h        | 2 +-
 src/effect_position.c         | 2 +-
 src/effect_stereoreverse.c    | 2 +-
 src/effects_internal.c        | 2 +-
 src/effects_internal.h        | 2 +-
 src/mixer.c                   | 2 +-
 src/mixer.h                   | 2 +-
 src/music.c                   | 2 +-
 src/music.h                   | 2 +-
 src/utils.c                   | 2 +-
 src/utils.h                   | 2 +-
 version.rc                    | 2 +-
 53 files changed, 53 insertions(+), 53 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index 73301d65e..52d0ed38b 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
diff --git a/VisualC/Version.rc b/VisualC/Version.rc
index bae085d81..3daa0ed8b 100644
--- a/VisualC/Version.rc
+++ b/VisualC/Version.rc
@@ -48,7 +48,7 @@ BEGIN
             VALUE "FileDescription", "SDL_mixer\0"
             VALUE "FileVersion", "2, 8, 0, 0\0"
             VALUE "InternalName", "SDL_mixer\0"
-            VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright (C) 2025 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL_mixer.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "2, 8, 0, 0\0"
diff --git a/include/SDL_mixer.h b/include/SDL_mixer.h
index 45c95f175..67340036c 100644
--- a/include/SDL_mixer.h
+++ b/include/SDL_mixer.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/playmus.c b/playmus.c
index b31f7f99e..cc5dc1a9a 100644
--- a/playmus.c
+++ b/playmus.c
@@ -1,6 +1,6 @@
 /*
   PLAYMUS:  A test application for the SDL mixer library.
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/playwave.c b/playwave.c
index 8cb5574f2..26b7e101a 100644
--- a/playwave.c
+++ b/playwave.c
@@ -1,6 +1,6 @@
 /*
   PLAYWAVE:  A test application for the SDL mixer library.
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/load_aiff.c b/src/codecs/load_aiff.c
index 4bb624e5c..e6e233459 100644
--- a/src/codecs/load_aiff.c
+++ b/src/codecs/load_aiff.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/load_aiff.h b/src/codecs/load_aiff.h
index 4ebd5163a..50ebfaf07 100644
--- a/src/codecs/load_aiff.h
+++ b/src/codecs/load_aiff.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/load_voc.c b/src/codecs/load_voc.c
index b32af8aed..e415d3b50 100644
--- a/src/codecs/load_voc.c
+++ b/src/codecs/load_voc.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/load_voc.h b/src/codecs/load_voc.h
index 0a72390c9..b390d737d 100644
--- a/src/codecs/load_voc.h
+++ b/src/codecs/load_voc.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/mp3utils.c b/src/codecs/mp3utils.c
index ce1374935..02c11c920 100644
--- a/src/codecs/mp3utils.c
+++ b/src/codecs/mp3utils.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/mp3utils.h b/src/codecs/mp3utils.h
index dc9164fd4..419e1cd98 100644
--- a/src/codecs/mp3utils.h
+++ b/src/codecs/mp3utils.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_cmd.c b/src/codecs/music_cmd.c
index f663050e7..9d0093a20 100644
--- a/src/codecs/music_cmd.c
+++ b/src/codecs/music_cmd.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_cmd.h b/src/codecs/music_cmd.h
index 6da37c024..11e5d514d 100644
--- a/src/codecs/music_cmd.h
+++ b/src/codecs/music_cmd.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_drflac.c b/src/codecs/music_drflac.c
index f7e3fd7af..2999188b9 100644
--- a/src/codecs/music_drflac.c
+++ b/src/codecs/music_drflac.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_drflac.h b/src/codecs/music_drflac.h
index 4f954cb8c..deb26768c 100644
--- a/src/codecs/music_drflac.h
+++ b/src/codecs/music_drflac.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_flac.c b/src/codecs/music_flac.c
index 53624ae18..52624e98d 100644
--- a/src/codecs/music_flac.c
+++ b/src/codecs/music_flac.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_flac.h b/src/codecs/music_flac.h
index 7465cebfd..44b3b3d27 100644
--- a/src/codecs/music_flac.h
+++ b/src/codecs/music_flac.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_fluidsynth.c b/src/codecs/music_fluidsynth.c
index 67f3c129f..0ede932ce 100644
--- a/src/codecs/music_fluidsynth.c
+++ b/src/codecs/music_fluidsynth.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_fluidsynth.h b/src/codecs/music_fluidsynth.h
index 1c34ea722..7a925d47c 100644
--- a/src/codecs/music_fluidsynth.h
+++ b/src/codecs/music_fluidsynth.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_gme.c b/src/codecs/music_gme.c
index aaf3f07de..248905818 100644
--- a/src/codecs/music_gme.c
+++ b/src/codecs/music_gme.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_gme.h b/src/codecs/music_gme.h
index ebda7ac8f..6d0505a2e 100644
--- a/src/codecs/music_gme.h
+++ b/src/codecs/music_gme.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_minimp3.c b/src/codecs/music_minimp3.c
index 8565996cb..a4bf55038 100644
--- a/src/codecs/music_minimp3.c
+++ b/src/codecs/music_minimp3.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_minimp3.h b/src/codecs/music_minimp3.h
index 5de5ae580..1a730b834 100644
--- a/src/codecs/music_minimp3.h
+++ b/src/codecs/music_minimp3.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_modplug.c b/src/codecs/music_modplug.c
index f7d7f5336..e558277f8 100644
--- a/src/codecs/music_modplug.c
+++ b/src/codecs/music_modplug.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_modplug.h b/src/codecs/music_modplug.h
index 62ece4a22..884cb95a7 100644
--- a/src/codecs/music_modplug.h
+++ b/src/codecs/music_modplug.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_mpg123.c b/src/codecs/music_mpg123.c
index 7d09147b0..90750aeb8 100644
--- a/src/codecs/music_mpg123.c
+++ b/src/codecs/music_mpg123.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:    An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.    In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_mpg123.h b/src/codecs/music_mpg123.h
index 50f1faa97..3f94d47b7 100644
--- a/src/codecs/music_mpg123.h
+++ b/src/codecs/music_mpg123.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_nativemidi.c b/src/codecs/music_nativemidi.c
index 827eafb56..ee23af8c8 100644
--- a/src/codecs/music_nativemidi.c
+++ b/src/codecs/music_nativemidi.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_nativemidi.h b/src/codecs/music_nativemidi.h
index 4b0bfe56a..9243f469a 100644
--- a/src/codecs/music_nativemidi.h
+++ b/src/codecs/music_nativemidi.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_ogg.c b/src/codecs/music_ogg.c
index 216206cdd..a5ebd9569 100644
--- a/src/codecs/music_ogg.c
+++ b/src/codecs/music_ogg.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_ogg.h b/src/codecs/music_ogg.h
index 5b58d0625..59fd7adfe 100644
--- a/src/codecs/music_ogg.h
+++ b/src/codecs/music_ogg.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_ogg_stb.c b/src/codecs/music_ogg_stb.c
index ac96517e0..f9b36d46a 100644
--- a/src/codecs/music_ogg_stb.c
+++ b/src/codecs/music_ogg_stb.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_opus.c b/src/codecs/music_opus.c
index e1ac51765..a367fbaa3 100644
--- a/src/codecs/music_opus.c
+++ b/src/codecs/music_opus.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_opus.h b/src/codecs/music_opus.h
index 3d3fc0848..8948edc2a 100644
--- a/src/codecs/music_opus.h
+++ b/src/codecs/music_opus.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_timidity.c b/src/codecs/music_timidity.c
index 9150d4f13..135d0fdd8 100644
--- a/src/codecs/music_timidity.c
+++ b/src/codecs/music_timidity.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_timidity.h b/src/codecs/music_timidity.h
index 989660882..2e34792f0 100644
--- a/src/codecs/music_timidity.h
+++ b/src/codecs/music_timidity.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_wav.c b/src/codecs/music_wav.c
index f04bb04f7..fbdb0892a 100644
--- a/src/codecs/music_wav.c
+++ b/src/codecs/music_wav.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_wav.h b/src/codecs/music_wav.h
index 98736120f..6c7bd3b57 100644
--- a/src/codecs/music_wav.h
+++ b/src/codecs/music_wav.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_wavpack.c b/src/codecs/music_wavpack.c
index 2de9189b4..6f7ce3014 100644
--- a/src/codecs/music_wavpack.c
+++ b/src/codecs/music_wavpack.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_wavpack.h b/src/codecs/music_wavpack.h
index b313b1bc1..9cc6e3edb 100644
--- a/src/codecs/music_wavpack.h
+++ b/src/codecs/music_wavpack.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_xmp.c b/src/codecs/music_xmp.c
index ec5194673..83bf9df14 100644
--- a/src/codecs/music_xmp.c
+++ b/src/codecs/music_xmp.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/codecs/music_xmp.h b/src/codecs/music_xmp.h
index 0b5cfbd16..cb561ba0c 100644
--- a/src/codecs/music_xmp.h
+++ b/src/codecs/music_xmp.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/effect_position.c b/src/effect_position.c
index 1187a2ca0..dfc167490 100644
--- a/src/effect_position.c
+++ b/src/effect_position.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/effect_stereoreverse.c b/src/effect_stereoreverse.c
index 68104b2d6..6a73a85d4 100644
--- a/src/effect_stereoreverse.c
+++ b/src/effect_stereoreverse.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/effects_internal.c b/src/effects_internal.c
index debd37d87..64d1bd6aa 100644
--- a/src/effects_internal.c
+++ b/src/effects_internal.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/effects_internal.h b/src/effects_internal.h
index 57378b5d1..c0e6bf669 100644
--- a/src/effects_internal.h
+++ b/src/effects_internal.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/mixer.c b/src/mixer.c
index 52610d69d..25bd6dec7 100644
--- a/src/mixer.c
+++ b/src/mixer.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/mixer.h b/src/mixer.h
index 7c6edc54c..fa91473e5 100644
--- a/src/mixer.h
+++ b/src/mixer.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/music.c b/src/music.c
index 72e1477ce..f9535d2ca 100644
--- a/src/music.c
+++ b/src/music.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/music.h b/src/music.h
index c848c8d8b..2ee0d281d 100644
--- a/src/music.h
+++ b/src/music.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/utils.c b/src/utils.c
index 128f3133e..58ced07df 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/utils.h b/src/utils.h
index 813338cf4..a7f313f5a 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/version.rc b/version.rc
index acfae7809..014793ad2 100644
--- a/version.rc
+++ b/version.rc
@@ -25,7 +25,7 @@ BEGIN
             VALUE "FileDescription", "SDL_mixer\0"
             VALUE "FileVersion", "2, 8, 0, 0\0"
             VALUE "InternalName", "SDL_mixer\0"
-            VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright (C) 2025 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL_mixer.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "2, 8, 0, 0\0"