|
@@ -30,7 +30,7 @@
|
|
|
*
|
|
|
* LICENSE: zlib/libpng
|
|
|
*
|
|
|
-* Copyright (c) 2013-2022 Ramon Santamaria (@raysan5)
|
|
|
+* Copyright (c) 2013-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.
|
|
@@ -867,7 +867,7 @@ bool ExportFontAsCode(Font font, 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-2022 Ramon Santamaria (@raysan5) //\n");
|
|
|
+ byteCount += sprintf(txtData + byteCount, "// Copyright (c) 2018-2023 Ramon Santamaria (@raysan5) //\n");
|
|
|
byteCount += sprintf(txtData + byteCount, "// //\n");
|
|
|
byteCount += sprintf(txtData + byteCount, "// ---------------------------------------------------------------------------------- //\n");
|
|
|
byteCount += sprintf(txtData + byteCount, "// //\n");
|