diff --git a/Raylib-cs/Easings.cs b/Raylib-cs/Easings.cs index aa68aa1..4ac7402 100644 --- a/Raylib-cs/Easings.cs +++ b/Raylib-cs/Easings.cs @@ -1,11 +1,3 @@ -/* Easings.cs -* -* Copyright 2020 Chris Dill -* -* Release under zLib License. -* See LICENSE for details. -*/ - using System; namespace Raylib_cs diff --git a/Raylib-cs/Raylib.cs b/Raylib-cs/Raylib.cs index 9ba63ac..3cae5f5 100644 --- a/Raylib-cs/Raylib.cs +++ b/Raylib-cs/Raylib.cs @@ -1,11 +1,3 @@ -/* Raylib.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/Raylib-cs/Raymath.cs b/Raylib-cs/Raymath.cs index c09b641..8e5e022 100644 --- a/Raylib-cs/Raymath.cs +++ b/Raylib-cs/Raymath.cs @@ -1,11 +1,3 @@ -/* Raymath.cs -* -* Copyright 2020 Chris Dill -* -* Release under zLib License. -* See LICENSE for details. -*/ - using System.Numerics; using System.Runtime.InteropServices; using System.Security; diff --git a/Raylib-cs/Rlgl.cs b/Raylib-cs/Rlgl.cs index f6858b1..71f1b05 100644 --- a/Raylib-cs/Rlgl.cs +++ b/Raylib-cs/Rlgl.cs @@ -1,11 +1,3 @@ -/* Rlgl.cs -* -* Copyright 2020 Chris Dill -* -* Release under zLib License. -* See LICENSE for details. -*/ - using System; using System.Numerics; using System.Runtime.InteropServices;