From 4a9391ae83757afd86b6f1cccae4335c611b5b41 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 20 Jul 2022 01:28:37 +0200 Subject: REVIEWED: examples descriptions --- examples/shaders/shaders_postprocessing.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'examples/shaders/shaders_postprocessing.c') diff --git a/examples/shaders/shaders_postprocessing.c b/examples/shaders/shaders_postprocessing.c index 67bd1f09..56fa6715 100644 --- a/examples/shaders/shaders_postprocessing.c +++ b/examples/shaders/shaders_postprocessing.c @@ -9,10 +9,12 @@ * on OpenGL ES 2.0 platforms (Android, Raspberry Pi, HTML5), use #version 100 shaders * raylib comes with shaders ready for both versions, check raylib/shaders install folder * -* 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 4.0 * -* Copyright (c) 2015 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) 2015-2022 Ramon Santamaria (@raysan5) * ********************************************************************************************/ -- cgit v1.2.3