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 +Copyright (C) 1997-2024 Sam Lantinga 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 0cb9a5a4..8893befd 100644 --- a/VisualC/Version.rc +++ b/VisualC/Version.rc @@ -48,7 +48,7 @@ BEGIN VALUE "FileDescription", "SDL_image\0" VALUE "FileVersion", "2, 9, 0, 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, 9, 0, 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 4d64decd..d8482f27 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 + Copyright (C) 1997-2024 Sam Lantinga 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 18b125ef..cac921e4 100644 --- a/src/version.rc +++ b/src/version.rc @@ -25,7 +25,7 @@ BEGIN VALUE "FileDescription", "SDL_image\0" VALUE "FileVersion", "2, 9, 0, 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, 9, 0, 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