diff options
Diffstat (limited to 'examples/core/core_split_screen.c')
| -rw-r--r-- | examples/core/core_split_screen.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/core/core_split_screen.c b/examples/core/core_split_screen.c index 2f7cc2df..21bd9615 100644 --- a/examples/core/core_split_screen.c +++ b/examples/core/core_split_screen.c @@ -2,12 +2,14 @@ * * raylib [core] example - split screen * -* 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.0 * * Example contributed by Jeffery Myers (@JeffM2501) and reviewed by Ramon Santamaria (@raysan5) * -* Copyright (c) 2021 Jeffery Myers (@JeffM2501) +* 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) 2021-2022 Jeffery Myers (@JeffM2501) * ********************************************************************************************/ |
