1.1 --- a/COPYING.txt Mon Nov 12 16:54:24 2018 -0800
1.2 +++ b/COPYING.txt Fri Jan 04 22:02:19 2019 -0800
1.3 @@ -1,6 +1,6 @@
1.4 /*
1.5 SDL_mixer: An audio mixer library based on the SDL library
1.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
1.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
1.8
1.9 This software is provided 'as-is', without any express or implied
1.10 warranty. In no event will the authors be held liable for any damages
2.1 --- a/SDL_mixer.h Mon Nov 12 16:54:24 2018 -0800
2.2 +++ b/SDL_mixer.h Fri Jan 04 22:02:19 2019 -0800
2.3 @@ -1,6 +1,6 @@
2.4 /*
2.5 SDL_mixer: An audio mixer library based on the SDL library
2.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
2.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
2.8
2.9 This software is provided 'as-is', without any express or implied
2.10 warranty. In no event will the authors be held liable for any damages
3.1 --- a/VisualC/Version.rc Mon Nov 12 16:54:24 2018 -0800
3.2 +++ b/VisualC/Version.rc Fri Jan 04 22:02:19 2019 -0800
3.3 @@ -48,7 +48,7 @@
3.4 VALUE "FileDescription", "SDL_mixer\0"
3.5 VALUE "FileVersion", "2, 0, 4, 0\0"
3.6 VALUE "InternalName", "SDL_mixer\0"
3.7 - VALUE "LegalCopyright", "Copyright © 2018 Sam Lantinga\0"
3.8 + VALUE "LegalCopyright", "Copyright © 2019 Sam Lantinga\0"
3.9 VALUE "OriginalFilename", "SDL_mixer.dll\0"
3.10 VALUE "ProductName", "Simple DirectMedia Layer\0"
3.11 VALUE "ProductVersion", "2, 0, 4, 0\0"
4.1 --- a/debian/copyright Mon Nov 12 16:54:24 2018 -0800
4.2 +++ b/debian/copyright Fri Jan 04 22:02:19 2019 -0800
4.3 @@ -4,7 +4,7 @@
4.4 Source: http://www.libsdl.org/projects/SDL_mixer/
4.5
4.6 Files: *
4.7 -Copyright: 1997-2018 Sam Lantinga
4.8 +Copyright: 1997-2019 Sam Lantinga
4.9 License: zlib/libpng
4.10
4.11 Files: native_midi/*
5.1 --- a/effect_position.c Mon Nov 12 16:54:24 2018 -0800
5.2 +++ b/effect_position.c Fri Jan 04 22:02:19 2019 -0800
5.3 @@ -1,6 +1,6 @@
5.4 /*
5.5 SDL_mixer: An audio mixer library based on the SDL library
5.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
5.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
5.8
5.9 This software is provided 'as-is', without any express or implied
5.10 warranty. In no event will the authors be held liable for any damages
6.1 --- a/effect_stereoreverse.c Mon Nov 12 16:54:24 2018 -0800
6.2 +++ b/effect_stereoreverse.c Fri Jan 04 22:02:19 2019 -0800
6.3 @@ -1,6 +1,6 @@
6.4 /*
6.5 SDL_mixer: An audio mixer library based on the SDL library
6.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
6.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
6.8
6.9 This software is provided 'as-is', without any express or implied
6.10 warranty. In no event will the authors be held liable for any damages
7.1 --- a/effects_internal.c Mon Nov 12 16:54:24 2018 -0800
7.2 +++ b/effects_internal.c Fri Jan 04 22:02:19 2019 -0800
7.3 @@ -1,6 +1,6 @@
7.4 /*
7.5 SDL_mixer: An audio mixer library based on the SDL library
7.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
7.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
7.8
7.9 This software is provided 'as-is', without any express or implied
7.10 warranty. In no event will the authors be held liable for any damages
8.1 --- a/effects_internal.h Mon Nov 12 16:54:24 2018 -0800
8.2 +++ b/effects_internal.h Fri Jan 04 22:02:19 2019 -0800
8.3 @@ -1,6 +1,6 @@
8.4 /*
8.5 SDL_mixer: An audio mixer library based on the SDL library
8.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
8.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
8.8
8.9 This software is provided 'as-is', without any express or implied
8.10 warranty. In no event will the authors be held liable for any damages
9.1 --- a/load_aiff.c Mon Nov 12 16:54:24 2018 -0800
9.2 +++ b/load_aiff.c Fri Jan 04 22:02:19 2019 -0800
9.3 @@ -1,6 +1,6 @@
9.4 /*
9.5 SDL_mixer: An audio mixer library based on the SDL library
9.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
9.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
9.8
9.9 This software is provided 'as-is', without any express or implied
9.10 warranty. In no event will the authors be held liable for any damages
10.1 --- a/load_aiff.h Mon Nov 12 16:54:24 2018 -0800
10.2 +++ b/load_aiff.h Fri Jan 04 22:02:19 2019 -0800
10.3 @@ -1,6 +1,6 @@
10.4 /*
10.5 SDL_mixer: An audio mixer library based on the SDL library
10.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
10.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
10.8
10.9 This software is provided 'as-is', without any express or implied
10.10 warranty. In no event will the authors be held liable for any damages
11.1 --- a/load_voc.c Mon Nov 12 16:54:24 2018 -0800
11.2 +++ b/load_voc.c Fri Jan 04 22:02:19 2019 -0800
11.3 @@ -1,6 +1,6 @@
11.4 /*
11.5 SDL_mixer: An audio mixer library based on the SDL library
11.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
11.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
11.8
11.9 This software is provided 'as-is', without any express or implied
11.10 warranty. In no event will the authors be held liable for any damages
12.1 --- a/load_voc.h Mon Nov 12 16:54:24 2018 -0800
12.2 +++ b/load_voc.h Fri Jan 04 22:02:19 2019 -0800
12.3 @@ -1,6 +1,6 @@
12.4 /*
12.5 SDL_mixer: An audio mixer library based on the SDL library
12.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
12.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
12.8
12.9 This software is provided 'as-is', without any express or implied
12.10 warranty. In no event will the authors be held liable for any damages
13.1 --- a/mixer.c Mon Nov 12 16:54:24 2018 -0800
13.2 +++ b/mixer.c Fri Jan 04 22:02:19 2019 -0800
13.3 @@ -1,6 +1,6 @@
13.4 /*
13.5 SDL_mixer: An audio mixer library based on the SDL library
13.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
13.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
13.8
13.9 This software is provided 'as-is', without any express or implied
13.10 warranty. In no event will the authors be held liable for any damages
14.1 --- a/mixer.h Mon Nov 12 16:54:24 2018 -0800
14.2 +++ b/mixer.h Fri Jan 04 22:02:19 2019 -0800
14.3 @@ -1,6 +1,6 @@
14.4 /*
14.5 SDL_mixer: An audio mixer library based on the SDL library
14.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
14.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
14.8
14.9 This software is provided 'as-is', without any express or implied
14.10 warranty. In no event will the authors be held liable for any damages
15.1 --- a/music.c Mon Nov 12 16:54:24 2018 -0800
15.2 +++ b/music.c Fri Jan 04 22:02:19 2019 -0800
15.3 @@ -1,6 +1,6 @@
15.4 /*
15.5 SDL_mixer: An audio mixer library based on the SDL library
15.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
15.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
15.8
15.9 This software is provided 'as-is', without any express or implied
15.10 warranty. In no event will the authors be held liable for any damages
16.1 --- a/music.h Mon Nov 12 16:54:24 2018 -0800
16.2 +++ b/music.h Fri Jan 04 22:02:19 2019 -0800
16.3 @@ -1,6 +1,6 @@
16.4 /*
16.5 SDL_mixer: An audio mixer library based on the SDL library
16.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
16.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
16.8
16.9 This software is provided 'as-is', without any express or implied
16.10 warranty. In no event will the authors be held liable for any damages
17.1 --- a/music_cmd.c Mon Nov 12 16:54:24 2018 -0800
17.2 +++ b/music_cmd.c Fri Jan 04 22:02:19 2019 -0800
17.3 @@ -1,6 +1,6 @@
17.4 /*
17.5 SDL_mixer: An audio mixer library based on the SDL library
17.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
17.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
17.8
17.9 This software is provided 'as-is', without any express or implied
17.10 warranty. In no event will the authors be held liable for any damages
18.1 --- a/music_cmd.h Mon Nov 12 16:54:24 2018 -0800
18.2 +++ b/music_cmd.h Fri Jan 04 22:02:19 2019 -0800
18.3 @@ -1,6 +1,6 @@
18.4 /*
18.5 SDL_mixer: An audio mixer library based on the SDL library
18.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
18.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
18.8
18.9 This software is provided 'as-is', without any express or implied
18.10 warranty. In no event will the authors be held liable for any damages
19.1 --- a/music_flac.c Mon Nov 12 16:54:24 2018 -0800
19.2 +++ b/music_flac.c Fri Jan 04 22:02:19 2019 -0800
19.3 @@ -1,6 +1,6 @@
19.4 /*
19.5 SDL_mixer: An audio mixer library based on the SDL library
19.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
19.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
19.8
19.9 This software is provided 'as-is', without any express or implied
19.10 warranty. In no event will the authors be held liable for any damages
20.1 --- a/music_flac.h Mon Nov 12 16:54:24 2018 -0800
20.2 +++ b/music_flac.h Fri Jan 04 22:02:19 2019 -0800
20.3 @@ -1,6 +1,6 @@
20.4 /*
20.5 SDL_mixer: An audio mixer library based on the SDL library
20.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
20.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
20.8
20.9 This software is provided 'as-is', without any express or implied
20.10 warranty. In no event will the authors be held liable for any damages
21.1 --- a/music_fluidsynth.c Mon Nov 12 16:54:24 2018 -0800
21.2 +++ b/music_fluidsynth.c Fri Jan 04 22:02:19 2019 -0800
21.3 @@ -1,6 +1,6 @@
21.4 /*
21.5 SDL_mixer: An audio mixer library based on the SDL library
21.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
21.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
21.8
21.9 This software is provided 'as-is', without any express or implied
21.10 warranty. In no event will the authors be held liable for any damages
22.1 --- a/music_fluidsynth.h Mon Nov 12 16:54:24 2018 -0800
22.2 +++ b/music_fluidsynth.h Fri Jan 04 22:02:19 2019 -0800
22.3 @@ -1,6 +1,6 @@
22.4 /*
22.5 SDL_mixer: An audio mixer library based on the SDL library
22.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
22.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
22.8
22.9 This software is provided 'as-is', without any express or implied
22.10 warranty. In no event will the authors be held liable for any damages
23.1 --- a/music_mad.c Mon Nov 12 16:54:24 2018 -0800
23.2 +++ b/music_mad.c Fri Jan 04 22:02:19 2019 -0800
23.3 @@ -1,6 +1,6 @@
23.4 /*
23.5 SDL_mixer: An audio mixer library based on the SDL library
23.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
23.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
23.8
23.9 This software is provided 'as-is', without any express or implied
23.10 warranty. In no event will the authors be held liable for any damages
24.1 --- a/music_mad.h Mon Nov 12 16:54:24 2018 -0800
24.2 +++ b/music_mad.h Fri Jan 04 22:02:19 2019 -0800
24.3 @@ -1,6 +1,6 @@
24.4 /*
24.5 SDL_mixer: An audio mixer library based on the SDL library
24.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
24.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
24.8
24.9 This software is provided 'as-is', without any express or implied
24.10 warranty. In no event will the authors be held liable for any damages
25.1 --- a/music_mikmod.c Mon Nov 12 16:54:24 2018 -0800
25.2 +++ b/music_mikmod.c Fri Jan 04 22:02:19 2019 -0800
25.3 @@ -1,6 +1,6 @@
25.4 /*
25.5 SDL_mixer: An audio mixer library based on the SDL library
25.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
25.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
25.8
25.9 This software is provided 'as-is', without any express or implied
25.10 warranty. In no event will the authors be held liable for any damages
26.1 --- a/music_mikmod.h Mon Nov 12 16:54:24 2018 -0800
26.2 +++ b/music_mikmod.h Fri Jan 04 22:02:19 2019 -0800
26.3 @@ -1,6 +1,6 @@
26.4 /*
26.5 SDL_mixer: An audio mixer library based on the SDL library
26.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
26.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
26.8
26.9 This software is provided 'as-is', without any express or implied
26.10 warranty. In no event will the authors be held liable for any damages
27.1 --- a/music_modplug.c Mon Nov 12 16:54:24 2018 -0800
27.2 +++ b/music_modplug.c Fri Jan 04 22:02:19 2019 -0800
27.3 @@ -1,6 +1,6 @@
27.4 /*
27.5 SDL_mixer: An audio mixer library based on the SDL library
27.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
27.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
27.8
27.9 This software is provided 'as-is', without any express or implied
27.10 warranty. In no event will the authors be held liable for any damages
28.1 --- a/music_modplug.h Mon Nov 12 16:54:24 2018 -0800
28.2 +++ b/music_modplug.h Fri Jan 04 22:02:19 2019 -0800
28.3 @@ -1,6 +1,6 @@
28.4 /*
28.5 SDL_mixer: An audio mixer library based on the SDL library
28.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
28.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
28.8
28.9 This software is provided 'as-is', without any express or implied
28.10 warranty. In no event will the authors be held liable for any damages
29.1 --- a/music_mpg123.c Mon Nov 12 16:54:24 2018 -0800
29.2 +++ b/music_mpg123.c Fri Jan 04 22:02:19 2019 -0800
29.3 @@ -1,6 +1,6 @@
29.4 /*
29.5 SDL_mixer: An audio mixer library based on the SDL library
29.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
29.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
29.8
29.9 This software is provided 'as-is', without any express or implied
29.10 warranty. In no event will the authors be held liable for any damages
30.1 --- a/music_mpg123.h Mon Nov 12 16:54:24 2018 -0800
30.2 +++ b/music_mpg123.h Fri Jan 04 22:02:19 2019 -0800
30.3 @@ -1,6 +1,6 @@
30.4 /*
30.5 SDL_mixer: An audio mixer library based on the SDL library
30.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
30.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
30.8
30.9 This software is provided 'as-is', without any express or implied
30.10 warranty. In no event will the authors be held liable for any damages
31.1 --- a/music_nativemidi.c Mon Nov 12 16:54:24 2018 -0800
31.2 +++ b/music_nativemidi.c Fri Jan 04 22:02:19 2019 -0800
31.3 @@ -1,6 +1,6 @@
31.4 /*
31.5 SDL_mixer: An audio mixer library based on the SDL library
31.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
31.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
31.8
31.9 This software is provided 'as-is', without any express or implied
31.10 warranty. In no event will the authors be held liable for any damages
32.1 --- a/music_nativemidi.h Mon Nov 12 16:54:24 2018 -0800
32.2 +++ b/music_nativemidi.h Fri Jan 04 22:02:19 2019 -0800
32.3 @@ -1,6 +1,6 @@
32.4 /*
32.5 SDL_mixer: An audio mixer library based on the SDL library
32.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
32.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
32.8
32.9 This software is provided 'as-is', without any express or implied
32.10 warranty. In no event will the authors be held liable for any damages
33.1 --- a/music_ogg.c Mon Nov 12 16:54:24 2018 -0800
33.2 +++ b/music_ogg.c Fri Jan 04 22:02:19 2019 -0800
33.3 @@ -1,6 +1,6 @@
33.4 /*
33.5 SDL_mixer: An audio mixer library based on the SDL library
33.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
33.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
33.8
33.9 This software is provided 'as-is', without any express or implied
33.10 warranty. In no event will the authors be held liable for any damages
34.1 --- a/music_ogg.h Mon Nov 12 16:54:24 2018 -0800
34.2 +++ b/music_ogg.h Fri Jan 04 22:02:19 2019 -0800
34.3 @@ -1,6 +1,6 @@
34.4 /*
34.5 SDL_mixer: An audio mixer library based on the SDL library
34.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
34.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
34.8
34.9 This software is provided 'as-is', without any express or implied
34.10 warranty. In no event will the authors be held liable for any damages
35.1 --- a/music_opus.c Mon Nov 12 16:54:24 2018 -0800
35.2 +++ b/music_opus.c Fri Jan 04 22:02:19 2019 -0800
35.3 @@ -1,6 +1,6 @@
35.4 /*
35.5 SDL_mixer: An audio mixer library based on the SDL library
35.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
35.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
35.8
35.9 This software is provided 'as-is', without any express or implied
35.10 warranty. In no event will the authors be held liable for any damages
36.1 --- a/music_opus.h Mon Nov 12 16:54:24 2018 -0800
36.2 +++ b/music_opus.h Fri Jan 04 22:02:19 2019 -0800
36.3 @@ -1,6 +1,6 @@
36.4 /*
36.5 SDL_mixer: An audio mixer library based on the SDL library
36.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
36.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
36.8
36.9 This software is provided 'as-is', without any express or implied
36.10 warranty. In no event will the authors be held liable for any damages
37.1 --- a/music_timidity.c Mon Nov 12 16:54:24 2018 -0800
37.2 +++ b/music_timidity.c Fri Jan 04 22:02:19 2019 -0800
37.3 @@ -1,6 +1,6 @@
37.4 /*
37.5 SDL_mixer: An audio mixer library based on the SDL library
37.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
37.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
37.8
37.9 This software is provided 'as-is', without any express or implied
37.10 warranty. In no event will the authors be held liable for any damages
38.1 --- a/music_timidity.h Mon Nov 12 16:54:24 2018 -0800
38.2 +++ b/music_timidity.h Fri Jan 04 22:02:19 2019 -0800
38.3 @@ -1,6 +1,6 @@
38.4 /*
38.5 SDL_mixer: An audio mixer library based on the SDL library
38.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
38.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
38.8
38.9 This software is provided 'as-is', without any express or implied
38.10 warranty. In no event will the authors be held liable for any damages
39.1 --- a/music_wav.c Mon Nov 12 16:54:24 2018 -0800
39.2 +++ b/music_wav.c Fri Jan 04 22:02:19 2019 -0800
39.3 @@ -1,6 +1,6 @@
39.4 /*
39.5 SDL_mixer: An audio mixer library based on the SDL library
39.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
39.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
39.8
39.9 This software is provided 'as-is', without any express or implied
39.10 warranty. In no event will the authors be held liable for any damages
40.1 --- a/music_wav.h Mon Nov 12 16:54:24 2018 -0800
40.2 +++ b/music_wav.h Fri Jan 04 22:02:19 2019 -0800
40.3 @@ -1,6 +1,6 @@
40.4 /*
40.5 SDL_mixer: An audio mixer library based on the SDL library
40.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
40.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
40.8
40.9 This software is provided 'as-is', without any express or implied
40.10 warranty. In no event will the authors be held liable for any damages
41.1 --- a/playmus.c Mon Nov 12 16:54:24 2018 -0800
41.2 +++ b/playmus.c Fri Jan 04 22:02:19 2019 -0800
41.3 @@ -1,6 +1,6 @@
41.4 /*
41.5 PLAYMUS: A test application for the SDL mixer library.
41.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
41.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
41.8
41.9 This software is provided 'as-is', without any express or implied
41.10 warranty. In no event will the authors be held liable for any damages
42.1 --- a/playwave.c Mon Nov 12 16:54:24 2018 -0800
42.2 +++ b/playwave.c Fri Jan 04 22:02:19 2019 -0800
42.3 @@ -1,6 +1,6 @@
42.4 /*
42.5 PLAYWAVE: A test application for the SDL mixer library.
42.6 - Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
42.7 + Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
42.8
42.9 This software is provided 'as-is', without any express or implied
42.10 warranty. In no event will the authors be held liable for any damages
43.1 --- a/version.rc Mon Nov 12 16:54:24 2018 -0800
43.2 +++ b/version.rc Fri Jan 04 22:02:19 2019 -0800
43.3 @@ -25,7 +25,7 @@
43.4 VALUE "FileDescription", "SDL_mixer\0"
43.5 VALUE "FileVersion", "2, 0, 4, 0\0"
43.6 VALUE "InternalName", "SDL_mixer\0"
43.7 - VALUE "LegalCopyright", "Copyright © 2018 Sam Lantinga\0"
43.8 + VALUE "LegalCopyright", "Copyright © 2019 Sam Lantinga\0"
43.9 VALUE "OriginalFilename", "SDL_mixer.dll\0"
43.10 VALUE "ProductName", "Simple DirectMedia Layer\0"
43.11 VALUE "ProductVersion", "2, 0, 4, 0\0"