summaryrefslogtreecommitdiffhomepage
path: root/examples/textures/textures_sprite_anim.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/textures/textures_sprite_anim.c')
-rw-r--r--examples/textures/textures_sprite_anim.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/textures/textures_sprite_anim.c b/examples/textures/textures_sprite_anim.c
index 0e66b883..aa9f18ae 100644
--- a/examples/textures/textures_sprite_anim.c
+++ b/examples/textures/textures_sprite_anim.c
@@ -2,10 +2,12 @@
*
* raylib [textures] example - Sprite animation
*
-* This example has been created using raylib 1.3 (www.raylib.com)
-* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
+* Example originally created with raylib 1.3, last time updated with raylib 1.3
*
-* Copyright (c) 2014 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) 2014-2022 Ramon Santamaria (@raysan5)
*
********************************************************************************************/