summaryrefslogtreecommitdiffhomepage
path: root/examples/shaders/shaders_mesh_instancing.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shaders/shaders_mesh_instancing.c')
-rw-r--r--examples/shaders/shaders_mesh_instancing.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/shaders/shaders_mesh_instancing.c b/examples/shaders/shaders_mesh_instancing.c
index 08618d6e..ce0855d9 100644
--- a/examples/shaders/shaders_mesh_instancing.c
+++ b/examples/shaders/shaders_mesh_instancing.c
@@ -1,12 +1,14 @@
/*******************************************************************************************
*
-* raylib [shaders] example - mesh instancing
+* raylib [shaders] example - Mesh instancing
*
-* This example has been created using raylib 3.7 (www.raylib.com)
-* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
+* Example originally created with raylib 3.7, last time updated with raylib 4.2
*
* Example contributed by @seanpringle and reviewed by Max (@moliad) and 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) 2020-2022 @seanpringle, Max (@moliad) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/