SDL_ttf: Updated copyright for 2023 (9f554)

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

---
 LICENSE.txt            | 2 +-
 SDL_ttf.c              | 2 +-
 VisualC/Version.rc     | 2 +-
 glfont.c               | 2 +-
 include/SDL3/SDL_ttf.h | 2 +-
 showfont.c             | 2 +-
 version.rc             | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index 3931238..1d155ef 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_ttf.c b/SDL_ttf.c
index a6f758c..4d5826c 100644
--- a/SDL_ttf.c
+++ b/SDL_ttf.c
@@ -1,6 +1,6 @@
 /*
   SDL_ttf:  A companion library to SDL for working with TrueType (tm) fonts
-  Copyright (C) 2001-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-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 0dbf4f6..8af33fd 100644
--- a/VisualC/Version.rc
+++ b/VisualC/Version.rc
@@ -48,7 +48,7 @@ BEGIN
             VALUE "FileDescription", "SDL_ttf\0"
             VALUE "FileVersion", "3, 0, 0, 0\0"
             VALUE "InternalName", "SDL_ttf\0"
-            VALUE "LegalCopyright", "Copyright  2022 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright  2023 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL_ttf.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "3, 0, 0, 0\0"
diff --git a/glfont.c b/glfont.c
index ee3c815..bb819ac 100644
--- a/glfont.c
+++ b/glfont.c
@@ -1,6 +1,6 @@
 /*
   glfont:  An example of using the SDL_ttf library with OpenGL.
-  Copyright (C) 2001-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-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/include/SDL3/SDL_ttf.h b/include/SDL3/SDL_ttf.h
index 2b03682..aa88c0a 100644
--- a/include/SDL3/SDL_ttf.h
+++ b/include/SDL3/SDL_ttf.h
@@ -1,6 +1,6 @@
 /*
   SDL_ttf:  A companion library to SDL for working with TrueType (tm) fonts
-  Copyright (C) 2001-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-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/showfont.c b/showfont.c
index 3af84f4..3128019 100644
--- a/showfont.c
+++ b/showfont.c
@@ -1,6 +1,6 @@
 /*
   showfont:  An example of using the SDL_ttf library with 2D graphics.
-  Copyright (C) 2001-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-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/version.rc b/version.rc
index 2f4159e..d525610 100644
--- a/version.rc
+++ b/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  2022 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright  2023 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL_ttf.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "3, 0, 0, 0\0"