SDL_image: Updated copyright for 2023 (4876d)

From 4876d413cb0f69cb5fb1c6e98fd80ebaabaa2c54 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 9 Jan 2023 09:52:20 -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 +-
 SDL_image.h        | 2 +-
 VisualC/Version.rc | 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 aba05f28..af9ab007 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 867b62e0..f23951cd 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 fd45eebd..18ea6678 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 ad60ff43..44b9e82d 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 b513605c..eea80fb9 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 c1f2c4a0..97720eaa 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 d16c9d85..d6b42d07 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 eccc1289..b165fb08 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 334d9b7e..dadef89b 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 ba168e9f..ce003761 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 4bb2b8f2..275e7ade 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 40c5b95c..f0cda5a9 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 d4864ee4..6415c19f 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 6792c32f..e8d7ca47 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 302eface..887ccb91 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 e5901b85..8960f244 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 79ea8928..8b918c67 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 a264e822..cf1a5cd5 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 993c0376..da897132 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 ae589d93..11ad1eec 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 96d10863..5ccf66d2 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/SDL_image.h b/SDL_image.h
index b74b51f5..a6d0d1ac 100644
--- a/SDL_image.h
+++ b/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/VisualC/Version.rc b/VisualC/Version.rc
index 1cfc94d1..dfc2682e 100644
--- a/VisualC/Version.rc
+++ b/VisualC/Version.rc
@@ -48,7 +48,7 @@ BEGIN
             VALUE "FileDescription", "SDL_image\0"
             VALUE "FileVersion", "2, 7, 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", "2, 7, 0, 0\0"
diff --git a/showanim.c b/showanim.c
index e5b947d4..c0e97b07 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 cf761fbe..cc442351 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 f39fb624..5ca4cccc 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 93d7c7f1..32fcbeb6 100644
--- a/version.rc
+++ b/version.rc
@@ -25,7 +25,7 @@ BEGIN
             VALUE "FileDescription", "SDL_image\0"
             VALUE "FileVersion", "2, 7, 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", "2, 7, 0, 0\0"