2
0
Ray 1 жил өмнө
parent
commit
3f1e59a7cf
100 өөрчлөгдсөн 100 нэмэгдсэн , 100 устгасан
  1. 1 1
      examples/Makefile
  2. 1 1
      examples/Makefile.Android
  3. 1 1
      examples/Makefile.Web
  4. 1 1
      examples/audio/audio_module_playing.c
  5. 1 1
      examples/audio/audio_music_stream.c
  6. 1 1
      examples/audio/audio_raw_stream.c
  7. 1 1
      examples/audio/audio_sound_loading.c
  8. 1 1
      examples/audio/audio_stream_effects.c
  9. 1 1
      examples/core/core_2d_camera.c
  10. 1 1
      examples/core/core_2d_camera_mouse_zoom.c
  11. 1 1
      examples/core/core_2d_camera_platformer.c
  12. 1 1
      examples/core/core_3d_camera_first_person.c
  13. 1 1
      examples/core/core_3d_camera_free.c
  14. 1 1
      examples/core/core_3d_camera_mode.c
  15. 1 1
      examples/core/core_3d_camera_split_screen.c
  16. 1 1
      examples/core/core_3d_picking.c
  17. 1 1
      examples/core/core_basic_screen_manager.c
  18. 1 1
      examples/core/core_basic_window.c
  19. 1 1
      examples/core/core_basic_window_web.c
  20. 1 1
      examples/core/core_custom_frame_control.c
  21. 1 1
      examples/core/core_custom_logging.c
  22. 1 1
      examples/core/core_drop_files.c
  23. 1 1
      examples/core/core_input_gamepad.c
  24. 1 1
      examples/core/core_input_gamepad_info.c
  25. 1 1
      examples/core/core_input_gestures.c
  26. 1 1
      examples/core/core_input_keys.c
  27. 1 1
      examples/core/core_input_mouse.c
  28. 1 1
      examples/core/core_input_mouse_wheel.c
  29. 1 1
      examples/core/core_input_multitouch.c
  30. 1 1
      examples/core/core_loading_thread.c
  31. 1 1
      examples/core/core_random_values.c
  32. 1 1
      examples/core/core_scissor_test.c
  33. 1 1
      examples/core/core_smooth_pixelperfect.c
  34. 1 1
      examples/core/core_storage_values.c
  35. 1 1
      examples/core/core_vr_simulator.c
  36. 1 1
      examples/core/core_window_flags.c
  37. 1 1
      examples/core/core_window_letterbox.c
  38. 1 1
      examples/core/core_window_should_close.c
  39. 1 1
      examples/core/core_world_screen.c
  40. 1 1
      examples/models/models_animation.c
  41. 1 1
      examples/models/models_billboard.c
  42. 1 1
      examples/models/models_box_collisions.c
  43. 1 1
      examples/models/models_cubicmap.c
  44. 1 1
      examples/models/models_draw_cube_texture.c
  45. 1 1
      examples/models/models_first_person_maze.c
  46. 1 1
      examples/models/models_geometric_shapes.c
  47. 1 1
      examples/models/models_heightmap.c
  48. 1 1
      examples/models/models_loading.c
  49. 1 1
      examples/models/models_loading_gltf.c
  50. 1 1
      examples/models/models_loading_m3d.c
  51. 1 1
      examples/models/models_loading_vox.c
  52. 1 1
      examples/models/models_mesh_generation.c
  53. 1 1
      examples/models/models_mesh_picking.c
  54. 1 1
      examples/models/models_orthographic_projection.c
  55. 1 1
      examples/models/models_rlgl_solar_system.c
  56. 1 1
      examples/models/models_skybox.c
  57. 1 1
      examples/models/models_waving_cubes.c
  58. 1 1
      examples/models/models_yaw_pitch_roll.c
  59. 1 1
      examples/others/easings_testbed.c
  60. 1 1
      examples/others/embedded_files_loading.c
  61. 1 1
      examples/others/raylib_opengl_interop.c
  62. 1 1
      examples/others/reasings.h
  63. 1 1
      examples/others/rlgl_compute_shader.c
  64. 1 1
      examples/others/rlgl_standalone.c
  65. 1 1
      examples/shaders/rlights.h
  66. 1 1
      examples/shaders/shaders_basic_lighting.c
  67. 1 1
      examples/shaders/shaders_custom_uniform.c
  68. 1 1
      examples/shaders/shaders_eratosthenes.c
  69. 1 1
      examples/shaders/shaders_fog.c
  70. 1 1
      examples/shaders/shaders_hot_reloading.c
  71. 1 1
      examples/shaders/shaders_hybrid_render.c
  72. 1 1
      examples/shaders/shaders_julia_set.c
  73. 1 1
      examples/shaders/shaders_lightmap.c
  74. 1 1
      examples/shaders/shaders_mesh_instancing.c
  75. 1 1
      examples/shaders/shaders_model_shader.c
  76. 1 1
      examples/shaders/shaders_multi_sample2d.c
  77. 1 1
      examples/shaders/shaders_palette_switch.c
  78. 1 1
      examples/shaders/shaders_postprocessing.c
  79. 1 1
      examples/shaders/shaders_raymarching.c
  80. 1 1
      examples/shaders/shaders_shapes_textures.c
  81. 1 1
      examples/shaders/shaders_simple_mask.c
  82. 1 1
      examples/shaders/shaders_spotlight.c
  83. 1 1
      examples/shaders/shaders_texture_drawing.c
  84. 1 1
      examples/shaders/shaders_texture_outline.c
  85. 1 1
      examples/shaders/shaders_texture_waves.c
  86. 1 1
      examples/shaders/shaders_write_depth.c
  87. 1 1
      examples/shapes/reasings.h
  88. 1 1
      examples/shapes/shapes_basic_shapes.c
  89. 1 1
      examples/shapes/shapes_bouncing_ball.c
  90. 1 1
      examples/shapes/shapes_collision_area.c
  91. 1 1
      examples/shapes/shapes_colors_palette.c
  92. 1 1
      examples/shapes/shapes_draw_circle_sector.c
  93. 1 1
      examples/shapes/shapes_draw_rectangle_rounded.c
  94. 1 1
      examples/shapes/shapes_draw_ring.c
  95. 1 1
      examples/shapes/shapes_easings_ball_anim.c
  96. 1 1
      examples/shapes/shapes_easings_box_anim.c
  97. 1 1
      examples/shapes/shapes_easings_rectangle_array.c
  98. 1 1
      examples/shapes/shapes_following_eyes.c
  99. 1 1
      examples/shapes/shapes_lines_bezier.c
  100. 1 1
      examples/shapes/shapes_logo_raylib.c

+ 1 - 1
examples/Makefile

@@ -21,7 +21,7 @@
 #     > PLATFORM_ANDROID:
 #     > PLATFORM_ANDROID:
 #         - Android (ARM, ARM64)
 #         - Android (ARM, ARM64)
 #
 #
-#   Copyright (c) 2013-2023 Ramon Santamaria (@raysan5)
+#   Copyright (c) 2013-2024 Ramon Santamaria (@raysan5)
 #
 #
 #   This software is provided "as-is", without any express or implied warranty. In no event
 #   This software is provided "as-is", without any express or implied warranty. In no event
 #   will the authors be held liable for any damages arising from the use of this software.
 #   will the authors be held liable for any damages arising from the use of this software.

+ 1 - 1
examples/Makefile.Android

@@ -2,7 +2,7 @@
 #
 #
 #   raylib makefile for Android project (APK building)
 #   raylib makefile for Android project (APK building)
 #
 #
-#   Copyright (c) 2017-2023 Ramon Santamaria (@raysan5)
+#   Copyright (c) 2017-2024 Ramon Santamaria (@raysan5)
 #
 #
 #   This software is provided "as-is", without any express or implied warranty. In no event
 #   This software is provided "as-is", without any express or implied warranty. In no event
 #   will the authors be held liable for any damages arising from the use of this software.
 #   will the authors be held liable for any damages arising from the use of this software.

+ 1 - 1
examples/Makefile.Web

@@ -2,7 +2,7 @@
 #
 #
 #   raylib makefile for Desktop platforms, Raspberry Pi, Android and HTML5
 #   raylib makefile for Desktop platforms, Raspberry Pi, Android and HTML5
 #
 #
-#   Copyright (c) 2013-2023 Ramon Santamaria (@raysan5)
+#   Copyright (c) 2013-2024 Ramon Santamaria (@raysan5)
 #
 #
 #   This software is provided "as-is", without any express or implied warranty. In no event
 #   This software is provided "as-is", without any express or implied warranty. In no event
 #   will the authors be held liable for any damages arising from the use of this software.
 #   will the authors be held liable for any damages arising from the use of this software.

+ 1 - 1
examples/audio/audio_module_playing.c

@@ -7,7 +7,7 @@
 *   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) 2016-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2016-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/audio/audio_music_stream.c

@@ -7,7 +7,7 @@
 *   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) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/audio/audio_raw_stream.c

@@ -9,7 +9,7 @@
 *   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) 2015-2023 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/audio/audio_sound_loading.c

@@ -7,7 +7,7 @@
 *   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) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/audio/audio_stream_effects.c

@@ -7,7 +7,7 @@
 *   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) 2022-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2022-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_2d_camera.c

@@ -7,7 +7,7 @@
 *   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) 2016-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2016-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_2d_camera_mouse_zoom.c

@@ -7,7 +7,7 @@
 *   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) 2022-2023 Jeffery Myers (@JeffM2501)
+*   Copyright (c) 2022-2024 Jeffery Myers (@JeffM2501)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_2d_camera_platformer.c

@@ -9,7 +9,7 @@
 *   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-2023 arvyy (@arvyy)
+*   Copyright (c) 2019-2024 arvyy (@arvyy)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_3d_camera_first_person.c

@@ -7,7 +7,7 @@
 *   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) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_3d_camera_free.c

@@ -7,7 +7,7 @@
 *   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) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_3d_camera_mode.c

@@ -7,7 +7,7 @@
 *   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) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_3d_camera_split_screen.c

@@ -9,7 +9,7 @@
 *   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) 2021-2023 Jeffery Myers (@JeffM2501)
+*   Copyright (c) 2021-2024 Jeffery Myers (@JeffM2501)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_3d_picking.c

@@ -7,7 +7,7 @@
 *   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) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_basic_screen_manager.c

@@ -9,7 +9,7 @@
 *   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) 2021-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2021-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_basic_window.c

@@ -17,7 +17,7 @@
 *   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) 2013-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2013-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_basic_window_web.c

@@ -11,7 +11,7 @@
 *   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) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_custom_frame_control.c

@@ -22,7 +22,7 @@
 *   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) 2021-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2021-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_custom_logging.c

@@ -9,7 +9,7 @@
 *   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) 2018-2023 Pablo Marcos Oltra (@pamarcos) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2018-2024 Pablo Marcos Oltra (@pamarcos) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_drop_files.c

@@ -9,7 +9,7 @@
 *   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) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_input_gamepad.c

@@ -13,7 +13,7 @@
 *   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) 2013-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2013-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_input_gamepad_info.c

@@ -10,7 +10,7 @@
 *   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) 2013-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2013-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_input_gestures.c

@@ -7,7 +7,7 @@
 *   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) 2016-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2016-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_input_keys.c

@@ -7,7 +7,7 @@
 *   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) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_input_mouse.c

@@ -7,7 +7,7 @@
 *   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) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_input_mouse_wheel.c

@@ -7,7 +7,7 @@
 *   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) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_input_multitouch.c

@@ -9,7 +9,7 @@
 *   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-2023 Berni (@Berni8k) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2024 Berni (@Berni8k) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_loading_thread.c

@@ -9,7 +9,7 @@
 *
 *
 *   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,
 *
 *
-*   Copyright (c) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_random_values.c

@@ -7,7 +7,7 @@
 *   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) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_scissor_test.c

@@ -9,7 +9,7 @@
 *   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-2023 Chris Dill (@MysteriousSpace)
+*   Copyright (c) 2019-2024 Chris Dill (@MysteriousSpace)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_smooth_pixelperfect.c

@@ -10,7 +10,7 @@
 *   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) 2021-2023 Giancamillo Alessandroni (@NotManyIdeasDev) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2021-2024 Giancamillo Alessandroni (@NotManyIdeasDev) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_storage_values.c

@@ -7,7 +7,7 @@
 *   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) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_vr_simulator.c

@@ -7,7 +7,7 @@
 *   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) 2017-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2017-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_window_flags.c

@@ -7,7 +7,7 @@
 *   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) 2020-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2020-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_window_letterbox.c

@@ -9,7 +9,7 @@
 *   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-2023 Anata (@anatagawa) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2024 Anata (@anatagawa) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_window_should_close.c

@@ -7,7 +7,7 @@
 *   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) 2013-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2013-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/core/core_world_screen.c

@@ -7,7 +7,7 @@
 *   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) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_animation.c

@@ -9,7 +9,7 @@
 *   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-2023 Culacant (@culacant) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2024 Culacant (@culacant) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************
 ********************************************************************************************
 *
 *

+ 1 - 1
examples/models/models_billboard.c

@@ -7,7 +7,7 @@
 *   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) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_box_collisions.c

@@ -7,7 +7,7 @@
 *   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) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_cubicmap.c

@@ -7,7 +7,7 @@
 *   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) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_draw_cube_texture.c

@@ -7,7 +7,7 @@
 *   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) 2022-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2022-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_first_person_maze.c

@@ -7,7 +7,7 @@
 *   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-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_geometric_shapes.c

@@ -7,7 +7,7 @@
 *   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) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_heightmap.c

@@ -7,7 +7,7 @@
 *   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) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_loading.c

@@ -20,7 +20,7 @@
 *   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) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_loading_gltf.c

@@ -14,7 +14,7 @@
 *   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) 2020-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2020-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_loading_m3d.c

@@ -13,7 +13,7 @@
 *   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) 2022-2023 bzt (@bztsrc)
+*   Copyright (c) 2022-2024 bzt (@bztsrc)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_loading_vox.c

@@ -9,7 +9,7 @@
 *   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) 2021-2023 Johann Nadalutti (@procfxgen) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2021-2024 Johann Nadalutti (@procfxgen) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_mesh_generation.c

@@ -7,7 +7,7 @@
 *   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) 2017-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2017-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_mesh_picking.c

@@ -9,7 +9,7 @@
 *   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) 2017-2023 Joel Davis (@joeld42) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2017-2024 Joel Davis (@joeld42) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_orthographic_projection.c

@@ -9,7 +9,7 @@
 *   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) 2018-2023 Max Danielsson (@autious) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2018-2024 Max Danielsson (@autious) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_rlgl_solar_system.c

@@ -9,7 +9,7 @@
 *   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) 2018-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2018-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_skybox.c

@@ -7,7 +7,7 @@
 *   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) 2017-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2017-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_waving_cubes.c

@@ -9,7 +9,7 @@
 *   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-2023 Codecat (@codecat) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2024 Codecat (@codecat) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/models/models_yaw_pitch_roll.c

@@ -9,7 +9,7 @@
 *   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) 2017-2023 Berni (@Berni8k) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2017-2024 Berni (@Berni8k) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/others/easings_testbed.c

@@ -9,7 +9,7 @@
 *   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-2023 Juan Miguel López (@flashback-fx ) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2024 Juan Miguel López (@flashback-fx ) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/others/embedded_files_loading.c

@@ -9,7 +9,7 @@
 *   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) 2020-2023 Kristian Holmgren (@defutura) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2020-2024 Kristian Holmgren (@defutura) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/others/raylib_opengl_interop.c

@@ -9,7 +9,7 @@
 *   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) 2021-2023 Stephan Soller (@arkanis) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2021-2024 Stephan Soller (@arkanis) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************
 ********************************************************************************************
 *
 *

+ 1 - 1
examples/others/reasings.h

@@ -60,7 +60,7 @@
 *   OF THE POSSIBILITY OF SUCH DAMAGE.
 *   OF THE POSSIBILITY OF SUCH DAMAGE.
 *   ---------------------------------------------------------------------------------
 *   ---------------------------------------------------------------------------------
 *
 *
-*   Copyright (c) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 *   This software is provided "as-is", without any express or implied warranty. In no event
 *   This software is provided "as-is", without any express or implied warranty. In no event
 *   will the authors be held liable for any damages arising from the use of this software.
 *   will the authors be held liable for any damages arising from the use of this software.

+ 1 - 1
examples/others/rlgl_compute_shader.c

@@ -12,7 +12,7 @@
 *   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) 2021-2023 Teddy Astie (@tsnake41)
+*   Copyright (c) 2021-2024 Teddy Astie (@tsnake41)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/others/rlgl_standalone.c

@@ -29,7 +29,7 @@
 *   This example is licensed under an unmodified zlib/libpng license, which is an OSI-certified,
 *   This example is 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) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 *   This software is provided "as-is", without any express or implied warranty. In no event
 *   This software is provided "as-is", without any express or implied warranty. In no event
 *   will the authors be held liable for any damages arising from the use of this software.
 *   will the authors be held liable for any damages arising from the use of this software.

+ 1 - 1
examples/shaders/rlights.h

@@ -11,7 +11,7 @@
 *
 *
 *   LICENSE: zlib/libpng
 *   LICENSE: zlib/libpng
 *
 *
-*   Copyright (c) 2017-2023 Victor Fisac (@victorfisac) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2017-2024 Victor Fisac (@victorfisac) and Ramon Santamaria (@raysan5)
 *
 *
 *   This software is provided "as-is", without any express or implied warranty. In no event
 *   This software is provided "as-is", without any express or implied warranty. In no event
 *   will the authors be held liable for any damages arising from the use of this software.
 *   will the authors be held liable for any damages arising from the use of this software.

+ 1 - 1
examples/shaders/shaders_basic_lighting.c

@@ -14,7 +14,7 @@
 *   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-2023 Chris Camacho (@codifies) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2024 Chris Camacho (@codifies) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_custom_uniform.c

@@ -14,7 +14,7 @@
 *   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) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_eratosthenes.c

@@ -21,7 +21,7 @@
 *   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-2023 ProfJski and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2024 ProfJski and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_fog.c

@@ -14,7 +14,7 @@
 *   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-2023 Chris Camacho (@chriscamacho) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2024 Chris Camacho (@chriscamacho) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_hot_reloading.c

@@ -10,7 +10,7 @@
 *   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) 2020-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2020-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_hybrid_render.c

@@ -9,7 +9,7 @@
 *   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) 2022-2023 Buğra Alptekin Sarı (@BugraAlptekinSari)
+*   Copyright (c) 2022-2024 Buğra Alptekin Sarı (@BugraAlptekinSari)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_julia_set.c

@@ -14,7 +14,7 @@
 *   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-2023 Josh Colclough (@joshcol9232) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2024 Josh Colclough (@joshcol9232) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_lightmap.c

@@ -12,7 +12,7 @@
 *   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-2023 Jussi Viitala (@nullstare) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2024 Jussi Viitala (@nullstare) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_mesh_instancing.c

@@ -9,7 +9,7 @@
 *   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) 2020-2023 @seanpringle, Max (@moliad) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2020-2024 @seanpringle, Max (@moliad) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_model_shader.c

@@ -14,7 +14,7 @@
 *   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) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_multi_sample2d.c

@@ -14,7 +14,7 @@
 *   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) 2020-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2020-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_palette_switch.c

@@ -16,7 +16,7 @@
 *   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-2023 Marco Lizza (@MarcoLizza) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2024 Marco Lizza (@MarcoLizza) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_postprocessing.c

@@ -14,7 +14,7 @@
 *   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) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_raymarching.c

@@ -10,7 +10,7 @@
 *   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) 2018-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2018-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_shapes_textures.c

@@ -14,7 +14,7 @@
 *   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) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_simple_mask.c

@@ -9,7 +9,7 @@
 *   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-2023 Chris Camacho (@chriscamacho) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2024 Chris Camacho (@chriscamacho) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************
 ********************************************************************************************
 *
 *

+ 1 - 1
examples/shaders/shaders_spotlight.c

@@ -9,7 +9,7 @@
 *   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-2023 Chris Camacho (@chriscamacho) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2024 Chris Camacho (@chriscamacho) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************
 ********************************************************************************************
 *
 *

+ 1 - 1
examples/shaders/shaders_texture_drawing.c

@@ -11,7 +11,7 @@
 *   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-2023 Michał Ciesielski and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2024 Michał Ciesielski and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_texture_outline.c

@@ -12,7 +12,7 @@
 *   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) 2021-2023 Samuel SKiff (@GoldenThumbs) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2021-2024 Samuel SKiff (@GoldenThumbs) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_texture_waves.c

@@ -16,7 +16,7 @@
 *   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-2023 Anata (@anatagawa) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2024 Anata (@anatagawa) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shaders/shaders_write_depth.c

@@ -9,7 +9,7 @@
 *   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) 2022-2023 Buğra Alptekin Sarı (@BugraAlptekinSari)
+*   Copyright (c) 2022-2024 Buğra Alptekin Sarı (@BugraAlptekinSari)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shapes/reasings.h

@@ -60,7 +60,7 @@
 *   OF THE POSSIBILITY OF SUCH DAMAGE.
 *   OF THE POSSIBILITY OF SUCH DAMAGE.
 *   ---------------------------------------------------------------------------------
 *   ---------------------------------------------------------------------------------
 *
 *
-*   Copyright (c) 2015-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
 *
 *
 *   This software is provided "as-is", without any express or implied warranty. In no event
 *   This software is provided "as-is", without any express or implied warranty. In no event
 *   will the authors be held liable for any damages arising from the use of this software.
 *   will the authors be held liable for any damages arising from the use of this software.

+ 1 - 1
examples/shapes/shapes_basic_shapes.c

@@ -7,7 +7,7 @@
 *   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) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shapes/shapes_bouncing_ball.c

@@ -7,7 +7,7 @@
 *   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) 2013-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2013-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shapes/shapes_collision_area.c

@@ -7,7 +7,7 @@
 *   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) 2013-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2013-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shapes/shapes_colors_palette.c

@@ -7,7 +7,7 @@
 *   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) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shapes/shapes_draw_circle_sector.c

@@ -9,7 +9,7 @@
 *   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) 2018-2023 Vlad Adrian (@demizdor) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2018-2024 Vlad Adrian (@demizdor) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shapes/shapes_draw_rectangle_rounded.c

@@ -9,7 +9,7 @@
 *   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) 2018-2023 Vlad Adrian (@demizdor) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2018-2024 Vlad Adrian (@demizdor) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shapes/shapes_draw_ring.c

@@ -9,7 +9,7 @@
 *   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) 2018-2023 Vlad Adrian (@demizdor) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2018-2024 Vlad Adrian (@demizdor) and Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shapes/shapes_easings_ball_anim.c

@@ -7,7 +7,7 @@
 *   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) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shapes/shapes_easings_box_anim.c

@@ -7,7 +7,7 @@
 *   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) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shapes/shapes_easings_rectangle_array.c

@@ -10,7 +10,7 @@
 *   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) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shapes/shapes_following_eyes.c

@@ -7,7 +7,7 @@
 *   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) 2013-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2013-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shapes/shapes_lines_bezier.c

@@ -7,7 +7,7 @@
 *   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) 2017-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2017-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/shapes/shapes_logo_raylib.c

@@ -7,7 +7,7 @@
 *   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) 2014-2023 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно