Skip to content

Commit 9cdda7a

Browse files
committed
Update year to 2025
1 parent 7593297 commit 9cdda7a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021-2024 Ramon Santamaria (@raysan5)
1+
Copyright (c) 2021-2025 Ramon Santamaria (@raysan5)
22

33
This software is provided "as-is", without any express or implied warranty. In no event
44
will the authors be held liable for any damages arising from the use of this software.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ src/raylib_game
3636

3737
This template has been created to be used with raylib (www.raylib.com) and it's licensed under an unmodified zlib/libpng license.
3838

39-
_Copyright (c) 2022-2024 Ramon Santamaria ([@raysan5](https://twitter.com/raysan5))_
39+
_Copyright (c) 2022-2025 Ramon Santamaria ([@raysan5](https://twitter.com/raysan5))_
4040

4141
-----------------------------------
4242

src/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>LSMinimumSystemVersion</key>
2424
<string>10.12</string>
2525
<key>NSHumanReadableCopyright</key>
26-
<string>Copyright (c) 2024 raylib technologies (@raylibtech)</string>
26+
<string>Copyright (c) 2025 raylib technologies (@raylibtech)</string>
2727
<key>CFBundleSignature</key>
2828
<string>????</string>
2929
</dict>

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# raylib makefile for Desktop platforms, Web (Wasm), Raspberry Pi (DRM mode) and Android
44
#
5-
# Copyright (c) 2013-2024 Ramon Santamaria (@raysan5)
5+
# Copyright (c) 2013-2025 Ramon Santamaria (@raysan5)
66
#
77
# This software is provided "as-is", without any express or implied warranty. In no event
88
# will the authors be held liable for any damages arising from the use of this software.

src/Makefile.Android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# raylib makefile for Android project (APK building)
44
#
5-
# Copyright (c) 2017-2024 Ramon Santamaria (@raysan5)
5+
# Copyright (c) 2017-2025 Ramon Santamaria (@raysan5)
66
#
77
# This software is provided "as-is", without any express or implied warranty. In no event
88
# will the authors be held liable for any damages arising from the use of this software.

src/raylib_game.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Template licensed under an unmodified zlib/libpng license, which is an OSI-certified,
88
* BSD-like license that allows static linking with closed source software
99
*
10-
* Copyright (c) 2022-2024 Ramon Santamaria (@raysan5)
10+
* Copyright (c) 2022-2025 Ramon Santamaria (@raysan5)
1111
*
1212
********************************************************************************************/
1313

src/raylib_game.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BEGIN
1313
VALUE "FileDescription", "raylib-game | A great game"
1414
VALUE "FileVersion", "1.0"
1515
VALUE "InternalName", "raylib-game"
16-
VALUE "LegalCopyright", "(c) 2024 raylib technologies (@raylibtech)"
16+
VALUE "LegalCopyright", "(c) 2025 raylib technologies (@raylibtech)"
1717
//VALUE "OriginalFilename", "raylib_app.exe"
1818
VALUE "ProductName", "raylib-game"
1919
VALUE "ProductVersion", "1.0"

0 commit comments

Comments
 (0)