From 922b389ad801ed28ac55332c758189a80965f1c3 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Fri, 20 Apr 2007 20:46:29 +0000 Subject: [PATCH] --- Source/OpenGL/Bind/SpecReader.cs | 11 +++++++++-- Source/OpenGL/Bind/SpecTranslator.cs | 11 +++++++++-- Source/OpenGL/Bind/SpecWriter.cs | 11 +++++++++-- 3 files changed, 27 insertions(+), 6 deletions(-) diff --git a/Source/OpenGL/Bind/SpecReader.cs b/Source/OpenGL/Bind/SpecReader.cs index 5d0bd127..d2f0f23f 100644 --- a/Source/OpenGL/Bind/SpecReader.cs +++ b/Source/OpenGL/Bind/SpecReader.cs @@ -1,8 +1,11 @@ -#region License +#region --- License --- /* MIT License -Copyright ©2003-2006 Tao Framework Team +Copyright ©2006-2007 Tao Framework Team http://www.taoframework.com +Copyright ©2005-2007 OpenTK +http://sourceforge.net/projects/opentk + All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy @@ -25,12 +28,16 @@ SOFTWARE. */ #endregion License +#region --- Using Directives --- + using System; using System.Collections.Generic; using System.Text; using System.IO; using System.CodeDom; +#endregion + namespace OpenTK.OpenGL.Bind { static class SpecReader diff --git a/Source/OpenGL/Bind/SpecTranslator.cs b/Source/OpenGL/Bind/SpecTranslator.cs index 5c872f27..81ec0dd8 100644 --- a/Source/OpenGL/Bind/SpecTranslator.cs +++ b/Source/OpenGL/Bind/SpecTranslator.cs @@ -1,8 +1,11 @@ -#region License +#region --- License --- /* MIT License -Copyright ©2003-2006 Tao Framework Team +Copyright ©2006-2007 Tao Framework Team http://www.taoframework.com +Copyright ©2005-2007 OpenTK +http://sourceforge.net/projects/opentk + All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy @@ -25,12 +28,16 @@ SOFTWARE. */ #endregion License +#region --- Using Directives --- + using System; using System.Collections.Generic; using System.Text; using System.Collections; using System.CodeDom; +#endregion + namespace OpenTK.OpenGL.Bind { #region WrapperTypes enum diff --git a/Source/OpenGL/Bind/SpecWriter.cs b/Source/OpenGL/Bind/SpecWriter.cs index e1aac66c..1e4c6053 100644 --- a/Source/OpenGL/Bind/SpecWriter.cs +++ b/Source/OpenGL/Bind/SpecWriter.cs @@ -1,8 +1,11 @@ -#region License +#region --- License --- /* MIT License -Copyright ©2003-2006 Tao Framework Team +Copyright ©2006-2007 Tao Framework Team http://www.taoframework.com +Copyright ©2005-2007 OpenTK +http://sourceforge.net/projects/opentk + All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy @@ -25,6 +28,8 @@ SOFTWARE. */ #endregion License +#region --- Using Directives --- + using System; using System.Collections.Generic; using System.Text; @@ -32,6 +37,8 @@ using System.IO; using System.Runtime.InteropServices; using System.CodeDom; +#endregion + namespace OpenTK.OpenGL.Bind { static class SpecWriter