From 0019668ed19f1542168d13320e8e35939dbd4d12 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 1 Jan 2024 13:22:04 -0800
Subject: [PATCH] Updated copyright for 2024
(cherry picked from commit fc0263b58036429bb5ff99f3b41acf919c44a46f)
---
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 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/VisualC/Version.rc b/VisualC/Version.rc
index 0e01ad08..a3d6cd90 100644
--- a/VisualC/Version.rc
+++ b/VisualC/Version.rc
@@ -48,7 +48,7 @@ BEGIN
VALUE "FileDescription", "SDL_image\0"
VALUE "FileVersion", "2, 8, 1, 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", "SDL_image.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "2, 8, 1, 0\0"
diff --git a/examples/showanim.c b/examples/showanim.c
index c0e97b07..245dcdb2 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 cc442351..2e535084 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/SDL_image.h b/include/SDL_image.h
index 45d34f69..cf959e0d 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-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 af9ab007..b9bbba59 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_WIC.c b/src/IMG_WIC.c
index f23951cd..6d10906e 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 2d7795cd..31217310 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 a2c38b3c..e5bb9972 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 01e0476a..841b28d4 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 f2a105c9..90d100c8 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 7ebc22d2..ace1ea17 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 b0a0fb36..55a977c9 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 dadef89b..99c69de9 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 fed971b6..a9648ab1 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 275e7ade..cbaab5f8 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 be54bbac..34beeb8b 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 7ff1b349..7c3af8f1 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 e8d7ca47..e5be0c32 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 887ccb91..15b7a1c4 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 8960f244..5994fda8 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 ea8e4a64..2bf6443c 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 cf1a5cd5..8f958d4d 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 da897132..9b274712 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 11ad1eec..ae4eeb0f 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 b8e6e41a..37ea3eaa 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 18c1a620..0f913d53 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -25,7 +25,7 @@ BEGIN
VALUE "FileDescription", "SDL_image\0"
VALUE "FileVersion", "2, 8, 1, 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", "SDL_image.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "2, 8, 1, 0\0"
diff --git a/test/main.c b/test/main.c
index 1f38e5d4..7054518d 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