Skip to content

Commit

Permalink
Update to year 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Dec 31, 2024
1 parent 92c22d5 commit e7bcfb5
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Current version has some limitations:

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.

*Copyright (c) 2024 Ramon Santamaria (@raysan5)*
*Copyright (c) 2024-2025 Ramon Santamaria (@raysan5)*
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# raylib makefile for Desktop platforms, Raspberry Pi and WebAssembly
#
# Copyright (c) 2021-2024 Ramon Santamaria (@raysan5)
# Copyright (c) 2021-2025 Ramon Santamaria (@raysan5)
#
# This software is provided "as-is", without any express or implied warranty. In no event
# will the authors be held liable for any damages arising from the use of this software.
Expand Down
4 changes: 2 additions & 2 deletions src/raylib_project_creator.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*
* LICENSE: zlib/libpng
*
* Copyright (c) 2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2024-2025 Ramon Santamaria (@raysan5)
*
* This software is provided "as-is", without any express or implied warranty. In no event
* will the authors be held liable for any damages arising from the use of this software.
Expand Down Expand Up @@ -883,7 +883,7 @@ static void ShowCommandLineInfo(void)
printf("// raylib project creator v1.0 //\n");
printf("// powered by raylib v%s and raygui v%s //\n", RAYLIB_VERSION, RAYGUI_VERSION);
printf("// //\n");
printf("// Copyright (c) 2024 Ramon Santamaria (@raysan5) //\n");
printf("// Copyright (c) 2025 Ramon Santamaria (@raysan5) //\n");
printf("// //\n");
printf("//////////////////////////////////////////////////////////////////////////////////\n\n");

Expand Down
2 changes: 1 addition & 1 deletion src/raylib_project_creator.rc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BEGIN
VALUE "FileDescription", "raylib_project_creator | Create raylib build projects"
VALUE "FileVersion", "1.0"
VALUE "InternalName", "raylib_project_creator"
VALUE "LegalCopyright", "(c) 2024 raylib technologies (@raylibtech)"
VALUE "LegalCopyright", "(c) 2025 raylib technologies (@raylibtech)"
//VALUE "OriginalFilename", "raylib_project_creator.exe"
VALUE "raylib_project_creator", "raylib_project_creator"
VALUE "ProductVersion", "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ This project sources are licensed under an unmodified zlib/libpng license, which

$(Additional Licenses)

*Copyright (c) 2024 ProjectDev ($(User Twitter/GitHub Name))*
*Copyright (c) 2025 ProjectDev ($(User Twitter/GitHub Name))*
2 changes: 1 addition & 1 deletion src/template/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# raylib makefile for Desktop platforms, Web (Wasm), Raspberry Pi (DRM mode) and Android
#
# Copyright (c) 2013-2024 Ramon Santamaria (@raysan5)
# Copyright (c) 2013-2025 Ramon Santamaria (@raysan5)
#
# This software is provided "as-is", without any express or implied warranty. In no event
# will the authors be held liable for any damages arising from the use of this software.
Expand Down
2 changes: 1 addition & 1 deletion src/template/src/external/rres-raylib.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* LICENSE: MIT
*
* Copyright (c) 2020-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2020-2025 Ramon Santamaria (@raysan5)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/template/src/project_name.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* This example has been created using raylib 1.0 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
* Copyright (c) 2013-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2013-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion src/template/src/project_name.rc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BEGIN
VALUE "FileDescription", "ProductName | ProjectDescription"
VALUE "FileVersion", "1.0"
VALUE "InternalName", "project_name"
VALUE "LegalCopyright", "(c) 2024 ProjectDev"
VALUE "LegalCopyright", "(c) 2025 ProjectDev"
//VALUE "OriginalFilename", "project_name.exe"
VALUE "ProductName", "ProductName"
VALUE "ProductVersion", "1.0"
Expand Down

0 comments on commit e7bcfb5

Please sign in to comment.