diff FrmNewArmy.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 7c366fe55635
line wrap: on
line diff
--- a/FrmNewArmy.cs	Sat Dec 27 19:20:26 2008 +0000
+++ b/FrmNewArmy.cs	Sun Mar 01 15:21:07 2009 +0000
@@ -1,3 +1,7 @@
+// This file (FrmNewArmy.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;