From b31b4845641c7238018be72682424e25c250a226 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Fri, 18 Sep 2020 23:45:09 +0100 Subject: [PATCH] Removed duplicate license comments from binding code. --- Raylib-cs/Easings.cs | 8 -------- Raylib-cs/Raylib.cs | 8 -------- Raylib-cs/Raymath.cs | 8 -------- Raylib-cs/Rlgl.cs | 8 -------- 4 files changed, 32 deletions(-) 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;