SDL_ttf: Updated copyright for 2024

From a1ea5c97eee2f6ee105ae4bce3a5a9132586f95b Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 1 Jan 2024 13:26:30 -0800
Subject: [PATCH] Updated copyright for 2024

---
 LICENSE.txt                | 2 +-
 examples/glfont.c          | 2 +-
 examples/showfont.c        | 2 +-
 examples/testapp.c         | 2 +-
 include/SDL3_ttf/SDL_ttf.h | 2 +-
 src/SDL_ttf.c              | 2 +-
 src/version.rc             | 2 +-
 7 files changed, 7 insertions(+), 7 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/examples/glfont.c b/examples/glfont.c
index 04444c52..88bac8a7 100644
--- a/examples/glfont.c
+++ b/examples/glfont.c
@@ -1,6 +1,6 @@
 /*
   glfont:  An example of using the SDL_ttf library with OpenGL.
-  Copyright (C) 2001-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-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/showfont.c b/examples/showfont.c
index eb5ef936..25501e6d 100644
--- a/examples/showfont.c
+++ b/examples/showfont.c
@@ -1,6 +1,6 @@
 /*
   showfont:  An example of using the SDL_ttf library with 2D graphics.
-  Copyright (C) 2001-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-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/testapp.c b/examples/testapp.c
index d2883210..964f4a72 100644
--- a/examples/testapp.c
+++ b/examples/testapp.c
@@ -1,6 +1,6 @@
 /*
   testapp:  An example of using the SDL_ttf library with OpenGL.
-  Copyright (C) 2001-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-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/SDL3_ttf/SDL_ttf.h b/include/SDL3_ttf/SDL_ttf.h
index bc01dcc3..9c44f8cd 100644
--- a/include/SDL3_ttf/SDL_ttf.h
+++ b/include/SDL3_ttf/SDL_ttf.h
@@ -1,6 +1,6 @@
 /*
   SDL_ttf:  A companion library to SDL for working with TrueType (tm) fonts
-  Copyright (C) 2001-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-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/SDL_ttf.c b/src/SDL_ttf.c
index dc7a8bfc..1397ed1e 100644
--- a/src/SDL_ttf.c
+++ b/src/SDL_ttf.c
@@ -1,6 +1,6 @@
 /*
   SDL_ttf:  A companion library to SDL for working with TrueType (tm) fonts
-  Copyright (C) 2001-2023 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-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 57274ee6..96bd276f 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -25,7 +25,7 @@ BEGIN
             VALUE "FileDescription", "SDL_ttf\0"
             VALUE "FileVersion", "3, 0, 0, 0\0"
             VALUE "InternalName", "SDL_ttf\0"
-            VALUE "LegalCopyright", "Copyright (C) 2023 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL3_ttf.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "3, 0, 0, 0\0"