diff options
| author | Ray <[email protected]> | 2023-01-01 16:07:51 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-01-01 16:07:51 +0100 |
| commit | e2a8066fca67fe39ab2b5113d748bb04cd310f6c (patch) | |
| tree | 5dd305b1f69b462efa3a3dc13707d6921cf2a8a7 /src/utils.c | |
| parent | b59fab7ee6035886554778e8adc540deb3f29f4a (diff) | |
| download | raylib-e2a8066fca67fe39ab2b5113d748bb04cd310f6c.tar.gz raylib-e2a8066fca67fe39ab2b5113d748bb04cd310f6c.zip | |
Update year to 2023
Diffstat (limited to 'src/utils.c')
| -rw-r--r-- | src/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.c b/src/utils.c index b165449b..030e5973 100644 --- a/src/utils.c +++ b/src/utils.c @@ -11,7 +11,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2014-2022 Ramon Santamaria (@raysan5) +* Copyright (c) 2014-2023 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. @@ -290,7 +290,7 @@ bool ExportDataAsCode(const unsigned char *data, unsigned int size, const char * byteCount += sprintf(txtData + byteCount, "// more info and bugs-report: github.com/raysan5/raylib //\n"); byteCount += sprintf(txtData + byteCount, "// feedback and support: ray[at]raylib.com //\n"); byteCount += sprintf(txtData + byteCount, "// //\n"); - byteCount += sprintf(txtData + byteCount, "// Copyright (c) 2022 Ramon Santamaria (@raysan5) //\n"); + byteCount += sprintf(txtData + byteCount, "// Copyright (c) 2022-2023 Ramon Santamaria (@raysan5) //\n"); byteCount += sprintf(txtData + byteCount, "// //\n"); byteCount += sprintf(txtData + byteCount, "////////////////////////////////////////////////////////////////////////////////////////\n\n"); |
