summaryrefslogtreecommitdiffhomepage
path: root/src/rtextures.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-12-31 20:06:22 +0100
committerraysan5 <[email protected]>2021-12-31 20:06:22 +0100
commita940f41b4bfb681c9cbed9e95d1b73fee64d5bb8 (patch)
treef832ea2e6c165a0a04c2f3ef1af4f23dbd3f21f8 /src/rtextures.c
parentbb875b1db75c47beb69c80a26c3d56d085ed2149 (diff)
downloadraylib-a940f41b4bfb681c9cbed9e95d1b73fee64d5bb8.tar.gz
raylib-a940f41b4bfb681c9cbed9e95d1b73fee64d5bb8.zip
Update year to 2022
Diffstat (limited to 'src/rtextures.c')
-rw-r--r--src/rtextures.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtextures.c b/src/rtextures.c
index 73769a90..ea906d29 100644
--- a/src/rtextures.c
+++ b/src/rtextures.c
@@ -42,7 +42,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2013-2021 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2022 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.
@@ -566,7 +566,7 @@ bool ExportImageAsCode(Image image, const char *fileName)
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) 2018-2021 Ramon Santamaria (@raysan5) //\n");
+ byteCount += sprintf(txtData + byteCount, "// Copyright (c) 2018-2022 Ramon Santamaria (@raysan5) //\n");
byteCount += sprintf(txtData + byteCount, "// //\n");
byteCount += sprintf(txtData + byteCount, "////////////////////////////////////////////////////////////////////////////////////////\n\n");