comparison 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
comparison
equal deleted inserted replaced
2:74df258710fe 3:8935971e307c
1 // This file (FrmNewUnitEquipment.cs) is a part of the IBBoard.WarFoundry.GUI.WinForms project and is copyright 2009 IBBoard.
2 //
3 // 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.
4
1 using System; 5 using System;
2 using System.Drawing; 6 using System.Drawing;
3 using System.Collections; 7 using System.Collections;
4 using System.ComponentModel; 8 using System.ComponentModel;
5 using System.Windows.Forms; 9 using System.Windows.Forms;