SDL_image: Updated copyright for 2024

From 1a35931d866a72ab47718ad3cab674ed41df0803 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 1 Jan 2024 13:21:16 -0800
Subject: [PATCH] Updated copyright for 2024

---
 LICENSE.txt                    | 2 +-
 examples/showanim.c            | 2 +-
 examples/showimage.c           | 2 +-
 include/SDL3_image/SDL_image.h | 2 +-
 src/IMG.c                      | 2 +-
 src/IMG.h                      | 2 +-
 src/IMG_WIC.c                  | 2 +-
 src/IMG_avif.c                 | 2 +-
 src/IMG_bmp.c                  | 2 +-
 src/IMG_gif.c                  | 2 +-
 src/IMG_jpg.c                  | 2 +-
 src/IMG_jxl.c                  | 2 +-
 src/IMG_lbm.c                  | 2 +-
 src/IMG_pcx.c                  | 2 +-
 src/IMG_png.c                  | 2 +-
 src/IMG_pnm.c                  | 2 +-
 src/IMG_qoi.c                  | 2 +-
 src/IMG_stb.c                  | 2 +-
 src/IMG_svg.c                  | 2 +-
 src/IMG_tga.c                  | 2 +-
 src/IMG_tif.c                  | 2 +-
 src/IMG_webp.c                 | 2 +-
 src/IMG_xcf.c                  | 2 +-
 src/IMG_xpm.c                  | 2 +-
 src/IMG_xv.c                   | 2 +-
 src/IMG_xxx.c                  | 2 +-
 src/version.rc                 | 2 +-
 test/main.c                    | 2 +-
 28 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index 1d155ef4..73301d65 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
diff --git a/examples/showanim.c b/examples/showanim.c
index 7de1d690..2c5994a5 100644
--- a/examples/showanim.c
+++ b/examples/showanim.c
@@ -1,6 +1,6 @@
 /*
   showanim:  A test application for the SDL image loading library.
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/examples/showimage.c b/examples/showimage.c
index d544869a..47853703 100644
--- a/examples/showimage.c
+++ b/examples/showimage.c
@@ -1,6 +1,6 @@
 /*
   showimage:  A test application for the SDL image loading library.
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/include/SDL3_image/SDL_image.h b/include/SDL3_image/SDL_image.h
index 30884b53..4d058856 100644
--- a/include/SDL3_image/SDL_image.h
+++ b/include/SDL3_image/SDL_image.h
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG.c b/src/IMG.c
index 94fbd9fb..8682a76e 100644
--- a/src/IMG.c
+++ b/src/IMG.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG.h b/src/IMG.h
index 3106b8c4..02208d5c 100644
--- a/src/IMG.h
+++ b/src/IMG.h
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_WIC.c b/src/IMG_WIC.c
index 04da3ea8..0833c70e 100644
--- a/src/IMG_WIC.c
+++ b/src/IMG_WIC.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_avif.c b/src/IMG_avif.c
index ccd7dd63..de403abc 100644
--- a/src/IMG_avif.c
+++ b/src/IMG_avif.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_bmp.c b/src/IMG_bmp.c
index ae684490..f0ad6758 100644
--- a/src/IMG_bmp.c
+++ b/src/IMG_bmp.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_gif.c b/src/IMG_gif.c
index 11bb7c9d..e4895087 100644
--- a/src/IMG_gif.c
+++ b/src/IMG_gif.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_jpg.c b/src/IMG_jpg.c
index afba6b91..756c6246 100644
--- a/src/IMG_jpg.c
+++ b/src/IMG_jpg.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_jxl.c b/src/IMG_jxl.c
index 4523ef87..95b131d3 100644
--- a/src/IMG_jxl.c
+++ b/src/IMG_jxl.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_lbm.c b/src/IMG_lbm.c
index 9623ed99..2fab8cc9 100644
--- a/src/IMG_lbm.c
+++ b/src/IMG_lbm.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_pcx.c b/src/IMG_pcx.c
index 17b57e7c..aa252b3b 100644
--- a/src/IMG_pcx.c
+++ b/src/IMG_pcx.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_png.c b/src/IMG_png.c
index 05f1ca90..8e11d5db 100644
--- a/src/IMG_png.c
+++ b/src/IMG_png.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_pnm.c b/src/IMG_pnm.c
index cff39115..3f6d3ba8 100644
--- a/src/IMG_pnm.c
+++ b/src/IMG_pnm.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_qoi.c b/src/IMG_qoi.c
index bf950de2..d91af81c 100644
--- a/src/IMG_qoi.c
+++ b/src/IMG_qoi.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_stb.c b/src/IMG_stb.c
index 128325bc..bb697852 100644
--- a/src/IMG_stb.c
+++ b/src/IMG_stb.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_svg.c b/src/IMG_svg.c
index 3271197e..1deaa830 100644
--- a/src/IMG_svg.c
+++ b/src/IMG_svg.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_tga.c b/src/IMG_tga.c
index 65cde7a3..afbf198e 100644
--- a/src/IMG_tga.c
+++ b/src/IMG_tga.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_tif.c b/src/IMG_tif.c
index 548d97af..95342b34 100644
--- a/src/IMG_tif.c
+++ b/src/IMG_tif.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_webp.c b/src/IMG_webp.c
index 33f35274..829e5b0a 100644
--- a/src/IMG_webp.c
+++ b/src/IMG_webp.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_xcf.c b/src/IMG_xcf.c
index d641d6ab..b8dc25fd 100644
--- a/src/IMG_xcf.c
+++ b/src/IMG_xcf.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_xpm.c b/src/IMG_xpm.c
index 47d9305f..5ad0546f 100644
--- a/src/IMG_xpm.c
+++ b/src/IMG_xpm.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_xv.c b/src/IMG_xv.c
index 7fc07fa3..94819403 100644
--- a/src/IMG_xv.c
+++ b/src/IMG_xv.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/IMG_xxx.c b/src/IMG_xxx.c
index b49af859..783af9fd 100644
--- a/src/IMG_xxx.c
+++ b/src/IMG_xxx.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
diff --git a/src/version.rc b/src/version.rc
index 8c4fb85f..733b972f 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -25,7 +25,7 @@ BEGIN
             VALUE "FileDescription", "SDL_image\0"
             VALUE "FileVersion", "3, 0, 0, 0\0"
             VALUE "InternalName", "SDL_image\0"
-            VALUE "LegalCopyright", "Copyright (C) 2023 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL3_image.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "3, 0, 0, 0\0"
diff --git a/test/main.c b/test/main.c
index c0e7e92c..1a65fe4b 100644
--- a/test/main.c
+++ b/test/main.c
@@ -1,5 +1,5 @@
 /*
-  Copyright 1997-2023 Sam Lantinga
+  Copyright 1997-2024 Sam Lantinga
   Copyright 2022 Collabora Ltd.
 
   This software is provided 'as-is', without any express or implied