Mercurial > repos > IBBoard.WarFoundry.Plugin.Rollcall
comparison RollcallRaceParser.cs @ 11:9d0d40324494
* Update Rollcall plugin to use GPLv3 headers
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 25 Jun 2009 19:51:39 +0000 |
parents | 395f2bf0549e |
children | 9aecf6628eb0 |
comparison
equal
deleted
inserted
replaced
10:395f2bf0549e | 11:9d0d40324494 |
---|---|
1 // This file (RollcallRaceParser.cs) is a part of IBBoard.WarFoundry.Plugin.Rollcall library and is copyright 2009 IBBoard. | 1 // This file (RollcallRaceParser.cs) is a part of the IBBoard.WarFoundry.Plugin.Rollcall project and is copyright 2009 IBBoard. |
2 // | 2 // |
3 // The file and the library/program it is in are licensed under the GNU LGPL license. Please see COPYING.LGPL for more information and the full license. | 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 | 4 |
5 using System; | 5 using System; |
6 using IBBoard.CustomMath; | 6 using IBBoard.CustomMath; |
7 using IBBoard.Ini; | 7 using IBBoard.Ini; |
8 using IBBoard.IO; | 8 using IBBoard.IO; |