From 3a146a60700aa409737442734cb74c07ae1eba22 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 1 Jan 2024 13:25:09 -0800
Subject: [PATCH] Updated copyright for 2024
---
LICENSE.txt | 2 +-
include/SDL3_net/SDL_net.h | 2 +-
src/version.rc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/LICENSE.txt b/LICENSE.txt
index 83d8937..74bb56c 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+Copyright (C) 1997-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/include/SDL3_net/SDL_net.h b/include/SDL3_net/SDL_net.h
index efb0340..c81888a 100644
--- a/include/SDL3_net/SDL_net.h
+++ b/include/SDL3_net/SDL_net.h
@@ -1,6 +1,6 @@
/*
SDL_net: A simple networking library for use with SDL
- Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-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/src/version.rc b/src/version.rc
index c781bc7..f0965f9 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -25,7 +25,7 @@ BEGIN
VALUE "FileDescription", "SDL_net\0"
VALUE "FileVersion", "3, 0, 0, 0\0"
VALUE "InternalName", "SDL_net\0"
- VALUE "LegalCopyright", "Copyright (C) 2023 Sam Lantinga\0"
+ VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL3_net.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "3, 0, 0, 0\0"