From dae648ecf06a39f27fe2973e9d8b9a593f068bb1 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 1 Jan 2025 07:43:11 -0800
Subject: [PATCH] Updated copyright for 2025
---
LICENSE.txt | 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_renderer_textengine.c | 2 +-
src/SDL_surface_textengine.c | 2 +-
src/SDL_ttf.c | 2 +-
src/version.rc | 2 +-
15 files changed, 15 insertions(+), 15 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/examples/editbox.c b/examples/editbox.c
index 53f1449a..1248ebee 100644
--- a/examples/editbox.c
+++ b/examples/editbox.c
@@ -1,5 +1,5 @@
/*
- 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/examples/editbox.h b/examples/editbox.h
index 80fdd708..2f8bc648 100644
--- a/examples/editbox.h
+++ b/examples/editbox.h
@@ -1,5 +1,5 @@
/*
- 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/examples/glfont.c b/examples/glfont.c
index 74574197..24703e1b 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-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/examples/showfont.c b/examples/showfont.c
index d2ec98ff..d3c62898 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-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/examples/testapp.c b/examples/testapp.c
index 8c364a2c..deedd9d6 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-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/include/SDL3_ttf/SDL_textengine.h b/include/SDL3_ttf/SDL_textengine.h
index 0bf12399..287809f8 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-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/include/SDL3_ttf/SDL_ttf.h b/include/SDL3_ttf/SDL_ttf.h
index 8a9e32ef..4984c81e 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-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/src/SDL_gpu_textengine.c b/src/SDL_gpu_textengine.c
index 1501304a..93a4656b 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-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/src/SDL_hashtable.c b/src/SDL_hashtable.c
index fae6c9c0..47bf18c2 100644
--- a/src/SDL_hashtable.c
+++ b/src/SDL_hashtable.c
@@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
- 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/src/SDL_hashtable.h b/src/SDL_hashtable.h
index 62ff9c79..b54a7c81 100644
--- a/src/SDL_hashtable.h
+++ b/src/SDL_hashtable.h
@@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
- 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/src/SDL_renderer_textengine.c b/src/SDL_renderer_textengine.c
index 8ae21e2e..e472cb7d 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-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/src/SDL_surface_textengine.c b/src/SDL_surface_textengine.c
index 8730a276..6ea7ce2c 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-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/src/SDL_ttf.c b/src/SDL_ttf.c
index 2b08ba25..9f13f837 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-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/src/version.rc b/src/version.rc
index 96bd276f..3134f9d7 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) 2024 Sam Lantinga\0"
+ VALUE "LegalCopyright", "Copyright (C) 2025 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL3_ttf.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "3, 0, 0, 0\0"