diff options
Diffstat (limited to 'examples/others/embedded_files_loading.c')
| -rw-r--r-- | examples/others/embedded_files_loading.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/others/embedded_files_loading.c b/examples/others/embedded_files_loading.c index 20f8cc9a..3e3bc7d4 100644 --- a/examples/others/embedded_files_loading.c +++ b/examples/others/embedded_files_loading.c @@ -2,12 +2,14 @@ * * raylib [others] example - Embedded files loading (Wave and Image) * -* This example has been created using raylib 3.0 (www.raylib.com) -* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) +* Example originally created with raylib 3.0, last time updated with raylib 2.5 * * Example contributed by Kristian Holmgren (@defutura) and reviewed by Ramon Santamaria (@raysan5) * -* Copyright (c) 2020 Kristian Holmgren (@defutura) 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 Kristian Holmgren (@defutura) and Ramon Santamaria (@raysan5) * ********************************************************************************************/ |
