diff options
| author | Ray <[email protected]> | 2023-01-01 16:00:56 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-01-01 16:00:56 +0100 |
| commit | b59fab7ee6035886554778e8adc540deb3f29f4a (patch) | |
| tree | 065d53b4b0d2057c7eaa31d11b3ef4b6a9a07b3d /parser | |
| parent | 713e26332f15209a9b8f2315a909858a21fa5fd4 (diff) | |
| download | raylib-b59fab7ee6035886554778e8adc540deb3f29f4a.tar.gz raylib-b59fab7ee6035886554778e8adc540deb3f29f4a.zip | |
Update year to 2023
Diffstat (limited to 'parser')
| -rw-r--r-- | parser/raylib_parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/raylib_parser.c b/parser/raylib_parser.c index 5ca186d7..97e1e79a 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-2022 Ramon Santamaria (@raysan5) + Copyright (c) 2021-2023 Ramon Santamaria (@raysan5) **********************************************************************************************/ @@ -1073,7 +1073,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-2022 Ramon Santamaria (@raysan5) //\n"); + printf("// Copyright (c) 2021-2023 Ramon Santamaria (@raysan5) //\n"); printf("// //\n"); printf("//////////////////////////////////////////////////////////////////////////////////\n\n"); |
