summaryrefslogtreecommitdiffhomepage
path: root/examples/textures/textures_blend_modes.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/textures/textures_blend_modes.c')
-rw-r--r--examples/textures/textures_blend_modes.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/textures/textures_blend_modes.c b/examples/textures/textures_blend_modes.c
index f451a945..b8131354 100644
--- a/examples/textures/textures_blend_modes.c
+++ b/examples/textures/textures_blend_modes.c
@@ -4,12 +4,14 @@
*
* NOTE: Images are loaded in CPU memory (RAM); textures are loaded in GPU memory (VRAM)
*
-* This example has been created using raylib 3.5 (www.raylib.com)
-* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
+* Example originally created with raylib 3.5, last time updated with raylib 3.5
*
* Example contributed by Karlo Licudine (@accidentalrebel) and reviewed by Ramon Santamaria (@raysan5)
*
-* Copyright (c) 2020 Karlo Licudine (@accidentalrebel)
+* 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 Karlo Licudine (@accidentalrebel)
*
********************************************************************************************/