SDL_net: Updated copyright for 2023

From d4fb3694e5d0522cdb07e952f4e690eca2bd0b23 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 9 Jan 2023 10:22:06 -0800
Subject: [PATCH] Updated copyright for 2023

---
 LICENSE.txt        | 2 +-
 SDL_net.h          | 2 +-
 SDLnet.c           | 2 +-
 SDLnetTCP.c        | 2 +-
 SDLnetUDP.c        | 2 +-
 SDLnetselect.c     | 2 +-
 SDLnetsys.h        | 2 +-
 VisualC/Version.rc | 2 +-
 chat.c             | 2 +-
 chat.h             | 2 +-
 chatd.c            | 2 +-
 showinterfaces.c   | 2 +-
 version.rc         | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index 728a3d7..83d8937 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+Copyright (C) 1997-2023 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_net.h b/SDL_net.h
index 62dbd08..ab6fcb6 100644
--- a/SDL_net.h
+++ b/SDL_net.h
@@ -1,6 +1,6 @@
 /*
   SDL_net:  An example cross-platform network library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/SDLnet.c b/SDLnet.c
index 24eb05b..7d0223e 100644
--- a/SDLnet.c
+++ b/SDLnet.c
@@ -1,6 +1,6 @@
 /*
   SDL_net:  An example cross-platform network library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/SDLnetTCP.c b/SDLnetTCP.c
index 9fb0009..3e4802c 100644
--- a/SDLnetTCP.c
+++ b/SDLnetTCP.c
@@ -1,6 +1,6 @@
 /*
   SDL_net:  An example cross-platform network library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/SDLnetUDP.c b/SDLnetUDP.c
index ee4e46b..f8bfe7f 100644
--- a/SDLnetUDP.c
+++ b/SDLnetUDP.c
@@ -1,6 +1,6 @@
 /*
   SDL_net:  An example cross-platform network library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/SDLnetselect.c b/SDLnetselect.c
index 8513c3a..286a1df 100644
--- a/SDLnetselect.c
+++ b/SDLnetselect.c
@@ -1,6 +1,6 @@
 /*
   SDL_net:  An example cross-platform network library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/SDLnetsys.h b/SDLnetsys.h
index 51a0e37..9b65ce4 100644
--- a/SDLnetsys.h
+++ b/SDLnetsys.h
@@ -1,6 +1,6 @@
 /*
   SDL_net:  An example cross-platform network library for use with SDL
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 43a58c3..8a23d7a 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  2022 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright  2023 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/chat.c b/chat.c
index 7c4c464..22c89ab 100644
--- a/chat.c
+++ b/chat.c
@@ -1,6 +1,6 @@
 /*
   CHAT:  A chat client using the SDL example network and GUI libraries
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/chat.h b/chat.h
index 17f050e..5bb6c45 100644
--- a/chat.h
+++ b/chat.h
@@ -1,6 +1,6 @@
 /*
   CHAT:  A chat client/server using the SDL example network library
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/chatd.c b/chatd.c
index 4dff269..b31c5e6 100644
--- a/chatd.c
+++ b/chatd.c
@@ -1,6 +1,6 @@
 /*
   CHATD:  A chat server using the SDL example network library
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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/showinterfaces.c b/showinterfaces.c
index 5a8c2a2..04998d3 100644
--- a/showinterfaces.c
+++ b/showinterfaces.c
@@ -1,6 +1,6 @@
 /*
   showinterfaces: a simple test program to show the network interfaces
-  Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
+  Copyright (C) 1997-2023 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 731eada..383393a 100644
--- a/version.rc
+++ b/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  2022 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright  2023 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL_net.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "2, 3, 0, 0\0"