Mercurial > repos > IBBoard.WarFoundry.GUI.WinForms
diff FrmDebugOutput.cs @ 3:8935971e307c
Fixes #1 - Correctly license code
* Add license header to all WinForms code
* Add COPYING.GPL and COPYING.LGPL to WinForms project
Also:
* Rename .csproj file to match project name
* Remove unused .mdp file
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 01 Mar 2009 15:21:07 +0000 |
parents | 7dd160dacb60 |
children | 19bdbb80999c |
line wrap: on
line diff
--- a/FrmDebugOutput.cs Sat Dec 27 19:20:26 2008 +0000 +++ b/FrmDebugOutput.cs Sun Mar 01 15:21:07 2009 +0000 @@ -1,3 +1,7 @@ +// This file (FrmDebugOutput.cs) is a part of the IBBoard.WarFoundry.GUI.WinForms project and is copyright 2009 IBBoard. +// +// The file and the library/program it is in are licensed under the GNU LGPL license, either version 3 of the License or (at your option) any later version. Please see COPYING.LGPL for more information and the full license. + using System; using System.Drawing; using System.Collections;