Update copyright to 2024
This commit is contained in:
parent
0a25a3ed70
commit
3f1e59a7cf
167 changed files with 173 additions and 173 deletions
|
@ -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-2023 Ramon Santamaria (@raysan5) //
|
||||
// Copyright (c) 2021-2024 Ramon Santamaria (@raysan5) //
|
||||
// //
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
|
@ -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-2023 Ramon Santamaria (@raysan5)
|
||||
Copyright (c) 2021-2024 Ramon Santamaria (@raysan5)
|
||||
|
||||
**********************************************************************************************/
|
||||
|
||||
|
@ -1075,7 +1075,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-2023 Ramon Santamaria (@raysan5) //\n");
|
||||
printf("// Copyright (c) 2021-2024 Ramon Santamaria (@raysan5) //\n");
|
||||
printf("// //\n");
|
||||
printf("//////////////////////////////////////////////////////////////////////////////////\n\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue