From eb816898e595fde68a2576ad180bd3d313e48a06 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 5 Sep 2025 23:02:06 +0200 Subject: [PATCH] Revert "Added creation-review years to examples" This reverts commit b5e25916fc2219eec088dfa948474cca019096eb. --- examples/shaders/shaders_view_depth.c | 2 +- examples/shapes/shapes_digital_clock.c | 2 +- examples/shapes/shapes_double_pendulum.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/shaders/shaders_view_depth.c b/examples/shaders/shaders_view_depth.c index a11f52dc5..f4eecf7e2 100644 --- a/examples/shaders/shaders_view_depth.c +++ b/examples/shaders/shaders_view_depth.c @@ -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) 2025-2025 Luís Almeida (@luis605) +* Copyright (c) 2025 Luís Almeida (@luis605) * ********************************************************************************************/ diff --git a/examples/shapes/shapes_digital_clock.c b/examples/shapes/shapes_digital_clock.c index c8a573cd6..82b8ee6bd 100644 --- a/examples/shapes/shapes_digital_clock.c +++ b/examples/shapes/shapes_digital_clock.c @@ -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) 2025-2025 Hamza RAHAL (@hmz-rhl) +* Copyright (c) 2025 Hamza RAHAL (@hmz-rhl) * ********************************************************************************************/ diff --git a/examples/shapes/shapes_double_pendulum.c b/examples/shapes/shapes_double_pendulum.c index 1bc2ee4a2..200f9ad7e 100644 --- a/examples/shapes/shapes_double_pendulum.c +++ b/examples/shapes/shapes_double_pendulum.c @@ -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) 2025-2025 JoeCheong (@Joecheong2006) +* Copyright (c) 2025 JoeCheong (@Joecheong2006) * ********************************************************************************************/