|
@@ -38,7 +38,7 @@
|
|
*
|
|
*
|
|
* LICENSE: zlib/libpng
|
|
* 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
|
|
* 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.
|
|
* 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, "// more info and bugs-report: github.com/raysan5/raylib //\n");
|
|
fprintf(txtFile, "// feedback and support: ray[at]raylib.com //\n");
|
|
fprintf(txtFile, "// feedback and support: ray[at]raylib.com //\n");
|
|
fprintf(txtFile, "// //\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");
|
|
fprintf(txtFile, "////////////////////////////////////////////////////////////////////////////////////////\n\n");
|
|
fprintf(txtFile, "////////////////////////////////////////////////////////////////////////////////////////\n\n");
|
|
|
|
|