diff --git a/Source/Examples/IExample.cs b/Source/Examples/IExample.cs index 92ab0bbf..c5412188 100644 --- a/Source/Examples/IExample.cs +++ b/Source/Examples/IExample.cs @@ -1,6 +1,8 @@ #region --- License --- -/* Copyright (c) 2006, 2007 Stefanos Apostolopoulos - * See license.txt for license info +/* Licensed under the MIT/X11 license. + * Copyright (c) 2006-2008 the OpenTK Team. + * This notice may not be removed from any source distribution. + * See license.txt for licensing details. */ #endregion diff --git a/Source/Examples/Utilities.cs b/Source/Examples/Utilities.cs index 3624dbe0..af895522 100644 --- a/Source/Examples/Utilities.cs +++ b/Source/Examples/Utilities.cs @@ -1,7 +1,16 @@ -using System; +#region --- License --- +/* Licensed under the MIT/X11 license. + * Copyright (c) 2006-2008 the OpenTK Team. + * This notice may not be removed from any source distribution. + * See license.txt for licensing details. + */ +#endregion + +using System; using System.Collections.Generic; using System.Text; -using System.Drawing; +using System.Drawing; + using OpenTK; using OpenTK.Input;