comparison FrmSelectSystem.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 9828ba4f3f36
comparison
equal deleted inserted replaced
2:74df258710fe 3:8935971e307c
1 // This file (FrmSelectSystem.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.IO; 6 using System.IO;
3 using System.Drawing; 7 using System.Drawing;
4 using System.Collections; 8 using System.Collections;
5 using System.ComponentModel; 9 using System.ComponentModel;