Skip to content

Commit 945f181

Browse files
anstropleutonAnstro Pleuton
andauthored
[examples] Update examples to be consistent (#4699)
* Update examples inconsistencies * Happy new years, examples! * Missed one inconsistency * Update final few examples inconsistencies --------- Co-authored-by: Anstro Pleuton <anstropleuton@github.com>
1 parent 7425694 commit 945f181

File tree

155 files changed

+188
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+188
-166
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ Detailed changes:
16711671
[examples] ADDED: models_waving_cubes, by @codecat
16721672
[examples] ADDED: models_solar_system, by @aldrinmartoq
16731673
[examples] ADDED: shaders_fog, by @chriscamacho
1674-
[examples] ADDED: shaders_texture_waves, by @Anata
1674+
[examples] ADDED: shaders_texture_waves, by @anatagawa
16751675
[examples] ADDED: shaders_basic_lighting, by @chriscamacho
16761676
[examples] ADDED: shaders_simple_mask, by @chriscamacho
16771677
[examples] ADDED: audio_multichannel_sound, by @chriscamacho

examples/README.md

Lines changed: 1 addition & 1 deletion

examples/audio/audio_mixed_processor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
1212
* BSD-like license that allows static linking with closed source software
1313
*
14-
* Copyright (c) 2023 hkc (@hatkidchan)
14+
* Copyright (c) 2023-2025 hkc (@hatkidchan)
1515
*
1616
********************************************************************************************/
1717
#include "raylib.h"

examples/audio/audio_module_playing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
1010
* BSD-like license that allows static linking with closed source software
1111
*
12-
* Copyright (c) 2016-2024 Ramon Santamaria (@raysan5)
12+
* Copyright (c) 2016-2025 Ramon Santamaria (@raysan5)
1313
*
1414
********************************************************************************************/
1515

examples/audio/audio_music_stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
1010
* BSD-like license that allows static linking with closed source software
1111
*
12-
* Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
12+
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5)
1313
*
1414
********************************************************************************************/
1515

examples/audio/audio_raw_stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
1212
* BSD-like license that allows static linking with closed source software
1313
*
14-
* Copyright (c) 2015-2024 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox)
14+
* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox)
1515
*
1616
********************************************************************************************/
1717

examples/audio/audio_sound_loading.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
1010
* BSD-like license that allows static linking with closed source software
1111
*
12-
* Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
12+
* Copyright (c) 2014-2025 Ramon Santamaria (@raysan5)
1313
*
1414
********************************************************************************************/
1515

examples/audio/audio_sound_multi.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
*
55
* Example complexity rating: [★★☆☆] 2/4
66
*
7-
* Example originally created with raylib 4.6
7+
* Example originally created with raylib 4.6, last time updated with raylib 4.6
8+
*
9+
* Example contributed by Jeffery Myers (@JeffM2501) and reviewed by Ramon Santamaria (@raysan5)
810
*
911
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
1012
* BSD-like license that allows static linking with closed source software
1113
*
12-
* Copyright (c) 2023 Jeffery Myers (@JeffM2501)
14+
* Copyright (c) 2023-2025 Jeffery Myers (@JeffM2501)
1315
*
1416
********************************************************************************************/
1517

examples/audio/audio_stream_effects.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
1010
* BSD-like license that allows static linking with closed source software
1111
*
12-
* Copyright (c) 2022-2024 Ramon Santamaria (@raysan5)
12+
* Copyright (c) 2022-2025 Ramon Santamaria (@raysan5)
1313
*
1414
********************************************************************************************/
1515

examples/core/core_2d_camera.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
1010
* BSD-like license that allows static linking with closed source software
1111
*
12-
* Copyright (c) 2016-2024 Ramon Santamaria (@raysan5)
12+
* Copyright (c) 2016-2025 Ramon Santamaria (@raysan5)
1313
*
1414
********************************************************************************************/
1515

0 commit comments

Comments
 (0)