From 281b4ebcb02b106995a0c7fc21f689c160d3fefd Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 1 Jan 2026 11:19:46 -0800
Subject: [PATCH] Updated copyright for 2026
---
LICENSE.txt | 2 +-
build-scripts/wikiheaders.pl | 2 +-
docs/hello.c | 2 +-
examples/showanim.c | 2 +-
examples/showclipboard.c | 2 +-
examples/showimage.c | 2 +-
include/SDL3_image/SDL_image.h | 2 +-
src/IMG.c | 2 +-
src/IMG_WIC.c | 2 +-
src/IMG_ani.c | 2 +-
src/IMG_ani.h | 2 +-
src/IMG_anim_decoder.c | 2 +-
src/IMG_anim_decoder.h | 2 +-
src/IMG_anim_encoder.c | 2 +-
src/IMG_anim_encoder.h | 2 +-
src/IMG_avif.c | 2 +-
src/IMG_avif.h | 2 +-
src/IMG_bmp.c | 2 +-
src/IMG_gif.c | 2 +-
src/IMG_gif.h | 2 +-
src/IMG_jpg.c | 2 +-
src/IMG_jxl.c | 2 +-
src/IMG_lbm.c | 2 +-
src/IMG_libpng.c | 2 +-
src/IMG_libpng.h | 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_webp.h | 2 +-
src/IMG_xcf.c | 2 +-
src/IMG_xpm.c | 2 +-
src/IMG_xv.c | 2 +-
src/IMG_xxx.c | 2 +-
src/genexports.py | 2 +-
src/version.rc | 2 +-
src/xmlman.c | 2 +-
src/xmlman.h | 2 +-
test/testimage.c | 2 +-
44 files changed, 44 insertions(+), 44 deletions(-)
diff --git a/LICENSE.txt b/LICENSE.txt
index 52d0ed38b..acaf5b21b 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+Copyright (C) 1997-2026 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/build-scripts/wikiheaders.pl b/build-scripts/wikiheaders.pl
index 6e4654760..f4673fe02 100755
--- a/build-scripts/wikiheaders.pl
+++ b/build-scripts/wikiheaders.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
# Simple DirectMedia Layer
-# Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+# Copyright (C) 1997-2026 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/docs/hello.c b/docs/hello.c
index 89a77d795..b1b417fc3 100644
--- a/docs/hello.c
+++ b/docs/hello.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 a85dadb71..c70b1f305 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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/showclipboard.c b/examples/showclipboard.c
index e2686a4db..efcebafbf 100644
--- a/examples/showclipboard.c
+++ b/examples/showclipboard.c
@@ -1,6 +1,6 @@
/*
showclipboard: A test application for the SDL image loading library.
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 bfd897252..31840486f 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 f7d51fd53..e02b85bf6 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 54f158b40..9d07c1200 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 96b18d979..9f5eaf92a 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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_ani.c b/src/IMG_ani.c
index bbfc2dc55..fb681d4f0 100644
--- a/src/IMG_ani.c
+++ b/src/IMG_ani.c
@@ -1,6 +1,6 @@
/*
SDL_image: An example image loading library for use with SDL
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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_ani.h b/src/IMG_ani.h
index 3197484ba..096d7496e 100644
--- a/src/IMG_ani.h
+++ b/src/IMG_ani.h
@@ -1,6 +1,6 @@
/*
SDL_image: An example image loading library for use with SDL
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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_anim_decoder.c b/src/IMG_anim_decoder.c
index d566f4164..b569ef962 100644
--- a/src/IMG_anim_decoder.c
+++ b/src/IMG_anim_decoder.c
@@ -1,6 +1,6 @@
/*
SDL_image: An example image loading library for use with SDL
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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_anim_decoder.h b/src/IMG_anim_decoder.h
index d806f95a8..d77871416 100644
--- a/src/IMG_anim_decoder.h
+++ b/src/IMG_anim_decoder.h
@@ -1,6 +1,6 @@
/*
SDL_image: An example image loading library for use with SDL
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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_anim_encoder.c b/src/IMG_anim_encoder.c
index a491c7df4..1e73db06b 100644
--- a/src/IMG_anim_encoder.c
+++ b/src/IMG_anim_encoder.c
@@ -1,6 +1,6 @@
/*
SDL_image: An example image loading library for use with SDL
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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_anim_encoder.h b/src/IMG_anim_encoder.h
index cdf5de897..3b86d7a99 100644
--- a/src/IMG_anim_encoder.h
+++ b/src/IMG_anim_encoder.h
@@ -1,6 +1,6 @@
/*
SDL_image: An example image loading library for use with SDL
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 2da1b8b15..fcd3227b8 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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.h b/src/IMG_avif.h
index c12a00d33..d72b0bc0a 100644
--- a/src/IMG_avif.h
+++ b/src/IMG_avif.h
@@ -1,6 +1,6 @@
/*
SDL_image: An example image loading library for use with SDL
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 b41c090db..36c5d6884 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 7cb4a23a4..320413b52 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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.h b/src/IMG_gif.h
index a5aa045ab..b364dee22 100644
--- a/src/IMG_gif.h
+++ b/src/IMG_gif.h
@@ -1,6 +1,6 @@
/*
SDL_image: An example image loading library for use with SDL
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 67a499d71..fd6ebb784 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 35cf2160c..27591f391 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 74693e18d..bbe46965b 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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_libpng.c b/src/IMG_libpng.c
index 6877f433f..1f9fc385a 100644
--- a/src/IMG_libpng.c
+++ b/src/IMG_libpng.c
@@ -1,6 +1,6 @@
/*
SDL_image: An example image loading library for use with SDL
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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_libpng.h b/src/IMG_libpng.h
index ffd0505bb..752fef981 100644
--- a/src/IMG_libpng.h
+++ b/src/IMG_libpng.h
@@ -1,6 +1,6 @@
/*
SDL_image: An example image loading library for use with SDL
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 e5e61ff49..2f832aae2 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 3a9f64b02..053efb9e0 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 2739210bd..7eebb04a3 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 344053353..9538e74d9 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 6b01c1f71..b34d31941 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 d8e4069d5..bd1b1eb5e 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 36121f9d7..7581524b1 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 ea0cfd7d6..c2598d238 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 31994242f..792064379 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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.h b/src/IMG_webp.h
index 5d5a97270..f2757ed57 100644
--- a/src/IMG_webp.h
+++ b/src/IMG_webp.h
@@ -1,6 +1,6 @@
/*
SDL_image: An example image loading library for use with SDL
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 986de6752..59f054d0a 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 a23b8f452..ab593b221 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 455742876..af1466bc1 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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 ead14a716..5149987f9 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-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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/genexports.py b/src/genexports.py
index 0f48f6d30..d20ab781a 100755
--- a/src/genexports.py
+++ b/src/genexports.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# Simple DirectMedia Layer
-# Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+# Copyright (C) 1997-2026 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 1c3bd84d1..d38caacdd 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -25,7 +25,7 @@ BEGIN
VALUE "FileDescription", "SDL_image\0"
VALUE "FileVersion", "3, 3, 0, 0\0"
VALUE "InternalName", "SDL_image\0"
- VALUE "LegalCopyright", "Copyright (C) 2025 Sam Lantinga\0"
+ VALUE "LegalCopyright", "Copyright (C) 2026 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL3_image.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "3, 3, 0, 0\0"
diff --git a/src/xmlman.c b/src/xmlman.c
index 07cd90498..e2af034a6 100644
--- a/src/xmlman.c
+++ b/src/xmlman.c
@@ -1,6 +1,6 @@
/*
SDL_image: An example image loading library for use with SDL
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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/xmlman.h b/src/xmlman.h
index 682823fa5..331a26f00 100644
--- a/src/xmlman.h
+++ b/src/xmlman.h
@@ -1,6 +1,6 @@
/*
SDL_image: An example image loading library for use with SDL
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 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/test/testimage.c b/test/testimage.c
index 0ee80a0fe..53c9c328b 100644
--- a/test/testimage.c
+++ b/test/testimage.c
@@ -1,5 +1,5 @@
/*
- Copyright 1997-2025 Sam Lantinga
+ Copyright 1997-2026 Sam Lantinga
Copyright 2022 Collabora Ltd.
This software is provided 'as-is', without any express or implied