From 23a2b71b8d27407013aab2b9b2e6c0527d077a2d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 16 Jan 2020 20:51:30 -0800 Subject: [PATCH] Updated copyright date for 2020 --- COPYING.txt | 2 +- VisualC/Version.rc | 2 +- debian/copyright | 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_flac.c | 2 +- src/codecs/music_flac.h | 2 +- src/codecs/music_fluidsynth.c | 2 +- src/codecs/music_fluidsynth.h | 2 +- src/codecs/music_mad.c | 2 +- src/codecs/music_mad.h | 2 +- src/codecs/music_mikmod.c | 2 +- src/codecs/music_mikmod.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_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/compat.c | 2 +- src/compat.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 +- version.rc | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) diff --git a/COPYING.txt b/COPYING.txt index 862a0a27..633e02d4 100644 --- a/COPYING.txt +++ b/COPYING.txt @@ -1,6 +1,6 @@ /* SDL_mixer: An audio mixer library based on the SDL library - Copyright (C) 1997-2019 Sam Lantinga + Copyright (C) 1997-2020 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/VisualC/Version.rc b/VisualC/Version.rc index 9fb4dc7d..2187f39d 100644 --- a/VisualC/Version.rc +++ b/VisualC/Version.rc @@ -48,7 +48,7 @@ BEGIN VALUE "FileDescription", "SDL_mixer\0" VALUE "FileVersion", "2, 0, 4, 0\0" VALUE "InternalName", "SDL_mixer\0" - VALUE "LegalCopyright", "Copyright © 2019 Sam Lantinga\0" + VALUE "LegalCopyright", "Copyright © 2020 Sam Lantinga\0" VALUE "OriginalFilename", "SDL_mixer.dll\0" VALUE "ProductName", "Simple DirectMedia Layer\0" VALUE "ProductVersion", "2, 0, 4, 0\0" diff --git a/debian/copyright b/debian/copyright index 9399dd25..4dc0ddfa 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Upstream-Contact: Sam Lantinga Source: http://www.libsdl.org/projects/SDL_mixer/ Files: * -Copyright: 1997-2019 Sam Lantinga +Copyright: 1997-2020 Sam Lantinga License: zlib/libpng Files: native_midi/* diff --git a/include/SDL_mixer.h b/include/SDL_mixer.h index 658ea1d9..92a36ad8 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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/playmus.c b/playmus.c index b33ee9df..084ddb9f 100644 --- a/playmus.c +++ b/playmus.c @@ -1,6 +1,6 @@ /* PLAYMUS: A test application for the SDL mixer library. - Copyright (C) 1997-2019 Sam Lantinga + Copyright (C) 1997-2020 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/playwave.c b/playwave.c index c4f2cf09..27999a51 100644 --- a/playwave.c +++ b/playwave.c @@ -1,6 +1,6 @@ /* PLAYWAVE: A test application for the SDL mixer library. - Copyright (C) 1997-2019 Sam Lantinga + Copyright (C) 1997-2020 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 1aee1957..1cab9901 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 45f2390e..fc541c88 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 41a85b90..cafc0c9b 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 ee7305bf..b62baa9c 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 ba807290..6fa3769b 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 ec9ee77a..f23edf55 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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_cmd.c b/src/codecs/music_cmd.c index 58421472..9789db5f 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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_cmd.h b/src/codecs/music_cmd.h index 7021ccf4..917ec341 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 5bfe6ec8..72b44572 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 c370a516..5bae0860 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 a9166bf1..889e516f 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 47fc73d6..d526b4bf 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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_mad.c b/src/codecs/music_mad.c index 8d4d511f..a2aea3e9 100644 --- a/src/codecs/music_mad.c +++ b/src/codecs/music_mad.c @@ -1,6 +1,6 @@ /* SDL_mixer: An audio mixer library based on the SDL library - Copyright (C) 1997-2019 Sam Lantinga + Copyright (C) 1997-2020 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_mad.h b/src/codecs/music_mad.h index ad61c72f..99d1d266 100644 --- a/src/codecs/music_mad.h +++ b/src/codecs/music_mad.h @@ -1,6 +1,6 @@ /* SDL_mixer: An audio mixer library based on the SDL library - Copyright (C) 1997-2019 Sam Lantinga + Copyright (C) 1997-2020 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_mikmod.c b/src/codecs/music_mikmod.c index c4691f3b..f691f70a 100644 --- a/src/codecs/music_mikmod.c +++ b/src/codecs/music_mikmod.c @@ -1,6 +1,6 @@ /* SDL_mixer: An audio mixer library based on the SDL library - Copyright (C) 1997-2019 Sam Lantinga + Copyright (C) 1997-2020 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_mikmod.h b/src/codecs/music_mikmod.h index 87d7692d..6a791909 100644 --- a/src/codecs/music_mikmod.h +++ b/src/codecs/music_mikmod.h @@ -1,6 +1,6 @@ /* SDL_mixer: An audio mixer library based on the SDL library - Copyright (C) 1997-2019 Sam Lantinga + Copyright (C) 1997-2020 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 6b2c118c..21a65b18 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 022fa5e9..ba3e2d9f 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 f16eed19..4d444fd4 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 0e26ca23..d5d4e5cb 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 a54b95b8..ffb1918b 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 2b1c1bb4..50952a22 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 8119dac8..53121d02 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 236a81b2..5fe1319d 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 35a75917..c91c2ba0 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 b143421a..59f79350 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 be935c6b..014d1c66 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 27f6316f..d69a2113 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 113e8ee4..ae8bf670 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 384ae303..881c859f 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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/compat.c b/src/compat.c index dce0ddf8..c51d3186 100644 --- a/src/compat.c +++ b/src/compat.c @@ -1,6 +1,6 @@ /* SDL_mixer: An audio mixer library based on the SDL library - Copyright (C) 1997-2019 Sam Lantinga + Copyright (C) 1997-2020 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/compat.h b/src/compat.h index ecfdf55c..4bf7a53c 100644 --- a/src/compat.h +++ b/src/compat.h @@ -1,6 +1,6 @@ /* SDL_mixer: An audio mixer library based on the SDL library - Copyright (C) 1997-2019 Sam Lantinga + Copyright (C) 1997-2020 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 d1e6a5d2..ea88542e 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 d07bbaf7..83103576 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 06f6f5b7..f010951a 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 4f76479c..932ec4a6 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 134b7dd4..af3f969e 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 93417002..8792bf29 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 c56a6b83..6979b303 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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 5da27ea6..68bc5135 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-2019 Sam Lantinga + Copyright (C) 1997-2020 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/version.rc b/version.rc index 9c54aad1..966f193c 100644 --- a/version.rc +++ b/version.rc @@ -25,7 +25,7 @@ BEGIN VALUE "FileDescription", "SDL_mixer\0" VALUE "FileVersion", "2, 0, 4, 0\0" VALUE "InternalName", "SDL_mixer\0" - VALUE "LegalCopyright", "Copyright © 2019 Sam Lantinga\0" + VALUE "LegalCopyright", "Copyright © 2020 Sam Lantinga\0" VALUE "OriginalFilename", "SDL_mixer.dll\0" VALUE "ProductName", "Simple DirectMedia Layer\0" VALUE "ProductVersion", "2, 0, 4, 0\0"