Mercurial > repos > IBBoard.WarFoundry.GUI.WinForms
diff FrmNewUnitEquipment.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 | 42cf06b8f897 |
children | 755e60be28be |
line wrap: on
line diff
--- a/FrmNewUnitEquipment.cs Sat Dec 27 19:20:26 2008 +0000 +++ b/FrmNewUnitEquipment.cs Sun Mar 01 15:21:07 2009 +0000 @@ -1,3 +1,7 @@ +// This file (FrmNewUnitEquipment.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;