Removed duplicate license comments from binding code.
This commit is contained in:
parent
34d069c7cc
commit
b31b484564
4 changed files with 0 additions and 32 deletions
|
|
@ -1,11 +1,3 @@
|
||||||
/* Easings.cs
|
|
||||||
*
|
|
||||||
* Copyright 2020 Chris Dill
|
|
||||||
*
|
|
||||||
* Release under zLib License.
|
|
||||||
* See LICENSE for details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace Raylib_cs
|
namespace Raylib_cs
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,3 @@
|
||||||
/* Raylib.cs
|
|
||||||
*
|
|
||||||
* Copyright 2020 Chris Dill
|
|
||||||
*
|
|
||||||
* Release under zLib License.
|
|
||||||
* See LICENSE for details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,3 @@
|
||||||
/* Raymath.cs
|
|
||||||
*
|
|
||||||
* Copyright 2020 Chris Dill
|
|
||||||
*
|
|
||||||
* Release under zLib License.
|
|
||||||
* See LICENSE for details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Security;
|
using System.Security;
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,3 @@
|
||||||
/* Rlgl.cs
|
|
||||||
*
|
|
||||||
* Copyright 2020 Chris Dill
|
|
||||||
*
|
|
||||||
* Release under zLib License.
|
|
||||||
* See LICENSE for details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue