Update final few examples inconsistencies

This commit is contained in:
Anstro Pleuton 2025-01-17 06:39:59 -08:00
parent 0022f86e1e
commit 4bf45899e3
6 changed files with 13 additions and 7 deletions

View File

@ -58,14 +58,14 @@
* *
* raylib [core] example - Basic window * raylib [core] example - Basic window
* *
* Example originally created with raylib 4.5, last time updated with raylib 4.5 * Example originally created with raylib 5.5, last time updated with raylib 5.5
* *
* Example contributed by <user_name> (@<user_github>) and reviewed by Ramon Santamaria (@raysan5) * Example contributed by <user_name> (@<user_github>) and reviewed by Ramon Santamaria (@raysan5)
* *
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software * BSD-like license that allows static linking with closed source software
* *
* Copyright (c) 2023 <user_name> (@<user_github>) * Copyright (c) <year_created>-<year_updated> <user_name> (@<user_github>)
* *
********************************************************************************************/ ********************************************************************************************/

View File

@ -6,10 +6,12 @@
* *
* Example originally created with raylib 5.6-dev, last time updated with raylib 5.6-dev * Example originally created with raylib 5.6-dev, last time updated with raylib 5.6-dev
* *
* Example contributed by Timothy van der Valk (@arceryz) and reviewed by Ramon Santamaria (@raysan5)
*
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software * BSD-like license that allows static linking with closed source software
* *
* Copyright (c) 2024-2025 raylib contributor (?) & Ramon Santamaria (@raysan5) * Copyright (c) 2024-2025 Timothy van der Valk (@arceryz) and Ramon Santamaria (@raysan5)
* *
********************************************************************************************/ ********************************************************************************************/

View File

@ -18,12 +18,12 @@
* *
* Example originally created with raylib 2.5, last time updated with raylib 4.0 * Example originally created with raylib 2.5, last time updated with raylib 4.0
* *
* Example contributed by ProfJski and reviewed by Ramon Santamaria (@raysan5) * Example contributed by ProfJski (@ProfJski) and reviewed by Ramon Santamaria (@raysan5)
* *
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software * BSD-like license that allows static linking with closed source software
* *
* Copyright (c) 2019-2025 ProfJski and Ramon Santamaria (@raysan5) * Copyright (c) 2019-2025 ProfJski (@ProfJski) and Ramon Santamaria (@raysan5)
* *
********************************************************************************************/ ********************************************************************************************/

View File

@ -9,6 +9,8 @@
* *
* NOTE: Shaders used in this example are #version 330 (OpenGL 3.3). * NOTE: Shaders used in this example are #version 330 (OpenGL 3.3).
* *
* Example originally created with raylib 4.5, last time updated with raylib 4.5
*
* Example contributed by Jussi Viitala (@nullstare) and reviewed by Ramon Santamaria (@raysan5) * Example contributed by Jussi Viitala (@nullstare) and reviewed by Ramon Santamaria (@raysan5)
* *
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,

View File

@ -8,12 +8,12 @@
* *
* Example originally created with raylib 2.0, last time updated with raylib 3.7 * Example originally created with raylib 2.0, last time updated with raylib 3.7
* *
* Example contributed by Michał Ciesielski and reviewed by Ramon Santamaria (@raysan5) * Example contributed by Michał Ciesielski (@ciessielski) and reviewed by Ramon Santamaria (@raysan5)
* *
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software * BSD-like license that allows static linking with closed source software
* *
* Copyright (c) 2019-2025 Michał Ciesielski and Ramon Santamaria (@raysan5) * Copyright (c) 2019-2025 Michał Ciesielski (@ciessielski) and Ramon Santamaria (@raysan5)
* *
********************************************************************************************/ ********************************************************************************************/

View File

@ -6,6 +6,8 @@
* *
* Example demonstrates how to tile a texture on a 3D model using raylib. * Example demonstrates how to tile a texture on a 3D model using raylib.
* *
* Example originally created with raylib 4.5, last time updated with raylib 4.5
*
* Example contributed by Luis Almeida (@luis605) and reviewed by Ramon Santamaria (@raysan5) * Example contributed by Luis Almeida (@luis605) and reviewed by Ramon Santamaria (@raysan5)
* *
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,