[examples] Update examples to be consistent (#4699)

* Update examples inconsistencies

* Happy new years, examples!

* Missed one inconsistency

* Update final few examples inconsistencies

---------

Co-authored-by: Anstro Pleuton <anstropleuton@github.com>
This commit is contained in:
Anstro Pleuton 2025-01-18 10:41:56 -08:00 committed by GitHub
parent 74256943a4
commit 945f181f1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
155 changed files with 188 additions and 166 deletions

View file

@ -58,14 +58,14 @@
*
* raylib [core] example - Basic window
*
* Example originally created with raylib 4.5, last time updated with raylib 4.5
* Example originally created with raylib 5.5, last time updated with raylib 5.5
*
* Example contributed by <user_name> (@<user_github>) and reviewed by Ramon Santamaria (@raysan5)
*
* 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 <user_name> (@<user_github>)
* Copyright (c) <year_created>-<year_updated> <user_name> (@<user_github>)
*
********************************************************************************************/