summaryrefslogtreecommitdiffhomepage
path: root/examples/text
diff options
context:
space:
mode:
authorRay <[email protected]>2023-01-01 16:00:56 +0100
committerRay <[email protected]>2023-01-01 16:00:56 +0100
commitb59fab7ee6035886554778e8adc540deb3f29f4a (patch)
tree065d53b4b0d2057c7eaa31d11b3ef4b6a9a07b3d /examples/text
parent713e26332f15209a9b8f2315a909858a21fa5fd4 (diff)
downloadraylib-b59fab7ee6035886554778e8adc540deb3f29f4a.tar.gz
raylib-b59fab7ee6035886554778e8adc540deb3f29f4a.zip
Update year to 2023
Diffstat (limited to 'examples/text')
-rw-r--r--examples/text/text_draw_3d.c2
-rw-r--r--examples/text/text_font_filters.c2
-rw-r--r--examples/text/text_font_loading.c2
-rw-r--r--examples/text/text_font_sdf.c2
-rw-r--r--examples/text/text_font_spritefont.c2
-rw-r--r--examples/text/text_format_text.c2
-rw-r--r--examples/text/text_input_box.c2
-rw-r--r--examples/text/text_raylib_fonts.c2
-rw-r--r--examples/text/text_rectangle_bounds.c2
-rw-r--r--examples/text/text_unicode.c2
-rw-r--r--examples/text/text_writing_anim.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/examples/text/text_draw_3d.c b/examples/text/text_draw_3d.c
index f03ad784..0711d54c 100644
--- a/examples/text/text_draw_3d.c
+++ b/examples/text/text_draw_3d.c
@@ -22,7 +22,7 @@
* 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) 2021-2022 Vlad Adrian (@demizdor)
+* Copyright (c) 2021-2023 Vlad Adrian (@demizdor)
*
********************************************************************************************/
diff --git a/examples/text/text_font_filters.c b/examples/text/text_font_filters.c
index 7d9082b5..e6756713 100644
--- a/examples/text/text_font_filters.c
+++ b/examples/text/text_font_filters.c
@@ -11,7 +11,7 @@
* 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) 2015-2022 Ramon Santamaria (@raysan5)
+* Copyright (c) 2015-2023 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/text/text_font_loading.c b/examples/text/text_font_loading.c
index 6ebdbbcd..2ded64f0 100644
--- a/examples/text/text_font_loading.c
+++ b/examples/text/text_font_loading.c
@@ -16,7 +16,7 @@
* 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)
+* Copyright (c) 2016-2023 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/text/text_font_sdf.c b/examples/text/text_font_sdf.c
index 9e746501..6a223ae5 100644
--- a/examples/text/text_font_sdf.c
+++ b/examples/text/text_font_sdf.c
@@ -7,7 +7,7 @@
* 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) 2015-2022 Ramon Santamaria (@raysan5)
+* Copyright (c) 2015-2023 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/text/text_font_spritefont.c b/examples/text/text_font_spritefont.c
index 109ab486..b5df2d0d 100644
--- a/examples/text/text_font_spritefont.c
+++ b/examples/text/text_font_spritefont.c
@@ -17,7 +17,7 @@
* 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) 2014-2022 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2023 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/text/text_format_text.c b/examples/text/text_format_text.c
index dbdbb0fd..6b1b0456 100644
--- a/examples/text/text_format_text.c
+++ b/examples/text/text_format_text.c
@@ -7,7 +7,7 @@
* 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) 2014-2022 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2023 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/text/text_input_box.c b/examples/text/text_input_box.c
index 4d2eee44..f3923c1e 100644
--- a/examples/text/text_input_box.c
+++ b/examples/text/text_input_box.c
@@ -7,7 +7,7 @@
* 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) 2017-2022 Ramon Santamaria (@raysan5)
+* Copyright (c) 2017-2023 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/text/text_raylib_fonts.c b/examples/text/text_raylib_fonts.c
index f08569a2..8ef67c71 100644
--- a/examples/text/text_raylib_fonts.c
+++ b/examples/text/text_raylib_fonts.c
@@ -10,7 +10,7 @@
* 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) 2017-2022 Ramon Santamaria (@raysan5)
+* Copyright (c) 2017-2023 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/text/text_rectangle_bounds.c b/examples/text/text_rectangle_bounds.c
index 9ae2ba93..886c348d 100644
--- a/examples/text/text_rectangle_bounds.c
+++ b/examples/text/text_rectangle_bounds.c
@@ -9,7 +9,7 @@
* 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) 2018-2022 Vlad Adrian (@demizdor) and Ramon Santamaria (@raysan5)
+* Copyright (c) 2018-2023 Vlad Adrian (@demizdor) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/text/text_unicode.c b/examples/text/text_unicode.c
index 4af54265..eb2a7843 100644
--- a/examples/text/text_unicode.c
+++ b/examples/text/text_unicode.c
@@ -9,7 +9,7 @@
* 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) 2019-2022 Vlad Adrian (@demizdor) and Ramon Santamaria (@raysan5)
+* Copyright (c) 2019-2023 Vlad Adrian (@demizdor) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/text/text_writing_anim.c b/examples/text/text_writing_anim.c
index 6beb3e55..4ee67700 100644
--- a/examples/text/text_writing_anim.c
+++ b/examples/text/text_writing_anim.c
@@ -7,7 +7,7 @@
* 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)
+* Copyright (c) 2016-2023 Ramon Santamaria (@raysan5)
*
********************************************************************************************/