Selaa lähdekoodia

Happy new years, examples!

pull/4699/head
Anstro Pleuton 2 kuukautta sitten
vanhempi
commit
2d024e777c
150 muutettua tiedostoa jossa 152 lisäystä ja 152 poistoa
  1. +1
    -1
      examples/audio/audio_mixed_processor.c
  2. +1
    -1
      examples/audio/audio_module_playing.c
  3. +1
    -1
      examples/audio/audio_music_stream.c
  4. +1
    -1
      examples/audio/audio_raw_stream.c
  5. +1
    -1
      examples/audio/audio_sound_loading.c
  6. +1
    -1
      examples/audio/audio_sound_multi.c
  7. +1
    -1
      examples/audio/audio_stream_effects.c
  8. +1
    -1
      examples/core/core_2d_camera.c
  9. +1
    -1
      examples/core/core_2d_camera_mouse_zoom.c
  10. +1
    -1
      examples/core/core_2d_camera_platformer.c
  11. +1
    -1
      examples/core/core_2d_camera_split_screen.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_automation_events.c
  18. +1
    -1
      examples/core/core_basic_screen_manager.c
  19. +1
    -1
      examples/core/core_basic_window.c
  20. +1
    -1
      examples/core/core_basic_window_web.c
  21. +1
    -1
      examples/core/core_custom_frame_control.c
  22. +1
    -1
      examples/core/core_custom_logging.c
  23. +1
    -1
      examples/core/core_drop_files.c
  24. +1
    -1
      examples/core/core_input_gamepad.c
  25. +1
    -1
      examples/core/core_input_gestures.c
  26. +1
    -1
      examples/core/core_input_gestures_web.c
  27. +1
    -1
      examples/core/core_input_keys.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_input_virtual_controls.c
  31. +1
    -1
      examples/core/core_loading_thread.c
  32. +1
    -1
      examples/core/core_random_sequence.c
  33. +1
    -1
      examples/core/core_random_values.c
  34. +1
    -1
      examples/core/core_scissor_test.c
  35. +1
    -1
      examples/core/core_smooth_pixelperfect.c
  36. +1
    -1
      examples/core/core_storage_values.c
  37. +1
    -1
      examples/core/core_vr_simulator.c
  38. +1
    -1
      examples/core/core_window_flags.c
  39. +1
    -1
      examples/core/core_window_letterbox.c
  40. +1
    -1
      examples/core/core_window_should_close.c
  41. +1
    -1
      examples/core/core_world_screen.c
  42. +1
    -1
      examples/models/models_animation.c
  43. +1
    -1
      examples/models/models_billboard.c
  44. +1
    -1
      examples/models/models_bone_socket.c
  45. +1
    -1
      examples/models/models_box_collisions.c
  46. +1
    -1
      examples/models/models_cubicmap.c
  47. +1
    -1
      examples/models/models_draw_cube_texture.c
  48. +1
    -1
      examples/models/models_first_person_maze.c
  49. +1
    -1
      examples/models/models_geometric_shapes.c
  50. +1
    -1
      examples/models/models_gpu_skinning.c
  51. +1
    -1
      examples/models/models_heightmap.c
  52. +1
    -1
      examples/models/models_loading.c
  53. +1
    -1
      examples/models/models_loading_gltf.c
  54. +1
    -1
      examples/models/models_loading_m3d.c
  55. +1
    -1
      examples/models/models_loading_vox.c
  56. +1
    -1
      examples/models/models_mesh_generation.c
  57. +1
    -1
      examples/models/models_mesh_picking.c
  58. +1
    -1
      examples/models/models_orthographic_projection.c
  59. +1
    -1
      examples/models/models_point_rendering.c
  60. +1
    -1
      examples/models/models_rlgl_solar_system.c
  61. +1
    -1
      examples/models/models_skybox.c
  62. +1
    -1
      examples/models/models_waving_cubes.c
  63. +1
    -1
      examples/models/models_yaw_pitch_roll.c
  64. +1
    -1
      examples/others/easings_testbed.c
  65. +1
    -1
      examples/others/embedded_files_loading.c
  66. +1
    -1
      examples/others/raylib_opengl_interop.c
  67. +1
    -1
      examples/others/raymath_vector_angle.c
  68. +1
    -1
      examples/others/rlgl_compute_shader.c
  69. +1
    -1
      examples/others/rlgl_standalone.c
  70. +1
    -1
      examples/shaders/shaders_basic_lighting.c
  71. +1
    -1
      examples/shaders/shaders_basic_pbr.c
  72. +1
    -1
      examples/shaders/shaders_custom_uniform.c
  73. +1
    -1
      examples/shaders/shaders_deferred_render.c
  74. +1
    -1
      examples/shaders/shaders_eratosthenes.c
  75. +1
    -1
      examples/shaders/shaders_fog.c
  76. +1
    -1
      examples/shaders/shaders_hot_reloading.c
  77. +1
    -1
      examples/shaders/shaders_hybrid_render.c
  78. +1
    -1
      examples/shaders/shaders_julia_set.c
  79. +1
    -1
      examples/shaders/shaders_lightmap.c
  80. +1
    -1
      examples/shaders/shaders_mesh_instancing.c
  81. +1
    -1
      examples/shaders/shaders_model_shader.c
  82. +1
    -1
      examples/shaders/shaders_multi_sample2d.c
  83. +3
    -3
      examples/shaders/shaders_palette_switch.c
  84. +1
    -1
      examples/shaders/shaders_postprocessing.c
  85. +1
    -1
      examples/shaders/shaders_raymarching.c
  86. +1
    -1
      examples/shaders/shaders_shadowmap.c
  87. +1
    -1
      examples/shaders/shaders_shapes_textures.c
  88. +1
    -1
      examples/shaders/shaders_simple_mask.c
  89. +1
    -1
      examples/shaders/shaders_spotlight.c
  90. +1
    -1
      examples/shaders/shaders_texture_drawing.c
  91. +1
    -1
      examples/shaders/shaders_texture_outline.c
  92. +1
    -1
      examples/shaders/shaders_texture_tiling.c
  93. +1
    -1
      examples/shaders/shaders_texture_waves.c
  94. +1
    -1
      examples/shaders/shaders_vertex_displacement.c
  95. +1
    -1
      examples/shaders/shaders_write_depth.c
  96. +1
    -1
      examples/shapes/shapes_basic_shapes.c
  97. +1
    -1
      examples/shapes/shapes_bouncing_ball.c
  98. +1
    -1
      examples/shapes/shapes_collision_area.c
  99. +1
    -1
      examples/shapes/shapes_colors_palette.c
  100. +1
    -1
      examples/shapes/shapes_draw_circle_sector.c

+ 1
- 1
examples/audio/audio_mixed_processor.c Näytä tiedosto

@ -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) 2023 hkc (@hatkidchan)
* Copyright (c) 2023-2025 hkc (@hatkidchan)
*
********************************************************************************************/
#include "raylib.h"

+ 1
- 1
examples/audio/audio_module_playing.c Näytä tiedosto

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

+ 1
- 1
examples/audio/audio_music_stream.c Näytä tiedosto

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

+ 1
- 1
examples/audio/audio_raw_stream.c Näytä tiedosto

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

+ 1
- 1
examples/audio/audio_sound_loading.c Näytä tiedosto

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

+ 1
- 1
examples/audio/audio_sound_multi.c Näytä tiedosto

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

+ 1
- 1
examples/audio/audio_stream_effects.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_2d_camera.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_2d_camera_mouse_zoom.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_2d_camera_platformer.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_2d_camera_split_screen.c Näytä tiedosto

@ -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) 2023 Gabriel dos Santos Sanches (@gabrielssanches)
* Copyright (c) 2023-2025 Gabriel dos Santos Sanches (@gabrielssanches)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_3d_camera_first_person.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_3d_camera_free.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_3d_camera_mode.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_3d_camera_split_screen.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_3d_picking.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_automation_events.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_basic_screen_manager.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_basic_window.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_basic_window_web.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_custom_frame_control.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_custom_logging.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_drop_files.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_input_gamepad.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_input_gestures.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_input_gestures_web.c Näytä tiedosto

@ -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) 2023 ubkp (@ubkp)
* Copyright (c) 2023-2025 ubkp (@ubkp)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_input_keys.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_input_mouse_wheel.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_input_multitouch.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_input_virtual_controls.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_loading_thread.c Näytä tiedosto

@ -11,7 +11,7 @@
*
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
*
* Copyright (c) 2014-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2014-2025 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_random_sequence.c Näytä tiedosto

@ -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) 2023 Dalton Overmyer (@REDl3east)
* Copyright (c) 2023-2025 Dalton Overmyer (@REDl3east)
*
********************************************************************************************/

+ 1
- 1
examples/core/core_random_values.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_scissor_test.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_smooth_pixelperfect.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_storage_values.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_vr_simulator.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_window_flags.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_window_letterbox.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_window_should_close.c Näytä tiedosto

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

+ 1
- 1
examples/core/core_world_screen.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_animation.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_billboard.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_bone_socket.c Näytä tiedosto

@ -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) 2024 iP (@ipzaur)
* Copyright (c) 2024-2025 iP (@ipzaur)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_box_collisions.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_cubicmap.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_draw_cube_texture.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_first_person_maze.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_geometric_shapes.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_gpu_skinning.c Näytä tiedosto

@ -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) 2024 Daniel Holden (@orangeduck)
* Copyright (c) 2024-2025 Daniel Holden (@orangeduck)
*
* Note: Due to limitations in the Apple OpenGL driver, this feature does not work on MacOS
*

+ 1
- 1
examples/models/models_heightmap.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_loading.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_loading_gltf.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_loading_m3d.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_loading_vox.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_mesh_generation.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_mesh_picking.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_orthographic_projection.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_point_rendering.c Näytä tiedosto

@ -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) 2024 Reese Gallagher (@satchelfrost)
* Copyright (c) 2024-2025 Reese Gallagher (@satchelfrost)
*
********************************************************************************************/

+ 1
- 1
examples/models/models_rlgl_solar_system.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_skybox.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_waving_cubes.c Näytä tiedosto

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

+ 1
- 1
examples/models/models_yaw_pitch_roll.c Näytä tiedosto

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

+ 1
- 1
examples/others/easings_testbed.c Näytä tiedosto

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

+ 1
- 1
examples/others/embedded_files_loading.c Näytä tiedosto

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

+ 1
- 1
examples/others/raylib_opengl_interop.c Näytä tiedosto

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

+ 1
- 1
examples/others/raymath_vector_angle.c Näytä tiedosto

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

+ 1
- 1
examples/others/rlgl_compute_shader.c Näytä tiedosto

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

+ 1
- 1
examples/others/rlgl_standalone.c Näytä tiedosto

@ -31,7 +31,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-2024 Ramon Santamaria (@raysan5)
* Copyright (c) 2014-2025 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 Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_basic_pbr.c Näytä tiedosto

@ -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) 2023-2024 Afan OLOVCIC (@_DevDad)
* Copyright (c) 2023-2025 Afan OLOVCIC (@_DevDad)
*
* Model: "Old Rusty Car" (https://skfb.ly/LxRy) by Renafox,
* licensed under Creative Commons Attribution-NonCommercial

+ 1
- 1
examples/shaders/shaders_custom_uniform.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_deferred_render.c Näytä tiedosto

@ -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) 2023 Justin Andreas Lacoste (@27justin)
* Copyright (c) 2023-2025 Justin Andreas Lacoste (@27justin)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_eratosthenes.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_fog.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_hot_reloading.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_hybrid_render.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_julia_set.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_lightmap.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_mesh_instancing.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_model_shader.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_multi_sample2d.c Näytä tiedosto

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

+ 3
- 3
examples/shaders/shaders_palette_switch.c Näytä tiedosto

@ -1,8 +1,8 @@
/*******************************************************************************************
*
* raylib [shaders] example - Color palette switch
*
* Example complexity rating: [] 3/4
*
* Example complexity rating: [] 3/4
*
* NOTE: This example requires raylib OpenGL 3.3 or ES2 versions for shaders support,
* OpenGL 1.1 does not support shaders, recompile raylib to OpenGL 3.3 version.
@ -18,7 +18,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-2024 Marco Lizza (@MarcoLizza) and Ramon Santamaria (@raysan5)
* Copyright (c) 2019-2025 Marco Lizza (@MarcoLizza) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_postprocessing.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_raymarching.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_shadowmap.c Näytä tiedosto

@ -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) 2023 TheManTheMythTheGameDev (@TheManTheMythTheGameDev)
* Copyright (c) 2023-2025 TheManTheMythTheGameDev (@TheManTheMythTheGameDev)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_shapes_textures.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_simple_mask.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_spotlight.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_texture_drawing.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_texture_outline.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_texture_tiling.c Näytä tiedosto

@ -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) 2023 Luis Almeida (@luis605)
* Copyright (c) 2023-2025 Luis Almeida (@luis605)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_texture_waves.c Näytä tiedosto

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

+ 1
- 1
examples/shaders/shaders_vertex_displacement.c Näytä tiedosto

@ -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) 2023 Alex ZH (@ZzzhHe)
* Copyright (c) 2023-2025 Alex ZH (@ZzzhHe)
*
********************************************************************************************/

+ 1
- 1
examples/shaders/shaders_write_depth.c Näytä tiedosto

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

+ 1
- 1
examples/shapes/shapes_basic_shapes.c Näytä tiedosto

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

+ 1
- 1
examples/shapes/shapes_bouncing_ball.c Näytä tiedosto

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

+ 1
- 1
examples/shapes/shapes_collision_area.c Näytä tiedosto

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

+ 1
- 1
examples/shapes/shapes_colors_palette.c Näytä tiedosto

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

+ 1
- 1
examples/shapes/shapes_draw_circle_sector.c Näytä tiedosto

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

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

Ladataan…
Peruuta
Tallenna