Skip to content

Commit 41723e0

Browse files
committed
Updated copyright for 2023
1 parent 4a231dc commit 41723e0

File tree

184 files changed

+184
-184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+184
-184
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-2022 Sam Lantinga <slouken@libsdl.org>
1+
Copyright (C) 1997-2023 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

SDL_ttf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
SDL_ttf: A companion library to SDL for working with TrueType (tm) fonts
3-
Copyright (C) 2001-2022 Sam Lantinga <slouken@libsdl.org>
3+
Copyright (C) 2001-2023 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

SDL_ttf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
SDL_ttf: A companion library to SDL for working with TrueType (tm) fonts
3-
Copyright (C) 2001-2022 Sam Lantinga <slouken@libsdl.org>
3+
Copyright (C) 2001-2023 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

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_ttf\0"
4949
VALUE "FileVersion", "2, 20, 1, 0\0"
5050
VALUE "InternalName", "SDL_ttf\0"
51-
VALUE "LegalCopyright", "Copyright � 2022 Sam Lantinga\0"
51+
VALUE "LegalCopyright", "Copyright � 2023 Sam Lantinga\0"
5252
VALUE "OriginalFilename", "SDL_ttf.dll\0"
5353
VALUE "ProductName", "Simple DirectMedia Layer\0"
5454
VALUE "ProductVersion", "2, 20, 1, 0\0"

Xcode/iOS/SDL2.framework/Headers/SDL.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Simple DirectMedia Layer
3-
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
3+
Copyright (C) 1997-2023 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

Xcode/iOS/SDL2.framework/Headers/SDL_assert.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Simple DirectMedia Layer
3-
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
3+
Copyright (C) 1997-2023 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

Xcode/iOS/SDL2.framework/Headers/SDL_atomic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Simple DirectMedia Layer
3-
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
3+
Copyright (C) 1997-2023 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

Xcode/iOS/SDL2.framework/Headers/SDL_audio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Simple DirectMedia Layer
3-
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
3+
Copyright (C) 1997-2023 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

Xcode/iOS/SDL2.framework/Headers/SDL_bits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Simple DirectMedia Layer
3-
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
3+
Copyright (C) 1997-2023 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

Xcode/iOS/SDL2.framework/Headers/SDL_blendmode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Simple DirectMedia Layer
3-
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
3+
Copyright (C) 1997-2023 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

0 commit comments

Comments
 (0)