summaryrefslogtreecommitdiffhomepage
path: root/examples/models
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/models
parent0a25a3ed7051377d7966cec6c3a3555d8ee0d551 (diff)
downloadraylib-3f1e59a7cfd53f4a4643dc57f4466784a66542bc.tar.gz
raylib-3f1e59a7cfd53f4a4643dc57f4466784a66542bc.zip
Update copyright to 2024
Diffstat (limited to 'examples/models')
-rw-r--r--examples/models/models_animation.c2
-rw-r--r--examples/models/models_billboard.c2
-rw-r--r--examples/models/models_box_collisions.c2
-rw-r--r--examples/models/models_cubicmap.c2
-rw-r--r--examples/models/models_draw_cube_texture.c2
-rw-r--r--examples/models/models_first_person_maze.c2
-rw-r--r--examples/models/models_geometric_shapes.c2
-rw-r--r--examples/models/models_heightmap.c2
-rw-r--r--examples/models/models_loading.c2
-rw-r--r--examples/models/models_loading_gltf.c2
-rw-r--r--examples/models/models_loading_m3d.c2
-rw-r--r--examples/models/models_loading_vox.c2
-rw-r--r--examples/models/models_mesh_generation.c2
-rw-r--r--examples/models/models_mesh_picking.c2
-rw-r--r--examples/models/models_orthographic_projection.c2
-rw-r--r--examples/models/models_rlgl_solar_system.c2
-rw-r--r--examples/models/models_skybox.c2
-rw-r--r--examples/models/models_waving_cubes.c2
-rw-r--r--examples/models/models_yaw_pitch_roll.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/examples/models/models_animation.c b/examples/models/models_animation.c
index 8e6f7f87..76998d1e 100644
--- a/examples/models/models_animation.c
+++ b/examples/models/models_animation.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) 2019-2023 Culacant (@culacant) and Ramon Santamaria (@raysan5)
+* Copyright (c) 2019-2024 Culacant (@culacant) and Ramon Santamaria (@raysan5)
*
********************************************************************************************
*
diff --git a/examples/models/models_billboard.c b/examples/models/models_billboard.c
index 9b02a8af..237e1b69 100644
--- a/examples/models/models_billboard.c
+++ b/examples/models/models_billboard.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/models/models_box_collisions.c b/examples/models/models_box_collisions.c
index 9cff5e05..936f65f3 100644
--- a/examples/models/models_box_collisions.c
+++ b/examples/models/models_box_collisions.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/models/models_cubicmap.c b/examples/models/models_cubicmap.c
index e0a2b308..2cbb7bf3 100644
--- a/examples/models/models_cubicmap.c
+++ b/examples/models/models_cubicmap.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/models/models_draw_cube_texture.c b/examples/models/models_draw_cube_texture.c
index e43c3c84..edcd4b7f 100644
--- a/examples/models/models_draw_cube_texture.c
+++ b/examples/models/models_draw_cube_texture.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)
*
********************************************************************************************/
diff --git a/examples/models/models_first_person_maze.c b/examples/models/models_first_person_maze.c
index 6a4345a8..80a2c88e 100644
--- a/examples/models/models_first_person_maze.c
+++ b/examples/models/models_first_person_maze.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) 2019-2023 Ramon Santamaria (@raysan5)
+* Copyright (c) 2019-2024 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/models/models_geometric_shapes.c b/examples/models/models_geometric_shapes.c
index 33c40634..7f66a69f 100644
--- a/examples/models/models_geometric_shapes.c
+++ b/examples/models/models_geometric_shapes.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/models/models_heightmap.c b/examples/models/models_heightmap.c
index e1c3e4fb..d59e8281 100644
--- a/examples/models/models_heightmap.c
+++ b/examples/models/models_heightmap.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/models/models_loading.c b/examples/models/models_loading.c
index 4bce2a79..8b4002d1 100644
--- a/examples/models/models_loading.c
+++ b/examples/models/models_loading.c
@@ -20,7 +20,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/models/models_loading_gltf.c b/examples/models/models_loading_gltf.c
index 1d5d516f..e85b30e6 100644
--- a/examples/models/models_loading_gltf.c
+++ b/examples/models/models_loading_gltf.c
@@ -14,7 +14,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) 2020-2023 Ramon Santamaria (@raysan5)
+* Copyright (c) 2020-2024 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/models/models_loading_m3d.c b/examples/models/models_loading_m3d.c
index 71dbc8d7..6091d95f 100644
--- a/examples/models/models_loading_m3d.c
+++ b/examples/models/models_loading_m3d.c
@@ -13,7 +13,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 bzt (@bztsrc)
+* Copyright (c) 2022-2024 bzt (@bztsrc)
*
********************************************************************************************/
diff --git a/examples/models/models_loading_vox.c b/examples/models/models_loading_vox.c
index e148fd91..b830c492 100644
--- a/examples/models/models_loading_vox.c
+++ b/examples/models/models_loading_vox.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) 2021-2023 Johann Nadalutti (@procfxgen) and Ramon Santamaria (@raysan5)
+* Copyright (c) 2021-2024 Johann Nadalutti (@procfxgen) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/models/models_mesh_generation.c b/examples/models/models_mesh_generation.c
index 94e0a4c4..59aebe7c 100644
--- a/examples/models/models_mesh_generation.c
+++ b/examples/models/models_mesh_generation.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) 2017-2023 Ramon Santamaria (@raysan5)
+* Copyright (c) 2017-2024 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/models/models_mesh_picking.c b/examples/models/models_mesh_picking.c
index 69d98aa1..4530d58a 100644
--- a/examples/models/models_mesh_picking.c
+++ b/examples/models/models_mesh_picking.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) 2017-2023 Joel Davis (@joeld42) and Ramon Santamaria (@raysan5)
+* Copyright (c) 2017-2024 Joel Davis (@joeld42) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/models/models_orthographic_projection.c b/examples/models/models_orthographic_projection.c
index 098e4b20..b0f74413 100644
--- a/examples/models/models_orthographic_projection.c
+++ b/examples/models/models_orthographic_projection.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) 2018-2023 Max Danielsson (@autious) and Ramon Santamaria (@raysan5)
+* Copyright (c) 2018-2024 Max Danielsson (@autious) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/models/models_rlgl_solar_system.c b/examples/models/models_rlgl_solar_system.c
index e458036f..7b35263a 100644
--- a/examples/models/models_rlgl_solar_system.c
+++ b/examples/models/models_rlgl_solar_system.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) 2018-2023 Ramon Santamaria (@raysan5)
+* Copyright (c) 2018-2024 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/models/models_skybox.c b/examples/models/models_skybox.c
index c583128b..67d8de8c 100644
--- a/examples/models/models_skybox.c
+++ b/examples/models/models_skybox.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) 2017-2023 Ramon Santamaria (@raysan5)
+* Copyright (c) 2017-2024 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/models/models_waving_cubes.c b/examples/models/models_waving_cubes.c
index d382c998..5dc1fc4a 100644
--- a/examples/models/models_waving_cubes.c
+++ b/examples/models/models_waving_cubes.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) 2019-2023 Codecat (@codecat) and Ramon Santamaria (@raysan5)
+* Copyright (c) 2019-2024 Codecat (@codecat) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/models/models_yaw_pitch_roll.c b/examples/models/models_yaw_pitch_roll.c
index 611ee314..91a11f73 100644
--- a/examples/models/models_yaw_pitch_roll.c
+++ b/examples/models/models_yaw_pitch_roll.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) 2017-2023 Berni (@Berni8k) and Ramon Santamaria (@raysan5)
+* Copyright (c) 2017-2024 Berni (@Berni8k) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/