mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-10 21:48:46 +01:00
Update year to 2026
This commit is contained in:
@ -102,4 +102,4 @@ char *TextReplaceBetween(const char *text, const char *begin, const char *end, c
|
||||
|
||||
`rexm` is an **open source** project, licensed under an unmodified [zlib/libpng license](LICENSE)
|
||||
|
||||
*Copyright (c) 2025 Ramon Santamaria ([@raysan5](https://github.com/raysan5))*
|
||||
*Copyright (c) 2025-2026 Ramon Santamaria ([@raysan5](https://github.com/raysan5))*
|
||||
|
||||
@ -2840,7 +2840,7 @@ static void UpdateSourceMetadata(const char *exSrcPath, const rlExampleInfo *inf
|
||||
if (exTextUpdated[2] != NULL) exTextUpdatedPtr = exTextUpdated[2];
|
||||
|
||||
// Update copyright message
|
||||
// String: "* Copyright (c) 2019-2025 Contributor Name (@github_user) and Ramon Santamaria (@raysan5)"
|
||||
// String: "* Copyright (c) 2019-2026 Contributor Name (@github_user) and Ramon Santamaria (@raysan5)"
|
||||
if (info->yearCreated == info->yearReviewed)
|
||||
{
|
||||
exTextUpdated[3] = TextReplaceBetween(exTextUpdatedPtr, "Copyright (c) ", ")",
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Copyright (c) 2021-2025 Ramon Santamaria (@raysan5)
|
||||
Copyright (c) 2021-2026 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.
|
||||
|
||||
@ -19,7 +19,7 @@ Check `rlparser.c` for details about those structs.
|
||||
// //
|
||||
// more info and bugs-report: github.com/raysan5/raylib/tools/rlparser //
|
||||
// //
|
||||
// Copyright (c) 2021-2025 Ramon Santamaria (@raysan5) //
|
||||
// Copyright (c) 2021-2026 Ramon Santamaria (@raysan5) //
|
||||
// //
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
raylib-parser is licensed under an unmodified zlib/libpng license, which is an OSI-certified,
|
||||
BSD-like license that allows static linking with closed source software:
|
||||
|
||||
Copyright (c) 2021-2025 Ramon Santamaria (@raysan5)
|
||||
Copyright (c) 2021-2026 Ramon Santamaria (@raysan5)
|
||||
|
||||
**********************************************************************************************/
|
||||
|
||||
@ -1084,7 +1084,7 @@ static void ShowCommandLineInfo(void)
|
||||
printf("// //\n");
|
||||
printf("// more info and bugs-report: github.com/raysan5/raylib/tools/rlparser //\n");
|
||||
printf("// //\n");
|
||||
printf("// Copyright (c) 2021-2025 Ramon Santamaria (@raysan5) //\n");
|
||||
printf("// Copyright (c) 2021-2026 Ramon Santamaria (@raysan5) //\n");
|
||||
printf("// //\n");
|
||||
printf("//////////////////////////////////////////////////////////////////////////////////\n\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user