SDL_ttf: Updated copyright for 2025 (cf8e1)

From cf8e187373413fcb15a812966f7342e90f5610b3 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 1 Jan 2025 07:44:35 -0800
Subject: [PATCH] Updated copyright for 2025

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

diff --git a/LICENSE.txt b/LICENSE.txt
index 73301d65..52d0ed38 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+Copyright (C) 1997-2025 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 5122de6e..eea128d0 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-2025 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.h b/SDL_ttf.h
index aff2f1a4..50e3ffb2 100644
--- a/SDL_ttf.h
+++ b/SDL_ttf.h
@@ -1,6 +1,6 @@
 /*
   SDL_ttf:  A companion library to SDL for working with TrueType (tm) fonts
-  Copyright (C) 2001-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-2025 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 5df79a55..24a7b782 100644
--- a/VisualC/Version.rc
+++ b/VisualC/Version.rc
@@ -48,7 +48,7 @@ BEGIN
             VALUE "FileDescription", "SDL2_ttf\0"
             VALUE "FileVersion", "2, 23, 0, 0\0"
             VALUE "InternalName", "SDL2_ttf\0"
-            VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright (C) 2025 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL2_ttf.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "2, 23, 0, 0\0"
diff --git a/glfont.c b/glfont.c
index 68fde8fe..0861d406 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-2025 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 34dd2287..70d24fba 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-2024 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-2025 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 5f7d53cb..de560ccb 100644
--- a/version.rc
+++ b/version.rc
@@ -25,7 +25,7 @@ BEGIN
             VALUE "FileDescription", "SDL2_ttf\0"
             VALUE "FileVersion", "2, 23, 0, 0\0"
             VALUE "InternalName", "SDL2_ttf\0"
-            VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright (C) 2025 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL2_ttf.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "2, 23, 0, 0\0"