Mercurial > repos > IBBoard.WarFoundry.GUI.WinForms
comparison UI/StatColumnStyle.cs @ 36:6ab7ddc038f9
Re #121: Move all code to AGPL
* Move all WinForms code to the GNU Affero General Public License
* fix some copyright dates
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 15 Aug 2009 10:15:00 +0000 |
parents | 526fefefb16b |
children | 740350673006 |
comparison
equal
deleted
inserted
replaced
35:27b1837c837e | 36:6ab7ddc038f9 |
---|---|
1 // This file (StatColumnStyle.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 and distributed, without warranty, under the GNU Affero GPL license, either version 3 of the License or (at your option) any later version. Please see COPYING 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.Text; | 7 using System.Text; |
4 using System.Windows.Forms; | 8 using System.Windows.Forms; |
5 using IBBoard.WarFoundry.API.Objects; | 9 using IBBoard.WarFoundry.API.Objects; |