SDL_image: Updated copyright for 2023

From 4bbd148e8a1198766b5dadc19ae512e1f273c483 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 9 Jan 2023 09:50:10 -0800
Subject: [PATCH] Updated copyright for 2023

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

diff --git a/IMG.c b/IMG.c
index 5bda4b38..a44ea9bb 100644
--- a/IMG.c
+++ b/IMG.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_WIC.c b/IMG_WIC.c
index 4209e876..14d53889 100644
--- a/IMG_WIC.c
+++ b/IMG_WIC.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_avif.c b/IMG_avif.c
index 825b1f0b..22f2a733 100644
--- a/IMG_avif.c
+++ b/IMG_avif.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_bmp.c b/IMG_bmp.c
index 263f36ef..2b9dc7b4 100644
--- a/IMG_bmp.c
+++ b/IMG_bmp.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_gif.c b/IMG_gif.c
index bfe35608..4ee71abb 100644
--- a/IMG_gif.c
+++ b/IMG_gif.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_jpg.c b/IMG_jpg.c
index b79891ba..94c30064 100644
--- a/IMG_jpg.c
+++ b/IMG_jpg.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_jxl.c b/IMG_jxl.c
index 6f581a13..ef15da44 100644
--- a/IMG_jxl.c
+++ b/IMG_jxl.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_lbm.c b/IMG_lbm.c
index 684c4056..6763a5db 100644
--- a/IMG_lbm.c
+++ b/IMG_lbm.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_pcx.c b/IMG_pcx.c
index d42dc545..3081b1c6 100644
--- a/IMG_pcx.c
+++ b/IMG_pcx.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_png.c b/IMG_png.c
index 3c8b4171..e18ba2d0 100644
--- a/IMG_png.c
+++ b/IMG_png.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_pnm.c b/IMG_pnm.c
index 347545f1..19432415 100644
--- a/IMG_pnm.c
+++ b/IMG_pnm.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_qoi.c b/IMG_qoi.c
index b5958f85..7d26f273 100644
--- a/IMG_qoi.c
+++ b/IMG_qoi.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_stb.c b/IMG_stb.c
index d2edef40..128b453d 100644
--- a/IMG_stb.c
+++ b/IMG_stb.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_svg.c b/IMG_svg.c
index 823ab83c..21febff8 100644
--- a/IMG_svg.c
+++ b/IMG_svg.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_tga.c b/IMG_tga.c
index 408ba609..a94d66a2 100644
--- a/IMG_tga.c
+++ b/IMG_tga.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_tif.c b/IMG_tif.c
index 71d99059..6a85fc15 100644
--- a/IMG_tif.c
+++ b/IMG_tif.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_webp.c b/IMG_webp.c
index 3a7b85db..f40bd930 100644
--- a/IMG_webp.c
+++ b/IMG_webp.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_xcf.c b/IMG_xcf.c
index e3c5859d..4e32b4b5 100644
--- a/IMG_xcf.c
+++ b/IMG_xcf.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_xpm.c b/IMG_xpm.c
index 4ff5b9bf..7e88fde2 100644
--- a/IMG_xpm.c
+++ b/IMG_xpm.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_xv.c b/IMG_xv.c
index 08be9302..d5577576 100644
--- a/IMG_xv.c
+++ b/IMG_xv.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/IMG_xxx.c b/IMG_xxx.c
index 75759dbd..b51bec9f 100644
--- a/IMG_xxx.c
+++ b/IMG_xxx.c
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/LICENSE.txt b/LICENSE.txt
index 3931238c..1d155ef4 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+Copyright (C) 1997-2023 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 a6e58bf3..f9215818 100644
--- a/VisualC/Version.rc
+++ b/VisualC/Version.rc
@@ -48,7 +48,7 @@ BEGIN
             VALUE "FileDescription", "SDL_image\0"
             VALUE "FileVersion", "3, 0, 0, 0\0"
             VALUE "InternalName", "SDL_image\0"
-            VALUE "LegalCopyright", "Copyright  2022 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright  2023 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL_image.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "3, 0, 0, 0\0"
diff --git a/include/SDL3/SDL_image.h b/include/SDL3/SDL_image.h
index 96cbcc0b..4aaa4d1c 100644
--- a/include/SDL3/SDL_image.h
+++ b/include/SDL3/SDL_image.h
@@ -1,6 +1,6 @@
 /*
   SDL_image:  An example image loading library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/showanim.c b/showanim.c
index a903a26b..98f9d469 100644
--- a/showanim.c
+++ b/showanim.c
@@ -1,6 +1,6 @@
 /*
   showanim:  A test application for the SDL image loading library.
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/showimage.c b/showimage.c
index bfbc0b09..f49d5f79 100644
--- a/showimage.c
+++ b/showimage.c
@@ -1,6 +1,6 @@
 /*
   showimage:  A test application for the SDL image loading library.
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/main.c b/test/main.c
index 69fd97cd..07aa93a2 100644
--- a/test/main.c
+++ b/test/main.c
@@ -1,5 +1,5 @@
 /*
-  Copyright 1997-2022 Sam Lantinga
+  Copyright 1997-2023 Sam Lantinga
   Copyright 2022 Collabora Ltd.
 
   This software is provided 'as-is', without any express or implied
diff --git a/version.rc b/version.rc
index c12617b6..8f21656f 100644
--- a/version.rc
+++ b/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  2022 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright  2023 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL_image.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "3, 0, 0, 0\0"