Revert top comment to the standard

This commit is contained in:
Gideon Serfontein 2025-10-02 17:37:23 +02:00
parent e77743f900
commit fcb4671775

View File

@ -1,15 +1,19 @@
/******************************************************************************************* /*******************************************************************************************
* *
* raylib [shapes] example - interactive pie chart * raylib [shapes] example - pie chart
* *
* Example complexity rating: [] 2/4 * Example complexity rating: [] 2/4
* *
* This example has been created using raylib 5.5 (www.raylib.com) * Example originally created with raylib 5.6-dev, last time updated with raylib 5.6-dev
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) *
* * Example contributed by Gideon Serfontein (@GideonSerf) and reviewed by Ramon Santamaria (@raysan5)
* Copyright (c) 2025 Ramon Santamaria (@raysan5) and Gideon Serfontein (@GideonSerf) *
* * 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 Gideon Serfontein (@GideonSerf)
*
********************************************************************************************/
#include "raylib.h" #include "raylib.h"
#include <math.h> #include <math.h>