Skip to content

Commit e7bcfb5

Browse files
committed
Update to year 2025
1 parent 92c22d5 commit e7bcfb5

9 files changed

+10
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ Current version has some limitations:
3535

3636
This project sources are licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check [LICENSE](LICENSE) for further details.
3737

38-
*Copyright (c) 2024 Ramon Santamaria (@raysan5)*
38+
*Copyright (c) 2024-2025 Ramon Santamaria (@raysan5)*

src/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# raylib makefile for Desktop platforms, Raspberry Pi and WebAssembly
44
#
5-
# Copyright (c) 2021-2024 Ramon Santamaria (@raysan5)
5+
# Copyright (c) 2021-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_project_creator.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
* LICENSE: zlib/libpng
3434
*
35-
* Copyright (c) 2024 Ramon Santamaria (@raysan5)
35+
* Copyright (c) 2024-2025 Ramon Santamaria (@raysan5)
3636
*
3737
* This software is provided "as-is", without any express or implied warranty. In no event
3838
* will the authors be held liable for any damages arising from the use of this software.
@@ -883,7 +883,7 @@ static void ShowCommandLineInfo(void)
883883
printf("// raylib project creator v1.0 //\n");
884884
printf("// powered by raylib v%s and raygui v%s //\n", RAYLIB_VERSION, RAYGUI_VERSION);
885885
printf("// //\n");
886-
printf("// Copyright (c) 2024 Ramon Santamaria (@raysan5) //\n");
886+
printf("// Copyright (c) 2025 Ramon Santamaria (@raysan5) //\n");
887887
printf("// //\n");
888888
printf("//////////////////////////////////////////////////////////////////////////////////\n\n");
889889

src/raylib_project_creator.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BEGIN
1313
VALUE "FileDescription", "raylib_project_creator | Create raylib build projects"
1414
VALUE "FileVersion", "1.0"
1515
VALUE "InternalName", "raylib_project_creator"
16-
VALUE "LegalCopyright", "(c) 2024 raylib technologies (@raylibtech)"
16+
VALUE "LegalCopyright", "(c) 2025 raylib technologies (@raylibtech)"
1717
//VALUE "OriginalFilename", "raylib_project_creator.exe"
1818
VALUE "raylib_project_creator", "raylib_project_creator"
1919
VALUE "ProductVersion", "1.0"

src/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ This project sources are licensed under an unmodified zlib/libpng license, which
3939

4040
$(Additional Licenses)
4141

42-
*Copyright (c) 2024 ProjectDev ($(User Twitter/GitHub Name))*
42+
*Copyright (c) 2025 ProjectDev ($(User Twitter/GitHub Name))*

src/template/src/Makefile

+1-1
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/template/src/external/rres-raylib.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
* LICENSE: MIT
3838
*
39-
* Copyright (c) 2020-2024 Ramon Santamaria (@raysan5)
39+
* Copyright (c) 2020-2025 Ramon Santamaria (@raysan5)
4040
*
4141
* Permission is hereby granted, free of charge, to any person obtaining a copy
4242
* of this software and associated documentation files (the "Software"), to deal

src/template/src/project_name.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* This example has been created using raylib 1.0 (www.raylib.com)
66
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
77
*
8-
* Copyright (c) 2013-2024 Ramon Santamaria (@raysan5)
8+
* Copyright (c) 2013-2025 Ramon Santamaria (@raysan5)
99
*
1010
********************************************************************************************/
1111

src/template/src/project_name.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BEGIN
1313
VALUE "FileDescription", "ProductName | ProjectDescription"
1414
VALUE "FileVersion", "1.0"
1515
VALUE "InternalName", "project_name"
16-
VALUE "LegalCopyright", "(c) 2024 ProjectDev"
16+
VALUE "LegalCopyright", "(c) 2025 ProjectDev"
1717
//VALUE "OriginalFilename", "project_name.exe"
1818
VALUE "ProductName", "ProductName"
1919
VALUE "ProductVersion", "1.0"

0 commit comments

Comments
 (0)