SDL_ttf: Updated copyright for 2026

From 5e1293a7c557c16e8dffc9f73bda5659512f6075 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 1 Jan 2026 11:28:09 -0800
Subject: [PATCH] Updated copyright for 2026

---
 LICENSE.txt                       | 2 +-
 build-scripts/wikiheaders.pl      | 2 +-
 docs/hello-textengine.c           | 2 +-
 docs/hello.c                      | 2 +-
 examples/editbox.c                | 2 +-
 examples/editbox.h                | 2 +-
 examples/glfont.c                 | 2 +-
 examples/showfont.c               | 2 +-
 examples/showfps.c                | 2 +-
 examples/testapp.c                | 2 +-
 include/SDL3_ttf/SDL_textengine.h | 2 +-
 include/SDL3_ttf/SDL_ttf.h        | 2 +-
 src/SDL_gpu_textengine.c          | 2 +-
 src/SDL_hashtable.c               | 2 +-
 src/SDL_hashtable.h               | 2 +-
 src/SDL_hashtable_names.h         | 2 +-
 src/SDL_hashtable_ttf.c           | 2 +-
 src/SDL_hashtable_ttf.h           | 2 +-
 src/SDL_renderer_textengine.c     | 2 +-
 src/SDL_surface_textengine.c      | 2 +-
 src/SDL_ttf.c                     | 2 +-
 src/genexports.py                 | 2 +-
 src/version.rc                    | 2 +-
 23 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index 52d0ed38..acaf5b21 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+Copyright (C) 1997-2026 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/build-scripts/wikiheaders.pl b/build-scripts/wikiheaders.pl
index 6e465476..f4673fe0 100755
--- a/build-scripts/wikiheaders.pl
+++ b/build-scripts/wikiheaders.pl
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
 # Simple DirectMedia Layer
-# Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+# Copyright (C) 1997-2026 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/docs/hello-textengine.c b/docs/hello-textengine.c
index ff663653..158d9f3e 100644
--- a/docs/hello-textengine.c
+++ b/docs/hello-textengine.c
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2026 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/docs/hello.c b/docs/hello.c
index 36daed28..8203441c 100644
--- a/docs/hello.c
+++ b/docs/hello.c
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2026 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/editbox.c b/examples/editbox.c
index 2f0130f4..1989c73e 100644
--- a/examples/editbox.c
+++ b/examples/editbox.c
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2026 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/editbox.h b/examples/editbox.h
index 2f8bc648..cb1001fb 100644
--- a/examples/editbox.h
+++ b/examples/editbox.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2026 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 8b7ec1fc..a7504d24 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-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-2026 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 00976d41..86d07abb 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-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-2026 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/showfps.c b/examples/showfps.c
index 27bd0a40..27137a49 100644
--- a/examples/showfps.c
+++ b/examples/showfps.c
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2026 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 5e2a82e4..2bbaea2c 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-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-2026 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_textengine.h b/include/SDL3_ttf/SDL_textengine.h
index cf4329fd..ce45badd 100644
--- a/include/SDL3_ttf/SDL_textengine.h
+++ b/include/SDL3_ttf/SDL_textengine.h
@@ -1,6 +1,6 @@
 /*
   SDL_ttf:  A companion library to SDL for working with TrueType (tm) fonts
-  Copyright (C) 2001-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-2026 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 af1cf5e0..1ba86042 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-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-2026 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_gpu_textengine.c b/src/SDL_gpu_textengine.c
index 76b58442..b8014b52 100644
--- a/src/SDL_gpu_textengine.c
+++ b/src/SDL_gpu_textengine.c
@@ -1,6 +1,6 @@
 /*
   SDL_ttf:  A companion library to SDL for working with TrueType (tm) fonts
-  Copyright (C) 2001-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-2026 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_hashtable.c b/src/SDL_hashtable.c
index 3b10155e..cc160d47 100644
--- a/src/SDL_hashtable.c
+++ b/src/SDL_hashtable.c
@@ -1,6 +1,6 @@
 /*
   Simple DirectMedia Layer
-  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2026 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_hashtable.h b/src/SDL_hashtable.h
index 76c4c741..976cb5b7 100644
--- a/src/SDL_hashtable.h
+++ b/src/SDL_hashtable.h
@@ -1,6 +1,6 @@
 /*
   Simple DirectMedia Layer
-  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2026 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_hashtable_names.h b/src/SDL_hashtable_names.h
index 30436724..11d29684 100644
--- a/src/SDL_hashtable_names.h
+++ b/src/SDL_hashtable_names.h
@@ -1,6 +1,6 @@
 /*
   Simple DirectMedia Layer
-  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2026 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_hashtable_ttf.c b/src/SDL_hashtable_ttf.c
index b714ad13..8338aa6a 100644
--- a/src/SDL_hashtable_ttf.c
+++ b/src/SDL_hashtable_ttf.c
@@ -1,6 +1,6 @@
 /*
   SDL_ttf:  A companion library to SDL for working with TrueType (tm) fonts
-  Copyright (C) 2001-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-2026 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_hashtable_ttf.h b/src/SDL_hashtable_ttf.h
index a19b82e5..a796ad0d 100644
--- a/src/SDL_hashtable_ttf.h
+++ b/src/SDL_hashtable_ttf.h
@@ -1,6 +1,6 @@
 /*
   SDL_ttf:  A companion library to SDL for working with TrueType (tm) fonts
-  Copyright (C) 2001-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-2026 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_renderer_textengine.c b/src/SDL_renderer_textengine.c
index b150e4a4..bebdafb1 100644
--- a/src/SDL_renderer_textengine.c
+++ b/src/SDL_renderer_textengine.c
@@ -1,6 +1,6 @@
 /*
   SDL_ttf:  A companion library to SDL for working with TrueType (tm) fonts
-  Copyright (C) 2001-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-2026 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_surface_textengine.c b/src/SDL_surface_textengine.c
index b788db62..c265e12e 100644
--- a/src/SDL_surface_textengine.c
+++ b/src/SDL_surface_textengine.c
@@ -1,6 +1,6 @@
 /*
   SDL_ttf:  A companion library to SDL for working with TrueType (tm) fonts
-  Copyright (C) 2001-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-2026 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 363f6ab0..79ebffa1 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-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 2001-2026 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/genexports.py b/src/genexports.py
index 0f48f6d3..d20ab781 100755
--- a/src/genexports.py
+++ b/src/genexports.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 #  Simple DirectMedia Layer
-#  Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+#  Copyright (C) 1997-2026 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 6a851cf9..7bc2a675 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -25,7 +25,7 @@ BEGIN
             VALUE "FileDescription", "SDL_ttf\0"
             VALUE "FileVersion", "3, 3, 0, 0\0"
             VALUE "InternalName", "SDL_ttf\0"
-            VALUE "LegalCopyright", "Copyright (C) 2025 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright (C) 2026 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL3_ttf.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "3, 3, 0, 0\0"