Browse Source

Update final few examples inconsistencies

pull/4699/head
Anstro Pleuton 3 months ago
parent
commit
4bf45899e3
6 changed files with 13 additions and 7 deletions
  1. +2
    -2
      examples/examples_template.c
  2. +3
    -1
      examples/models/models_tesseract_view.c
  3. +2
    -2
      examples/shaders/shaders_eratosthenes.c
  4. +2
    -0
      examples/shaders/shaders_lightmap.c
  5. +2
    -2
      examples/shaders/shaders_texture_drawing.c
  6. +2
    -0
      examples/shaders/shaders_texture_tiling.c

+ 2
- 2
examples/examples_template.c 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) mi">2023 <user_name> (@<user_github>) * Copyright (c) o"><year_created>-<year_updated> <user_name> (@<user_github>)
* *
********************************************************************************************/ ********************************************************************************************/

+ 3
- 1
examples/models/models_tesseract_view.c 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)
* *
********************************************************************************************/ ********************************************************************************************/

+ 2
- 2
examples/shaders/shaders_eratosthenes.c 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 p">(@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 p">(@ProfJski) and Ramon Santamaria (@raysan5)
* *
********************************************************************************************/ ********************************************************************************************/

+ 2
- 0
examples/shaders/shaders_lightmap.c 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,

+ 2
- 2
examples/shaders/shaders_texture_drawing.c 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 p">(@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 p">(@ciessielski) and Ramon Santamaria (@raysan5)
* *
********************************************************************************************/ ********************************************************************************************/

+ 2
- 0
examples/shaders/shaders_texture_tiling.c 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,

||||||
x
 
000:0
Loading…
Cancel
Save