Skip to content

Commit 8dc3258

Browse files
committed
Updated copyright for 2025
1 parent 644bf41 commit 8dc3258

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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-2024 Sam Lantinga <slouken@libsdl.org>
1+
Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
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

include/SDL3_net/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: A simple networking library for use with SDL
3-
Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
3+
Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
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/SDL_net.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
SDL_net: A simple networking library for use with SDL
3-
Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
3+
Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
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/version.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ BEGIN
2525
VALUE "FileDescription", "SDL_net\0"
2626
VALUE "FileVersion", "3, 0, 0, 0\0"
2727
VALUE "InternalName", "SDL_net\0"
28-
VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
28+
VALUE "LegalCopyright", "Copyright (C) 2025 Sam Lantinga\0"
2929
VALUE "OriginalFilename", "SDL3_net.dll\0"
3030
VALUE "ProductName", "Simple DirectMedia Layer\0"
3131
VALUE "ProductVersion", "3, 0, 0, 0\0"

0 commit comments

Comments
 (0)