Remove copyright notice from template I used

This commit is contained in:
IXtreme 2024-12-21 22:57:52 -05:00
parent f2961a006b
commit a69d25e542

View file

@ -1,15 +1,3 @@
/*******************************************************************************************
*
* raylib-extras [ImGui] example - Docking example
*
* This is an example of using the ImGui docking features that are part of docking branch
* You must replace the default imgui with the code from the docking branch for this to work
* https://github.com/ocornut/imgui/tree/docking
*
* Copyright (c) 2024 Jeffery Myers
*
********************************************************************************************/
#include "mpris_connection.hpp"
#include <exception>
#include <iterator>