summaryrefslogtreecommitdiffhomepage
path: root/examples/textures
diff options
context:
space:
mode:
authorRay <[email protected]>2023-01-01 16:07:51 +0100
committerRay <[email protected]>2023-01-01 16:07:51 +0100
commite2a8066fca67fe39ab2b5113d748bb04cd310f6c (patch)
tree5dd305b1f69b462efa3a3dc13707d6921cf2a8a7 /examples/textures
parentb59fab7ee6035886554778e8adc540deb3f29f4a (diff)
downloadraylib-e2a8066fca67fe39ab2b5113d748bb04cd310f6c.tar.gz
raylib-e2a8066fca67fe39ab2b5113d748bb04cd310f6c.zip
Update year to 2023
Diffstat (limited to 'examples/textures')
-rw-r--r--examples/textures/textures_textured_curve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/textures/textures_textured_curve.c b/examples/textures/textures_textured_curve.c
index 27667097..201b01fe 100644
--- a/examples/textures/textures_textured_curve.c
+++ b/examples/textures/textures_textured_curve.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) 2022 Jeffery Myers and Ramon Santamaria (@raysan5)
+* Copyright (c) 2022-2023 Jeffery Myers and Ramon Santamaria (@raysan5)
*
********************************************************************************************/