From 3096e3b68347463ecd13da3e714d336afa164e1d Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Wed, 27 Jan 2021 13:56:35 +0000 Subject: [PATCH] Remove old LICENSE notes from Physac and Raygui --- Physac-cs/Physac.cs | 8 -------- Raygui-cs/Raygui.cs | 8 -------- 2 files changed, 16 deletions(-) diff --git a/Physac-cs/Physac.cs b/Physac-cs/Physac.cs index 1d39644..756a2af 100644 --- a/Physac-cs/Physac.cs +++ b/Physac-cs/Physac.cs @@ -1,11 +1,3 @@ -/* Physac.cs -* -* Copyright 2020 Chris Dill -* -* Release under zLib License. -* See LICENSE for details. -*/ - using System; using System.Numerics; using System.Runtime.InteropServices; diff --git a/Raygui-cs/Raygui.cs b/Raygui-cs/Raygui.cs index b5ea85a..ffacf81 100644 --- a/Raygui-cs/Raygui.cs +++ b/Raygui-cs/Raygui.cs @@ -1,11 +1,3 @@ -/* Raygui.cs -* -* Copyright 2020 Chris Dill -* -* Release under zLib License. -* See LICENSE for details. -*/ - using System; using System.Numerics; using System.Runtime.InteropServices;