Skip to content

Commit 55dcc1e

Browse files
committed
Updated copyright for 2024
1 parent 4f31a95 commit 55dcc1e

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 1997-2023 Sam Lantinga <[email protected]>
1+
Copyright (C) 1997-2024 Sam Lantinga <[email protected]>
22

33
This software is provided 'as-is', without any express or implied
44
warranty. In no event will the authors be held liable for any damages

VisualC/Version.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ BEGIN
4848
VALUE "FileDescription", "SDL_net\0"
4949
VALUE "FileVersion", "2, 3, 0, 0\0"
5050
VALUE "InternalName", "SDL_net\0"
51-
VALUE "LegalCopyright", "Copyright (C) 2023 Sam Lantinga\0"
51+
VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
5252
VALUE "OriginalFilename", "SDL_net.dll\0"
5353
VALUE "ProductName", "Simple DirectMedia Layer\0"
5454
VALUE "ProductVersion", "2, 3, 0, 0\0"

examples/chat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
CHAT: A chat client using the SDL example network and GUI libraries
3-
Copyright (C) 1997-2023 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2024 Sam Lantinga <[email protected]>
44
55
This software is provided 'as-is', without any express or implied
66
warranty. In no event will the authors be held liable for any damages

examples/chat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
CHAT: A chat client/server using the SDL example network library
3-
Copyright (C) 1997-2023 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2024 Sam Lantinga <[email protected]>
44
55
This software is provided 'as-is', without any express or implied
66
warranty. In no event will the authors be held liable for any damages

examples/chatd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
CHATD: A chat server using the SDL example network library
3-
Copyright (C) 1997-2023 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2024 Sam Lantinga <[email protected]>
44
55
This software is provided 'as-is', without any express or implied
66
warranty. In no event will the authors be held liable for any damages

examples/showinterfaces.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
showinterfaces: a simple test program to show the network interfaces
3-
Copyright (C) 1997-2023 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2024 Sam Lantinga <[email protected]>
44
55
This software is provided 'as-is', without any express or implied
66
warranty. In no event will the authors be held liable for any damages

include/SDL_net.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
SDL_net: An example cross-platform network library for use with SDL
3-
Copyright (C) 1997-2023 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2024 Sam Lantinga <[email protected]>
44
Copyright (C) 2012 Simeon Maxein <[email protected]>
55
66
This software is provided 'as-is', without any express or implied

src/SDLnet.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
SDL_net: An example cross-platform network library for use with SDL
3-
Copyright (C) 1997-2023 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2024 Sam Lantinga <[email protected]>
44
Copyright (C) 2012 Simeon Maxein <[email protected]>
55
66
This software is provided 'as-is', without any express or implied

src/SDLnetTCP.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
SDL_net: An example cross-platform network library for use with SDL
3-
Copyright (C) 1997-2023 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2024 Sam Lantinga <[email protected]>
44
55
This software is provided 'as-is', without any express or implied
66
warranty. In no event will the authors be held liable for any damages

src/SDLnetUDP.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
SDL_net: An example cross-platform network library for use with SDL
3-
Copyright (C) 1997-2023 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2024 Sam Lantinga <[email protected]>
44
55
This software is provided 'as-is', without any express or implied
66
warranty. In no event will the authors be held liable for any damages

0 commit comments

Comments
 (0)