diff --git a/Source/Examples/OpenGL/T11_Julia_Set.cs b/Source/Examples/OpenGL/T11_Julia_Set.cs index f4fc2427..dad5e3a4 100644 --- a/Source/Examples/OpenGL/T11_Julia_Set.cs +++ b/Source/Examples/OpenGL/T11_Julia_Set.cs @@ -1,6 +1,10 @@ #region --- License --- -/* Copyright (c) 2008 Christoph Brandtner - * 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 detailed licensing details. + * + * Written by Christoph Brandtner */ #endregion