summaryrefslogtreecommitdiffhomepage
path: root/src/textures.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-01-05 20:01:54 +0100
committerraysan5 <[email protected]>2020-01-05 20:01:54 +0100
commit21c30f43d47a4cb6b4cb31de95827b79ba01d030 (patch)
treec3bb280aecb4e2120fdec56eff011963b78e8483 /src/textures.c
parentc20ccfe274f94d29dcf1a1f84048a57d56dedce6 (diff)
downloadraylib-21c30f43d47a4cb6b4cb31de95827b79ba01d030.tar.gz
raylib-21c30f43d47a4cb6b4cb31de95827b79ba01d030.zip
Update year to 2020
Diffstat (limited to 'src/textures.c')
-rw-r--r--src/textures.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textures.c b/src/textures.c
index edcf6712..85063830 100644
--- a/src/textures.c
+++ b/src/textures.c
@@ -38,7 +38,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2020 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.
@@ -871,7 +871,7 @@ void ExportImageAsCode(Image image, const char *fileName)
fprintf(txtFile, "// more info and bugs-report: github.com/raysan5/raylib //\n");
fprintf(txtFile, "// feedback and support: ray[at]raylib.com //\n");
fprintf(txtFile, "// //\n");
- fprintf(txtFile, "// Copyright (c) 2019 Ramon Santamaria (@raysan5) //\n");
+ fprintf(txtFile, "// Copyright (c) 2020 Ramon Santamaria (@raysan5) //\n");
fprintf(txtFile, "// //\n");
fprintf(txtFile, "////////////////////////////////////////////////////////////////////////////////////////\n\n");