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

@ -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.

View File

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

View File

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