From de0f62abbcb41c64e0cb1045a521e2deeb562fb7 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 1 Jan 2024 13:23:55 -0800
Subject: [PATCH] Updated copyright for 2024
---
LICENSE.txt | 2 +-
examples/playmus.c | 2 +-
examples/playwave.c | 2 +-
include/SDL3_mixer/SDL_mixer.h | 2 +-
src/codecs/load_aiff.c | 2 +-
src/codecs/load_aiff.h | 2 +-
src/codecs/load_sndfile.c | 2 +-
src/codecs/load_sndfile.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 +-
src/version.rc | 2 +-
54 files changed, 54 insertions(+), 54 deletions(-)
diff --git a/LICENSE.txt b/LICENSE.txt
index 1d155ef4..73301d65 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+Copyright (C) 1997-2024 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/examples/playmus.c b/examples/playmus.c
index 28a4b456..70c52917 100644
--- a/examples/playmus.c
+++ b/examples/playmus.c
@@ -1,6 +1,6 @@
/*
PLAYMUS: A test application for the SDL mixer library.
- Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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/examples/playwave.c b/examples/playwave.c
index 6d0ec7a3..2090388a 100644
--- a/examples/playwave.c
+++ b/examples/playwave.c
@@ -1,6 +1,6 @@
/*
PLAYWAVE: A test application for the SDL mixer library.
- Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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/include/SDL3_mixer/SDL_mixer.h b/include/SDL3_mixer/SDL_mixer.h
index a03c16b3..2023abe5 100644
--- a/include/SDL3_mixer/SDL_mixer.h
+++ b/include/SDL3_mixer/SDL_mixer.h
@@ -1,6 +1,6 @@
/*
SDL_mixer: An audio mixer library based on the SDL library
- Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 846d822c..e2001094 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 61278871..d36e2028 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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_sndfile.c b/src/codecs/load_sndfile.c
index 038867a5..8ddd54f8 100644
--- a/src/codecs/load_sndfile.c
+++ b/src/codecs/load_sndfile.c
@@ -1,6 +1,6 @@
/*
SDL_mixer: An audio mixer library based on the SDL library
- Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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_sndfile.h b/src/codecs/load_sndfile.h
index a5c049cf..cde16afb 100644
--- a/src/codecs/load_sndfile.h
+++ b/src/codecs/load_sndfile.h
@@ -1,6 +1,6 @@
/*
SDL_mixer: An audio mixer library based on the SDL library
- Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 5730f5ba..0bc28582 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 eeb83d8b..cf0e84cc 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 05555e86..201fbb89 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 0bb3d47f..dc9164fd 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 a577aae4..96510c91 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 5802bb63..6da37c02 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 6be58e4e..85f2517f 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 7380feb4..4f954cb8 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 34a35e7a..6d26ebe0 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 83a10884..862e0988 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 0c29a871..60ab6eb4 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 d104deaf..7465cebf 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 8801b979..c3800a2a 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 9487a38f..1c34ea72 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 7d3640af..ec8a5c90 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 73d583df..ebda7ac8 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 4d680a36..766ba42f 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 a76d3a9d..62ece4a2 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 ba60b3a1..cbf6a0de 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 d2d5adb8..50f1faa9 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 ba8fe7a8..a0b44039 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 cc951ec6..4b0bfe56 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 144244e0..b5465a40 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 59b8f284..5b58d062 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 11b03959..8b11b89a 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 1d68680f..01f9df9c 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 07400b9a..3d3fc084 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 b7b02e43..27d95751 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 96fe1e47..98966088 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 fad3a2b4..23592046 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 89bcc4a1..98736120 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 10fd8cef..3bc99273 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 1a7363b6..b313b1bc 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 186520f7..7a7f3a11 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 ac927a90..0b5cfbd1 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 a166eabc..55be136d 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 af878b1b..fd24af81 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 0d30f669..87ce10c0 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 833b6ce1..72b45f0b 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 442b2416..a2de6559 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 3c8f86e4..7c6edc54 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 68e92799..f6ad616a 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 c20c6c04..91a1c803 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 2b0a99ed..eebccd73 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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 4a4635f6..c3d920ea 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-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2024 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/version.rc b/src/version.rc
index fd00f55e..453a6a3b 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -25,7 +25,7 @@ BEGIN
VALUE "FileDescription", "SDL_mixer\0"
VALUE "FileVersion", "3, 0, 0, 0\0"
VALUE "InternalName", "SDL_mixer\0"
- VALUE "LegalCopyright", "Copyright (C) 2023 Sam Lantinga\0"
+ VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL3_mixer.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "3, 0, 0, 0\0"