From 7a955360bf47b8d917da1f10ad2935c9ccc06c95 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 1 Jan 2025 07:39:58 -0800 Subject: [PATCH] Updated copyright for 2025 --- 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_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 +- src/version.rc | 2 +- 52 files changed, 52 insertions(+), 52 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 +Copyright (C) 1997-2025 Sam Lantinga 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 5a5fa1e72..1773bda95 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-2024 Sam Lantinga + Copyright (C) 1997-2025 Sam Lantinga 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 0148ae24b..0bfcbefbb 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-2024 Sam Lantinga + Copyright (C) 1997-2025 Sam Lantinga 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 5ed6ca809..058d4127f 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-2024 Sam Lantinga + Copyright (C) 1997-2025 Sam Lantinga 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 4c40ee8e1..9a64d57c8 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 + Copyright (C) 1997-2025 Sam Lantinga 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 faad35c59..645697042 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 + Copyright (C) 1997-2025 Sam Lantinga 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 87e583f56..db60cd453 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-2024 Sam Lantinga + Copyright (C) 1997-2025 Sam Lantinga 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 fad2297b9..7a6b32387 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-2024 Sam Lantinga + Copyright (C) 1997-2025 Sam Lantinga 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 ebb42afaf..27015196d 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 + Copyright (C) 1997-2025 Sam Lantinga 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 a72ba34b5..91ce7d11d 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 + Copyright (C) 1997-2025 Sam Lantinga 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 3f2d84496..fbb24ca9f 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 + Copyright (C) 1997-2025 Sam Lantinga 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 722dfba5b..9d7b19e90 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 + Copyright (C) 1997-2025 Sam Lantinga 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 45a9a672b..a2dabef75 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 + Copyright (C) 1997-2025 Sam Lantinga 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 + Copyright (C) 1997-2025 Sam Lantinga 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 7e383628b..9968130cb 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 + Copyright (C) 1997-2025 Sam Lantinga 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 + Copyright (C) 1997-2025 Sam Lantinga 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 a355a08f2..cbd337d56 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 + Copyright (C) 1997-2025 Sam Lantinga 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 + Copyright (C) 1997-2025 Sam Lantinga 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 89ae7ffee..a8226a1fe 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 + Copyright (C) 1997-2025 Sam Lantinga 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 + Copyright (C) 1997-2025 Sam Lantinga 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 5c024bc90..db80bee5a 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 + Copyright (C) 1997-2025 Sam Lantinga 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 + Copyright (C) 1997-2025 Sam Lantinga 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 e16d117e8..3be55d953 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 + Copyright (C) 1997-2025 Sam Lantinga 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 + Copyright (C) 1997-2025 Sam Lantinga 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 14a276b39..44493b882 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 + Copyright (C) 1997-2025 Sam Lantinga 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 + Copyright (C) 1997-2025 Sam Lantinga 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 4ff0cbf92..b878f8f67 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 + Copyright (C) 1997-2025 Sam Lantinga 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 + Copyright (C) 1997-2025 Sam Lantinga 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 c4884c0f0..ce12fc6bc 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 + Copyright (C) 1997-2025 Sam Lantinga 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 + Copyright (C) 1997-2025 Sam Lantinga 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 7a35328fa..0de005fd9 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 + Copyright (C) 1997-2025 Sam Lantinga 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 c62579ef6..fbbc24375 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 + Copyright (C) 1997-2025 Sam Lantinga 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 + Copyright (C) 1997-2025 Sam Lantinga 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 8001c0718..fd0931df8 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 + Copyright (C) 1997-2025 Sam Lantinga 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 + Copyright (C) 1997-2025 Sam Lantinga 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 a0182fc67..8d725b614 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 + Copyright (C) 1997-2025 Sam Lantinga 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 + Copyright (C) 1997-2025 Sam Lantinga 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 fcd5eb8b1..7490c2a31 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 + Copyright (C) 1997-2025 Sam Lantinga 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 + Copyright (C) 1997-2025 Sam Lantinga 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 64eca1a4c..726899a33 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 + Copyright (C) 1997-2025 Sam Lantinga 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 + Copyright (C) 1997-2025 Sam Lantinga 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 30b074301..5b8371aad 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 + Copyright (C) 1997-2025 Sam Lantinga 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 e57b85905..0c4b32eef 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 + Copyright (C) 1997-2025 Sam Lantinga 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 ebb20bdb6..5c32ac27d 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 + Copyright (C) 1997-2025 Sam Lantinga 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 51bf13fdb..3853103be 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 + Copyright (C) 1997-2025 Sam Lantinga 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 a4c33e613..6f548e3f1 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 + Copyright (C) 1997-2025 Sam Lantinga 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 30e3966f7..433af5f9a 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 + Copyright (C) 1997-2025 Sam Lantinga 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 8f630edbf..b0678580d 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 + Copyright (C) 1997-2025 Sam Lantinga 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 70f2d7a02..997bdf986 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 + Copyright (C) 1997-2025 Sam Lantinga 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 feb727efb..0de3e94dc 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 + Copyright (C) 1997-2025 Sam Lantinga 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 d9fa779fe..a45fc01e1 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 + Copyright (C) 1997-2025 Sam Lantinga 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 453a6a3bc..5c2503b05 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) 2024 Sam Lantinga\0" + VALUE "LegalCopyright", "Copyright (C) 2025 Sam Lantinga\0" VALUE "OriginalFilename", "SDL3_mixer.dll\0" VALUE "ProductName", "Simple DirectMedia Layer\0" VALUE "ProductVersion", "3, 0, 0, 0\0"