diff --git a/Source/OpenTK/Fonts/DisplayListTextPrinter.cs b/Source/OpenTK/Fonts/DisplayListTextPrinter.cs index 304cad90..6e83b5bd 100644 --- a/Source/OpenTK/Fonts/DisplayListTextPrinter.cs +++ b/Source/OpenTK/Fonts/DisplayListTextPrinter.cs @@ -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.Text;