SDL_mixer: Updated copyright for 2022

From 3f5a0502e0394aa967179d53e180f31cf038e032 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 3 Jan 2022 09:41:39 -0800
Subject: [PATCH] Updated copyright for 2022

---
 LICENSE.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/codecs/music_xmp.c        | 2 +-
 src/codecs/music_xmp.h        | 2 +-
 src/effect_position.c         | 2 +-
 src/effect_stereoreverse.c    | 2 +-
 src/effects_internal.c        | 2 +-
 src/effects_internal.h        | 2 +-
 src/mixer.c                   | 2 +-
 src/mixer.h                   | 2 +-
 src/music.c                   | 2 +-
 src/music.h                   | 2 +-
 src/utils.c                   | 2 +-
 src/utils.h                   | 2 +-
 version.rc                    | 2 +-
 49 files changed, 49 insertions(+), 49 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index 3c82ac82..3931238c 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (C) 1997-2021 Sam Lantinga <slouken@libsdl.org>
+Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
 
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
diff --git a/VisualC/Version.rc b/VisualC/Version.rc
index bf9545cd..5f6a4739 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  2021 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright  2022 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 a2974025..29e2f6d6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Sam Lantinga <slouken@libsdl.org>
 Source: http://www.libsdl.org/projects/SDL_mixer/
 
 Files: *
-Copyright: 1997-2021 Sam Lantinga
+Copyright: 1997-2022 Sam Lantinga
 License: zlib/libpng
 
 Files: native_midi/*
diff --git a/include/SDL_mixer.h b/include/SDL_mixer.h
index 3832245f..173278e0 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/playmus.c b/playmus.c
index ffe4dff5..21c1db77 100644
--- a/playmus.c
+++ b/playmus.c
@@ -1,6 +1,6 @@
 /*
   PLAYMUS:  A test application for the SDL mixer library.
-  Copyright (C) 1997-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/playwave.c b/playwave.c
index 58dc1f01..9e8911d3 100644
--- a/playwave.c
+++ b/playwave.c
@@ -1,6 +1,6 @@
 /*
   PLAYWAVE:  A test application for the SDL mixer library.
-  Copyright (C) 1997-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 38993dab..2517e99e 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 4c41f90b..55707b16 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 7e3447d4..aa173db9 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 4e3bc1c9..a5a87ddf 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 36e507e0..7e2fa739 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 8ff14d99..d4b429c4 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 1188e7d0..c80b6467 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 a011e2c7..4d0772cf 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 8173bf59..586b2c09 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 f0b73f73..5ecabf50 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 d25c2ad0..49d9699a 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 031f943a..7a95665b 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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_mad.c b/src/codecs/music_mad.c
index 999a9e6d..0e6fe9e7 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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_mad.h b/src/codecs/music_mad.h
index aef77ea6..6029ebf2 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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_mikmod.c b/src/codecs/music_mikmod.c
index ec2c3fba..3f2f221c 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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_mikmod.h b/src/codecs/music_mikmod.h
index 1572a30a..1441e589 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 e598b94f..50b55f51 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 54d26f58..b29f3b43 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 c92267fa..1e71d7a3 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 d5766040..9525f6f6 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 b5c01034..22fbcc05 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 a8c3970f..02335a09 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 6c89b1d3..d22a4079 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 3ffb0d85..0bbe1e4c 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 85a85c03..0465ac76 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 fe30875e..3e431179 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 1072b7fd..5822c4bf 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 202e6159..989870b8 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 41a64539..725e529d 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 dae4fdd2..eed835f9 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 9a556035..765878c3 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 6e1fb37b..dbe05816 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 a6accf18..017dbe71 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 35b850c5..7c99fc94 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 c1d70433..3969e41f 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 70593a2f..bea72d2b 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 133c7a20..61a3ca56 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 e7aa2b3e..12357719 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 95022860..881ca3cf 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 26cc2c4a..f0a3cebd 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 d884b3d6..aff180e4 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 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 990ea354..b6c17f73 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-2021 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/version.rc b/version.rc
index 658de1bf..cec8d109 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  2021 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright  2022 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL_mixer.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "2, 0, 4, 0\0"