From 52af74b124cb42807420f41db141e30f5367e2d3 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 1 Jan 2024 13:44:06 -0800
Subject: [PATCH] Updated copyright for 2024
---
LICENSE.txt | 2 +-
SDL_rtf.c | 2 +-
SDL_rtf.h | 2 +-
SDL_rtfreadr.c | 2 +-
SDL_rtfreadr.h | 2 +-
showrtf.c | 2 +-
version.rc | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/LICENSE.txt b/LICENSE.txt
index d8a0c99..6de49ed 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (C) 2003-2022 Sam Lantinga <slouken@libsdl.org>
+Copyright (C) 2003-2024 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_rtf.c b/SDL_rtf.c
index 31e1d58..244d71c 100644
--- a/SDL_rtf.c
+++ b/SDL_rtf.c
@@ -1,6 +1,6 @@
/*
SDL_rtf: A companion library to SDL for displaying RTF format text
- Copyright (C) 2003-2022 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 2003-2024 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_rtf.h b/SDL_rtf.h
index 31784f0..ffcf42a 100644
--- a/SDL_rtf.h
+++ b/SDL_rtf.h
@@ -1,6 +1,6 @@
/*
SDL_rtf: A companion library to SDL for displaying RTF format text
- Copyright (C) 2003-2022 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 2003-2024 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_rtfreadr.c b/SDL_rtfreadr.c
index e8fcba8..b73184c 100644
--- a/SDL_rtfreadr.c
+++ b/SDL_rtfreadr.c
@@ -1,6 +1,6 @@
/*
SDL_rtf: A companion library to SDL for displaying RTF format text
- Copyright (C) 2003-2022 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 2003-2024 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_rtfreadr.h b/SDL_rtfreadr.h
index 7dd1892..79e4aa7 100644
--- a/SDL_rtfreadr.h
+++ b/SDL_rtfreadr.h
@@ -1,6 +1,6 @@
/*
SDL_rtf: A companion library to SDL for displaying RTF format text
- Copyright (C) 2003-2022 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 2003-2024 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/showrtf.c b/showrtf.c
index 3040f09..c91a181 100644
--- a/showrtf.c
+++ b/showrtf.c
@@ -1,6 +1,6 @@
/*
showrtf: An example of using the SDL_rtf library
- Copyright (C) 2003-2022 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 2003-2024 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 6437ea7..12c119c 100644
--- a/version.rc
+++ b/version.rc
@@ -25,7 +25,7 @@ BEGIN
VALUE "FileDescription", "SDL_rtf\0"
VALUE "FileVersion", "2, 0, 0, 0\0"
VALUE "InternalName", "SDL_rtf\0"
- VALUE "LegalCopyright", "Copyright (C) 2022 Sam Lantinga\0"
+ VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL_rtf.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "2, 0, 0, 0\0"