Browse Source

Update copyright to 2024

pull/3680/head
Ray 9 months ago
parent
commit
3f1e59a7cf
167 changed files with 173 additions and 173 deletions
  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 View File

@ -21,7 +21,7 @@
# > PLATFORM_ANDROID:
# - 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
# will the authors be held liable for any damages arising from the use of this software.

+ 1
- 1
examples/Makefile.Android View File

@ -2,7 +2,7 @@
#
# 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
# will the authors be held liable for any damages arising from the use of this software.

+ 1
- 1
examples/Makefile.Web View File

@ -2,7 +2,7 @@
#
# 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
# will the authors be held liable for any damages arising from the use of this software.

+ 1
- 1
examples/audio/audio_module_playing.c View File

@ -7,7 +7,7 @@
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*
* Copyright (c) 2016-2023 Ramon Santamaria (@raysan5)
* Copyright (c) 2016-2024 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/audio/audio_music_stream.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/audio/audio_raw_stream.c View File

@ -9,7 +9,7 @@
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*
* Copyright (c) 2015-2023 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox)
* Copyright (c) 2015-2024 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox)
*
********************************************************************************************/

+ 1
- 1
examples/audio/audio_sound_loading.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/audio/audio_stream_effects.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_2d_camera.c View File

@ -7,7 +7,7 @@
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*
* Copyright (c) 2016-2023 Ramon Santamaria (@raysan5)
* Copyright (c) 2016-2024 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_2d_camera_mouse_zoom.c View File

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

+ 1
- 1
examples/core/core_2d_camera_platformer.c View File

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

+ 1
- 1
examples/core/core_3d_camera_first_person.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_3d_camera_free.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_3d_camera_mode.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_3d_camera_split_screen.c View File

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

+ 1
- 1
examples/core/core_3d_picking.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_basic_screen_manager.c View File

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

+ 1
- 1
examples/core/core_basic_window.c View File

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

+ 1
- 1
examples/core/core_basic_window_web.c View File

@ -11,7 +11,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)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_custom_frame_control.c View File

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

+ 1
- 1
examples/core/core_custom_logging.c View File

@ -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 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 View File

@ -9,7 +9,7 @@
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*
* Copyright (c) 2015-2023 Ramon Santamaria (@raysan5)
* Copyright (c) 2015-2024 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_input_gamepad.c View File

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

+ 1
- 1
examples/core/core_input_gamepad_info.c View File

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

+ 1
- 1
examples/core/core_input_gestures.c View File

@ -7,7 +7,7 @@
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*
* Copyright (c) 2016-2023 Ramon Santamaria (@raysan5)
* Copyright (c) 2016-2024 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_input_keys.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_input_mouse.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_input_mouse_wheel.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_input_multitouch.c View File

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

+ 1
- 1
examples/core/core_loading_thread.c View File

@ -9,7 +9,7 @@
*
* 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 View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_scissor_test.c View File

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

+ 1
- 1
examples/core/core_smooth_pixelperfect.c View File

@ -10,7 +10,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 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 View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_vr_simulator.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_window_flags.c View File

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

+ 1
- 1
examples/core/core_window_letterbox.c View File

@ -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 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 View File

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

+ 1
- 1
examples/core/core_world_screen.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_animation.c View File

@ -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)
*
********************************************************************************************
*

+ 1
- 1
examples/models/models_billboard.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_box_collisions.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_cubicmap.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_draw_cube_texture.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_first_person_maze.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_geometric_shapes.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_heightmap.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_loading.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_loading_gltf.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_loading_m3d.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_loading_vox.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_mesh_generation.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_mesh_picking.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_orthographic_projection.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_rlgl_solar_system.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_skybox.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_waving_cubes.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_yaw_pitch_roll.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/others/easings_testbed.c View File

@ -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 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 View File

@ -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) 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 View File

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

+ 1
- 1
examples/others/reasings.h View File

@ -60,7 +60,7 @@
* 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
* will the authors be held liable for any damages arising from the use of this software.

+ 1
- 1
examples/others/rlgl_compute_shader.c View File

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

+ 1
- 1
examples/others/rlgl_standalone.c View File

@ -29,7 +29,7 @@
* 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:
*
* 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
* will the authors be held liable for any damages arising from the use of this software.

+ 1
- 1
examples/shaders/rlights.h View File

@ -11,7 +11,7 @@
*
* 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
* will the authors be held liable for any damages arising from the use of this software.

+ 1
- 1
examples/shaders/shaders_basic_lighting.c View File

@ -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) 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 View File

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

+ 1
- 1
examples/shaders/shaders_eratosthenes.c View File

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

+ 1
- 1
examples/shaders/shaders_fog.c View File

@ -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) 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 View File

@ -10,7 +10,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)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_hybrid_render.c View File

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

+ 1
- 1
examples/shaders/shaders_julia_set.c View File

@ -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) 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 View File

@ -12,7 +12,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 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 View File

@ -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) 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 View File

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

+ 1
- 1
examples/shaders/shaders_multi_sample2d.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_palette_switch.c View File

@ -16,7 +16,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 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 View File

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

+ 1
- 1
examples/shaders/shaders_raymarching.c View File

@ -10,7 +10,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)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_shapes_textures.c View File

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

+ 1
- 1
examples/shaders/shaders_simple_mask.c View File

@ -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 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 View File

@ -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 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 View File

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

+ 1
- 1
examples/shaders/shaders_texture_outline.c View File

@ -12,7 +12,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 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 View File

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

+ 1
- 1
examples/shaders/shaders_write_depth.c View File

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

+ 1
- 1
examples/shapes/reasings.h View File

@ -60,7 +60,7 @@
* 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
* will the authors be held liable for any damages arising from the use of this software.

+ 1
- 1
examples/shapes/shapes_basic_shapes.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/shapes/shapes_bouncing_ball.c View File

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

+ 1
- 1
examples/shapes/shapes_collision_area.c View File

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

+ 1
- 1
examples/shapes/shapes_colors_palette.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/shapes/shapes_draw_circle_sector.c View File

@ -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 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 View File

@ -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 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 View File

@ -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 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 View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/shapes/shapes_easings_box_anim.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/shapes/shapes_easings_rectangle_array.c View File

@ -10,7 +10,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)
*
********************************************************************************************/

+ 1
- 1
examples/shapes/shapes_following_eyes.c View File

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

+ 1
- 1
examples/shapes/shapes_lines_bezier.c View File

@ -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)
*
********************************************************************************************/

+ 1
- 1
examples/shapes/shapes_logo_raylib.c View File

@ -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)
*
********************************************************************************************/

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save