SDL_mixer: Updated copyright for 2023

From 8727288cfd53cb4616ca0450c306ecca9b56dd35 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 9 Jan 2023 10:10:24 -0800
Subject: [PATCH] Updated copyright for 2023

---
 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_drmp3.c      | 2 +-
 src/codecs/music_drmp3.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_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 3931238c..1d155ef4 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+Copyright (C) 1997-2023 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 a5d49a8c..a40ab8af 100644
--- a/VisualC/Version.rc
+++ b/VisualC/Version.rc
@@ -48,7 +48,7 @@ BEGIN
             VALUE "FileDescription", "SDL_mixer\0"
             VALUE "FileVersion", "2, 7, 0, 0\0"
             VALUE "InternalName", "SDL_mixer\0"
-            VALUE "LegalCopyright", "Copyright  2022 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright  2023 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL_mixer.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "2, 7, 0, 0\0"
diff --git a/include/SDL_mixer.h b/include/SDL_mixer.h
index 98763b17..e8180cf2 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 c4d70b3c..46029954 100644
--- a/playmus.c
+++ b/playmus.c
@@ -1,6 +1,6 @@
 /*
   PLAYMUS:  A test application for the SDL mixer library.
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 9e8911d3..3463c771 100644
--- a/playwave.c
+++ b/playwave.c
@@ -1,6 +1,6 @@
 /*
   PLAYWAVE:  A test application for the SDL mixer library.
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 2517e99e..3b6780c1 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 55707b16..a5f327a0 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 f067d06f..c9ba8d8a 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 a5a87ddf..c650653d 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 b8cd11d5..382e4ac4 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 e13c6b22..0bb3d47f 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 5d129f07..0619308a 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 4d0772cf..5802bb63 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 e1216ba3..253da697 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 00a38b4d..7380feb4 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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_drmp3.c b/src/codecs/music_drmp3.c
index 9e3087b2..39646304 100644
--- a/src/codecs/music_drmp3.c
+++ b/src/codecs/music_drmp3.c
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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_drmp3.h b/src/codecs/music_drmp3.h
index 2d4cd37a..83a10884 100644
--- a/src/codecs/music_drmp3.h
+++ b/src/codecs/music_drmp3.h
@@ -1,6 +1,6 @@
 /*
   SDL_mixer:  An audio mixer library based on the SDL library
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 b45789fc..35139da4 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 5ecabf50..d104deaf 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 9b366fe0..d0bec0b5 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 7a95665b..9487a38f 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 b0b46a36..5232f4c5 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 e0c85b7b..73d583df 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-2020 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 d6985d5f..fcea9374 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 b29f3b43..a76d3a9d 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 49cd090e..102d27d9 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 9525f6f6..d2d5adb8 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 308fda15..5616508f 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 02335a09..cc951ec6 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 09f60a83..8c857b27 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 0bbe1e4c..59b8f284 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 84db5b54..16ab5d55 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 b5488eb7..dca2d696 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 3e431179..07400b9a 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 6e6baa04..8d9b3bdc 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 989870b8..96fe1e47 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 1d826cf8..654e821b 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 eed835f9..89bcc4a1 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 ae375125..b6dea9af 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 840be4c7..1a7363b6 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 9e3d2430..7f52d286 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 dbe05816..ac927a90 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 59f89b82..b1e19a29 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 745d46bd..6373c7e7 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 3969e41f..816ad1f2 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 bea72d2b..a9c74124 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 9e6e2f68..3eb19e3a 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 12357719..3c8f86e4 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 416bdbeb..5830d906 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 8c3afccc..cf13a8fd 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 aff180e4..95cdf425 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 b6c17f73..1d984f01 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-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 322c44ef..883fdc9c 100644
--- a/version.rc
+++ b/version.rc
@@ -25,7 +25,7 @@ BEGIN
             VALUE "FileDescription", "SDL_mixer\0"
             VALUE "FileVersion", "2, 7, 0, 0\0"
             VALUE "InternalName", "SDL_mixer\0"
-            VALUE "LegalCopyright", "Copyright  2022 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright  2023 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL_mixer.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "2, 7, 0, 0\0"