Update year to 2026

This commit is contained in:
Ray
2026-01-02 13:40:15 +01:00
parent 980e4d0ad3
commit 416af51a93
34 changed files with 46 additions and 44 deletions

View File

@ -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))*

View File

@ -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) ", ")",