SDL_net: Updated copyright for 2026 (ccd2b)

From ccd2b44ec4a7b29a133fd681c41d6b9c2e7a3080 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Fri, 15 May 2026 10:15:47 -0400
Subject: [PATCH] Updated copyright for 2026

(cherry picked from commit 606e5e7ecbe39bd175235f38204b5e8a0c5c9ee9)
---
 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 23abb73f..e9adee44 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/VisualC/Version.rc b/VisualC/Version.rc
index 2c41c662..beb8448f 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) 2025 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright (C) 2026 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 a074e021..30b83bb1 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-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/chat.h b/examples/chat.h
index e7d5e43a..52bbecfa 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-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/chatd.c b/examples/chatd.c
index d1af3aaa..a3d7d772 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-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/showinterfaces.c b/examples/showinterfaces.c
index 763cac56..c8d77187 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-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/include/SDL_net.h b/include/SDL_net.h
index 5e80480b..3ff2906d 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-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2026 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 a4a6828c..e6e3712a 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-2025 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2026 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 8ac7ec5c..cc6b4627 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-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/SDLnetUDP.c b/src/SDLnetUDP.c
index d84c8965..5b58db86 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-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/SDLnetselect.c b/src/SDLnetselect.c
index 41862dad..3a5ef7a7 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-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/SDLnetsys.h b/src/SDLnetsys.h
index af110065..8480616d 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-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 98afccc9..66592128 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) 2025 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright (C) 2026 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL_net.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "2, 3, 0, 0\0"