SDL_image: Updated copyright for 2025

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

---
 LICENSE.txt                    | 2 +-
 examples/showanim.c            | 2 +-
 examples/showimage.c           | 2 +-
 include/SDL3_image/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 +-
 27 files changed, 27 insertions(+), 27 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/examples/showanim.c b/examples/showanim.c
index 153fc328..ea90a010 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 504b419e..1ff98bfc 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/SDL3_image/SDL_image.h b/include/SDL3_image/SDL_image.h
index f147da65..102e887b 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-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 1b4de2a5..28a9c509 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 36649efe..96b18d97 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 f140a4ac..b5685a50 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 18ef6adb..dafa9eaf 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 06858f6f..7775ca50 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 81bb28a8..9abc76e2 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 e193019e..85f637ee 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 e1765fd2..577ca193 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 2be548b9..232c33eb 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 c667b90a..f0adb019 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 6ed6104a..05cd85a5 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 e6a6c95f..f0c67fd0 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 77622fd8..9de5ea14 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 7582ddc8..04244d64 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 65501724..92ace3df 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 cfe786f6..c4bb15d0 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 57e76d3a..0f1490e4 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 e3d321ed..dd991cfe 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 987493fa..8b67f593 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 1ac7b77d..5a893c5c 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 4be1d43d..d8401d77 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 4627b670..bc8c2744 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -25,7 +25,7 @@ BEGIN
             VALUE "FileDescription", "SDL_image\0"
             VALUE "FileVersion", "3, 1, 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", "SDL3_image.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "3, 1, 0, 0\0"
diff --git a/test/main.c b/test/main.c
index 16bce71b..e20564bc 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