summaryrefslogtreecommitdiffhomepage
path: root/examples/audio
diff options
context:
space:
mode:
authorRay <[email protected]>2024-01-02 20:58:12 +0100
committerRay <[email protected]>2024-01-02 20:58:12 +0100
commit3f1e59a7cfd53f4a4643dc57f4466784a66542bc (patch)
tree3c58f1c749949a8ffc45aa3a72b14766a714d092 /examples/audio
parent0a25a3ed7051377d7966cec6c3a3555d8ee0d551 (diff)
downloadraylib-3f1e59a7cfd53f4a4643dc57f4466784a66542bc.tar.gz
raylib-3f1e59a7cfd53f4a4643dc57f4466784a66542bc.zip
Update copyright to 2024
Diffstat (limited to 'examples/audio')
-rw-r--r--examples/audio/audio_module_playing.c2
-rw-r--r--examples/audio/audio_music_stream.c2
-rw-r--r--examples/audio/audio_raw_stream.c2
-rw-r--r--examples/audio/audio_sound_loading.c2
-rw-r--r--examples/audio/audio_stream_effects.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/audio/audio_module_playing.c b/examples/audio/audio_module_playing.c
index bf5530fd..6234f0e5 100644
--- a/examples/audio/audio_module_playing.c
+++ b/examples/audio/audio_module_playing.c
@@ -7,7 +7,7 @@
* 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) 2016-2023 Ramon Santamaria (@raysan5)
+* Copyright (c) 2016-2024 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/audio/audio_music_stream.c b/examples/audio/audio_music_stream.c
index 4cf29973..bdf141ed 100644
--- a/examples/audio/audio_music_stream.c
+++ b/examples/audio/audio_music_stream.c
@@ -7,7 +7,7 @@
* 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) 2015-2023 Ramon Santamaria (@raysan5)
+* Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/audio/audio_raw_stream.c b/examples/audio/audio_raw_stream.c
index b3173ab9..0b795429 100644
--- a/examples/audio/audio_raw_stream.c
+++ b/examples/audio/audio_raw_stream.c
@@ -9,7 +9,7 @@
* 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) 2015-2023 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox)
+* Copyright (c) 2015-2024 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox)
*
********************************************************************************************/
diff --git a/examples/audio/audio_sound_loading.c b/examples/audio/audio_sound_loading.c
index dae6516e..41aa2160 100644
--- a/examples/audio/audio_sound_loading.c
+++ b/examples/audio/audio_sound_loading.c
@@ -7,7 +7,7 @@
* 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) 2014-2023 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/audio/audio_stream_effects.c b/examples/audio/audio_stream_effects.c
index 2262d41f..cc8273ab 100644
--- a/examples/audio/audio_stream_effects.c
+++ b/examples/audio/audio_stream_effects.c
@@ -7,7 +7,7 @@
* 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) 2022-2023 Ramon Santamaria (@raysan5)
+* Copyright (c) 2022-2024 Ramon Santamaria (@raysan5)
*
********************************************************************************************/