summaryrefslogtreecommitdiffhomepage
path: root/examples/text/text_font_loading.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/text/text_font_loading.c')
-rw-r--r--examples/text/text_font_loading.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/examples/text/text_font_loading.c b/examples/text/text_font_loading.c
index 629901ad..6ebdbbcd 100644
--- a/examples/text/text_font_loading.c
+++ b/examples/text/text_font_loading.c
@@ -2,7 +2,7 @@
*
* raylib [text] example - Font loading
*
-* raylib can load fonts from multiple file formats:
+* NOTE: raylib can load fonts from multiple input file formats:
*
* - TTF/OTF > Sprite font atlas is generated on loading, user can configure
* some of the generation parameters (size, characters to include)
@@ -11,10 +11,12 @@
* - XNA Spritefont > Sprite font image, following XNA Spritefont conventions,
* Characters in image must follow some spacing and order rules
*
-* This example has been created using raylib 2.6 (www.raylib.com)
-* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
+* Example originally created with raylib 1.4, last time updated with raylib 3.0
*
-* Copyright (c) 2016-2019 Ramon Santamaria (@raysan5)
+* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
+* BSD-like license that allows static linking with closed source software
+*
+* Copyright (c) 2016-2022 Ramon Santamaria (@raysan5)
*
********************************************************************************************/