diff options
| author | Ray <[email protected]> | 2024-01-02 20:58:12 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-01-02 20:58:12 +0100 |
| commit | 3f1e59a7cfd53f4a4643dc57f4466784a66542bc (patch) | |
| tree | 3c58f1c749949a8ffc45aa3a72b14766a714d092 /parser | |
| parent | 0a25a3ed7051377d7966cec6c3a3555d8ee0d551 (diff) | |
| download | raylib-3f1e59a7cfd53f4a4643dc57f4466784a66542bc.tar.gz raylib-3f1e59a7cfd53f4a4643dc57f4466784a66542bc.zip | |
Update copyright to 2024
Diffstat (limited to 'parser')
| -rw-r--r-- | parser/README.md | 2 | ||||
| -rw-r--r-- | parser/raylib_parser.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/parser/README.md b/parser/README.md index 0c55f20e..45a2689a 100644 --- a/parser/README.md +++ b/parser/README.md @@ -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) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/parser/raylib_parser.c b/parser/raylib_parser.c index bdec4915..9b8fd8b1 100644 --- a/parser/raylib_parser.c +++ b/parser/raylib_parser.c @@ -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"); |
