SDL_image: Updated copyright for 2025 (b20f5)

From b20f5a7128b39d401a2c7e3d7218c1254cd88613 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 1 Jan 2025 07:41:25 -0800
Subject: [PATCH] Updated copyright for 2025

---
 LICENSE.txt          | 2 +-
 VisualC/Version.rc   | 2 +-
 examples/showanim.c  | 2 +-
 examples/showimage.c | 2 +-
 include/SDL_image.h  | 2 +-
 src/IMG.c            | 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 73301d65..52d0ed38 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+Copyright (C) 1997-2025 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 8893befd..d05b72d2 100644
--- a/VisualC/Version.rc
+++ b/VisualC/Version.rc
@@ -48,7 +48,7 @@ BEGIN
             VALUE "FileDescription", "SDL_image\0"
             VALUE "FileVersion", "2, 9, 0, 0\0"
             VALUE "InternalName", "SDL_image\0"
-            VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright (C) 2025 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL_image.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "2, 9, 0, 0\0"
diff --git a/examples/showanim.c b/examples/showanim.c
index 245dcdb2..041343b4 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 2e535084..24417d77 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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/SDL_image.h b/include/SDL_image.h
index 8c70100a..82398545 100644
--- a/include/SDL_image.h
+++ b/include/SDL_image.h
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 b9bbba59..1b34e6b8 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 6d10906e..77430b1b 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 95c0da54..0cbe229f 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 e5bb9972..d49b95ed 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 841b28d4..58667e94 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 ec58991c..98050b9d 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 d59edd40..96439119 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 55a977c9..66215e6f 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 99c69de9..317488ff 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 38a76ae2..cdee02cf 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 cbaab5f8..21ba2efe 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 34beeb8b..30c721e8 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 7c3af8f1..d38faa80 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 e5be0c32..165f9a54 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 15b7a1c4..537f2ee7 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 5994fda8..a6b76b94 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 df30eb10..c22e6346 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 8f958d4d..95c1526c 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 9b274712..2b2f1194 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 ae4eeb0f..10ff4649 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 37ea3eaa..1ca40bbc 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2025 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 cac921e4..cf01d913 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -25,7 +25,7 @@ BEGIN
             VALUE "FileDescription", "SDL_image\0"
             VALUE "FileVersion", "2, 9, 0, 0\0"
             VALUE "InternalName", "SDL_image\0"
-            VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright (C) 2025 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL_image.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "2, 9, 0, 0\0"
diff --git a/test/main.c b/test/main.c
index ea34b718..5cff1af4 100644
--- a/test/main.c
+++ b/test/main.c
@@ -1,5 +1,5 @@
 /*
-  Copyright 1997-2024 Sam Lantinga
+  Copyright 1997-2025 Sam Lantinga
   Copyright 2022 Collabora Ltd.
 
   This software is provided 'as-is', without any express or implied