Update year to 2025

This commit is contained in:
Ray 2025-01-01 00:02:52 +01:00
parent d1315e8a04
commit fa0eada61a
36 changed files with 41 additions and 41 deletions

View file

@ -1,4 +1,4 @@
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.

View file

@ -19,7 +19,7 @@ Check `raylib_parser.c` for details about those structs.
// //
// more info and bugs-report: github.com/raysan5/raylib/parser //
// //
// Copyright (c) 2021-2024 Ramon Santamaria (@raysan5) //
// Copyright (c) 2021-2025 Ramon Santamaria (@raysan5) //
// //
//////////////////////////////////////////////////////////////////////////////////

View file

@ -54,7 +54,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-2024 Ramon Santamaria (@raysan5)
Copyright (c) 2021-2025 Ramon Santamaria (@raysan5)
**********************************************************************************************/
@ -1084,7 +1084,7 @@ static void ShowCommandLineInfo(void)
printf("// //\n");
printf("// more info and bugs-report: github.com/raysan5/raylib/parser //\n");
printf("// //\n");
printf("// Copyright (c) 2021-2024 Ramon Santamaria (@raysan5) //\n");
printf("// Copyright (c) 2021-2025 Ramon Santamaria (@raysan5) //\n");
printf("// //\n");
printf("//////////////////////////////////////////////////////////////////////////////////\n\n");