From 5e7a9f92993c7d8d18e368f025a3864a0e2d4c23 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Mon, 5 May 2008 17:10:28 +0000 Subject: [PATCH] * GluTessellation.cs: Updated licensing information. --- Source/Examples/OpenGL/GluTessellation.cs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Source/Examples/OpenGL/GluTessellation.cs b/Source/Examples/OpenGL/GluTessellation.cs index 3885cde9..5192532a 100644 --- a/Source/Examples/OpenGL/GluTessellation.cs +++ b/Source/Examples/OpenGL/GluTessellation.cs @@ -1,17 +1,18 @@ -#region --- License --- -/* Copyright (c) 2006-2008 the OpenTK team - * See license.txt for licensing details +#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.Diagnostics; +using System.Runtime.InteropServices; using OpenTK; using OpenTK.Graphics; - using OpenTK.Input; -using System.Runtime.InteropServices; namespace Examples {