File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2021-2024 Ramon Santamaria (@raysan5)
1
+ Copyright (c) 2021-2025 Ramon Santamaria (@raysan5)
2
2
3
3
This software is provided "as-is", without any express or implied warranty. In no event
4
4
will the authors be held liable for any damages arising from the use of this software.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ src/raylib_game
36
36
37
37
This template has been created to be used with raylib (www.raylib.com ) and it's licensed under an unmodified zlib/libpng license.
38
38
39
- _ Copyright (c) 2022-2024 Ramon Santamaria ([ @raysan5 ] ( https://twitter.com/raysan5 ) )_
39
+ _ Copyright (c) 2022-2025 Ramon Santamaria ([ @raysan5 ] ( https://twitter.com/raysan5 ) )_
40
40
41
41
-----------------------------------
42
42
Original file line number Diff line number Diff line change 23
23
<key >LSMinimumSystemVersion </key >
24
24
<string >10.12 </string >
25
25
<key >NSHumanReadableCopyright </key >
26
- <string >Copyright (c) 2024 raylib technologies (@raylibtech) </string >
26
+ <string >Copyright (c) 2025 raylib technologies (@raylibtech) </string >
27
27
<key >CFBundleSignature </key >
28
28
<string >???? </string >
29
29
</dict >
Original file line number Diff line number Diff line change 2
2
#
3
3
# raylib makefile for Desktop platforms, Web (Wasm), Raspberry Pi (DRM mode) and Android
4
4
#
5
- # Copyright (c) 2013-2024 Ramon Santamaria (@raysan5)
5
+ # Copyright (c) 2013-2025 Ramon Santamaria (@raysan5)
6
6
#
7
7
# This software is provided "as-is", without any express or implied warranty. In no event
8
8
# will the authors be held liable for any damages arising from the use of this software.
Original file line number Diff line number Diff line change 2
2
#
3
3
# raylib makefile for Android project (APK building)
4
4
#
5
- # Copyright (c) 2017-2024 Ramon Santamaria (@raysan5)
5
+ # Copyright (c) 2017-2025 Ramon Santamaria (@raysan5)
6
6
#
7
7
# This software is provided "as-is", without any express or implied warranty. In no event
8
8
# will the authors be held liable for any damages arising from the use of this software.
Original file line number Diff line number Diff line change 7
7
* Template licensed under an unmodified zlib/libpng license, which is an OSI-certified,
8
8
* BSD-like license that allows static linking with closed source software
9
9
*
10
- * Copyright (c) 2022-2024 Ramon Santamaria (@raysan5)
10
+ * Copyright (c) 2022-2025 Ramon Santamaria (@raysan5)
11
11
*
12
12
********************************************************************************************/
13
13
Original file line number Diff line number Diff line change 13
13
VALUE "FileDescription", "raylib-game | A great game"
14
14
VALUE "FileVersion", "1.0"
15
15
VALUE "InternalName", "raylib-game"
16
- VALUE "LegalCopyright", "(c) 2024 raylib technologies (@raylibtech)"
16
+ VALUE "LegalCopyright", "(c) 2025 raylib technologies (@raylibtech)"
17
17
//VALUE "OriginalFilename", "raylib_app.exe"
18
18
VALUE "ProductName", "raylib-game"
19
19
VALUE "ProductVersion", "1.0"
You can’t perform that action at this time.
0 commit comments