From 96ac75703dbcb03ccd336686a641eb87ea6a629a Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 1 Jan 2025 07:36:27 -0800
Subject: [PATCH] Updated copyright for 2025
---
LICENSE.txt | 2 +-
VisualC/Version.rc | 2 +-
examples/chat.c | 2 +-
examples/chat.h | 2 +-
examples/chatd.c | 2 +-
examples/showinterfaces.c | 2 +-
include/SDL_net.h | 2 +-
src/SDLnet.c | 2 +-
src/SDLnetTCP.c | 2 +-
src/SDLnetUDP.c | 2 +-
src/SDLnetselect.c | 2 +-
src/SDLnetsys.h | 2 +-
src/version.rc | 2 +-
13 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/LICENSE.txt b/LICENSE.txt
index 74bb56c..23abb73 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/VisualC/Version.rc b/VisualC/Version.rc
index 0c9cc77..2c41c66 100644
--- a/VisualC/Version.rc
+++ b/VisualC/Version.rc
@@ -48,7 +48,7 @@ BEGIN
VALUE "FileDescription", "SDL_net\0"
VALUE "FileVersion", "2, 3, 0, 0\0"
VALUE "InternalName", "SDL_net\0"
- VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
+ VALUE "LegalCopyright", "Copyright (C) 2025 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL_net.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "2, 3, 0, 0\0"
diff --git a/examples/chat.c b/examples/chat.c
index 2ebe927..a074e02 100644
--- a/examples/chat.c
+++ b/examples/chat.c
@@ -1,6 +1,6 @@
/*
CHAT: A chat client using the SDL example network and GUI libraries
- 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/chat.h b/examples/chat.h
index 7229a50..e7d5e43 100644
--- a/examples/chat.h
+++ b/examples/chat.h
@@ -1,6 +1,6 @@
/*
CHAT: A chat client/server using the SDL example network library
- 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/chatd.c b/examples/chatd.c
index 6cb9682..d1af3aa 100644
--- a/examples/chatd.c
+++ b/examples/chatd.c
@@ -1,6 +1,6 @@
/*
CHATD: A chat server using the SDL example network library
- 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/showinterfaces.c b/examples/showinterfaces.c
index fecf9aa..763cac5 100644
--- a/examples/showinterfaces.c
+++ b/examples/showinterfaces.c
@@ -1,6 +1,6 @@
/*
showinterfaces: a simple test program to show the network interfaces
- 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/include/SDL_net.h b/include/SDL_net.h
index bda2f43..6846baf 100644
--- a/include/SDL_net.h
+++ b/include/SDL_net.h
@@ -1,6 +1,6 @@
/*
SDL_net: An example cross-platform network library for use with SDL
- Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 2012 Simeon Maxein <smaxein@googlemail.com>
This software is provided 'as-is', without any express or implied
diff --git a/src/SDLnet.c b/src/SDLnet.c
index c0e3b1c..a4a6828 100644
--- a/src/SDLnet.c
+++ b/src/SDLnet.c
@@ -1,6 +1,6 @@
/*
SDL_net: An example cross-platform network library for use with SDL
- Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 2012 Simeon Maxein <smaxein@googlemail.com>
This software is provided 'as-is', without any express or implied
diff --git a/src/SDLnetTCP.c b/src/SDLnetTCP.c
index c32d96f..8ac7ec5 100644
--- a/src/SDLnetTCP.c
+++ b/src/SDLnetTCP.c
@@ -1,6 +1,6 @@
/*
SDL_net: An example cross-platform network library for use with SDL
- 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/SDLnetUDP.c b/src/SDLnetUDP.c
index afcf113..d84c896 100644
--- a/src/SDLnetUDP.c
+++ b/src/SDLnetUDP.c
@@ -1,6 +1,6 @@
/*
SDL_net: An example cross-platform network library for use with SDL
- 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/SDLnetselect.c b/src/SDLnetselect.c
index 0277f88..41862da 100644
--- a/src/SDLnetselect.c
+++ b/src/SDLnetselect.c
@@ -1,6 +1,6 @@
/*
SDL_net: An example cross-platform network library for use with SDL
- 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/SDLnetsys.h b/src/SDLnetsys.h
index 4016e68..186a426 100644
--- a/src/SDLnetsys.h
+++ b/src/SDLnetsys.h
@@ -1,6 +1,6 @@
/*
SDL_net: An example cross-platform network library for use with SDL
- 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/version.rc b/src/version.rc
index 8c2c1d8..98afccc 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -25,7 +25,7 @@ BEGIN
VALUE "FileDescription", "SDL_net\0"
VALUE "FileVersion", "2, 3, 0, 0\0"
VALUE "InternalName", "SDL_net\0"
- VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
+ VALUE "LegalCopyright", "Copyright (C) 2025 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL_net.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "2, 3, 0, 0\0"