mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-10 15:07:26 +00:00
Added licensing information.
This commit is contained in:
parent
050eddbbd9
commit
4d358cad5d
|
@ -1,4 +1,10 @@
|
||||||
using System;
|
#region --- License ---
|
||||||
|
/* Copyright (c) 2006, 2007 Stefanos Apostolopoulos
|
||||||
|
* See license.txt for license info
|
||||||
|
*/
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue