From 2399c5bebbae45c97dd36add362a3c62e9dae20f Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 1 Jan 2026 11:29:24 -0800
Subject: [PATCH] Updated copyright for 2026
---
LICENSE.txt | 2 +-
docs/hello.c | 2 +-
examples/editbox.c | 2 +-
examples/editbox.h | 2 +-
examples/glfont.c | 2 +-
examples/showfont.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 +-
20 files changed, 20 insertions(+), 20 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/docs/hello.c b/docs/hello.c
index 4c79e163..aa7660f9 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 2677d993..6a10628e 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/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 9f5f1f0c..76510513 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 d9cf297d..e872f62b 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 a7767fd9..2059baf0 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 d5b2ac7e..691c1917 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 087ffe45..d4390042 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 41c01a9c..eedff2d6 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 7d0852f4..6d4c2d3d 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 a3d84267..ffbcd513 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 f62cddc2..cba874ca 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -25,7 +25,7 @@ BEGIN
VALUE "FileDescription", "SDL_ttf\0"
VALUE "FileVersion", "3, 2, 3, 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, 2, 3, 0\0"