From ca789b2b0df82743212a356e2a3791cf32db84d1 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 3 Jan 2022 09:42:04 -0800 Subject: [PATCH] Updated copyright for 2022 --- COPYING.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.cpp | 2 +- chat.h | 2 +- chatd.c | 2 +- debian/copyright | 2 +- showinterfaces.c | 2 +- version.rc | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/COPYING.txt b/COPYING.txt index 5ddae04..36ac5cb 100644 --- a/COPYING.txt +++ b/COPYING.txt @@ -1,6 +1,6 @@ /* SDL_net: An example cross-platform network library for use with SDL - Copyright (C) 1997-2021 Sam Lantinga + Copyright (C) 1997-2022 Sam Lantinga 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 4ffc7cf..d701a52 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-2021 Sam Lantinga + Copyright (C) 1997-2022 Sam Lantinga Copyright (C) 2012 Simeon Maxein This software is provided 'as-is', without any express or implied diff --git a/SDLnet.c b/SDLnet.c index 3c4e0a7..70949a6 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-2021 Sam Lantinga + Copyright (C) 1997-2022 Sam Lantinga Copyright (C) 2012 Simeon Maxein This software is provided 'as-is', without any express or implied diff --git a/SDLnetTCP.c b/SDLnetTCP.c index 0e2a73e..9fb0009 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-2021 Sam Lantinga + Copyright (C) 1997-2022 Sam Lantinga 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 e5874bc..ee4e46b 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-2021 Sam Lantinga + Copyright (C) 1997-2022 Sam Lantinga 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 c9aeda5..8513c3a 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-2021 Sam Lantinga + Copyright (C) 1997-2022 Sam Lantinga 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 e7b79ca..825d1cc 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-2021 Sam Lantinga + Copyright (C) 1997-2022 Sam Lantinga 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 8a3fda0..d9b4ab0 100644 --- a/VisualC/Version.rc +++ b/VisualC/Version.rc @@ -48,7 +48,7 @@ BEGIN VALUE "FileDescription", "SDL_net\0" VALUE "FileVersion", "2, 0, 1, 0\0" VALUE "InternalName", "SDL_net\0" - VALUE "LegalCopyright", "Copyright © 2021 Sam Lantinga\0" + VALUE "LegalCopyright", "Copyright © 2022 Sam Lantinga\0" VALUE "OriginalFilename", "SDL_net.dll\0" VALUE "ProductName", "Simple DirectMedia Layer\0" VALUE "ProductVersion", "2, 0, 1, 0\0" diff --git a/chat.cpp b/chat.cpp index e8845fe..1454664 100644 --- a/chat.cpp +++ b/chat.cpp @@ -1,6 +1,6 @@ /* CHAT: A chat client using the SDL example network and GUI libraries - Copyright (C) 1997-2021 Sam Lantinga + Copyright (C) 1997-2022 Sam Lantinga 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 7bc0a8f..17f050e 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-2021 Sam Lantinga + Copyright (C) 1997-2022 Sam Lantinga 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 50f83de..605e948 100644 --- a/chatd.c +++ b/chatd.c @@ -1,6 +1,6 @@ /* CHATD: A chat server using the SDL example network library - Copyright (C) 1997-2021 Sam Lantinga + Copyright (C) 1997-2022 Sam Lantinga 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/debian/copyright b/debian/copyright index f499831..3819d94 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ Upstream-Contact: Sam Lantinga Source: http://www.libsdl.org/projects/SDL_net/ Files: * -Copyright: 1997-2021 Sam Lantinga +Copyright: 1997-2022 Sam Lantinga License: zlib/libpng Files: debian/* diff --git a/showinterfaces.c b/showinterfaces.c index e8c25ee..4b20eec 100644 --- a/showinterfaces.c +++ b/showinterfaces.c @@ -1,6 +1,6 @@ /* showinterfaces: a simple test program to show the network interfaces - Copyright (C) 1997-2021 Sam Lantinga + Copyright (C) 1997-2022 Sam Lantinga 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 832c61a..237a3c4 100644 --- a/version.rc +++ b/version.rc @@ -25,7 +25,7 @@ BEGIN VALUE "FileDescription", "SDL_net\0" VALUE "FileVersion", "2, 0, 1, 0\0" VALUE "InternalName", "SDL_net\0" - VALUE "LegalCopyright", "Copyright © 2021 Sam Lantinga\0" + VALUE "LegalCopyright", "Copyright © 2022 Sam Lantinga\0" VALUE "OriginalFilename", "SDL_net.dll\0" VALUE "ProductName", "Simple DirectMedia Layer\0" VALUE "ProductVersion", "2, 0, 1, 0\0"