Mercurial > repos > IBBoard.WarFoundry.API
comparison api/Objects/WarFoundryStagedLoadingObject.cs @ 15:306558904c2a
Re #1 - LGPL license all code
* Add LGPL header to all files
* Add COPYING.LGPL and COPYING.GPL with content of license
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 25 Jan 2009 14:50:36 +0000 |
parents | 613bc5eaac59 |
children | b28be912adab |
comparison
equal
deleted
inserted
replaced
14:0770e5cbba7c | 15:306558904c2a |
---|---|
1 // WarFoundryStagedLoadingObject.cs is a part of the IBBoard.WarFoundry.API library (referred to from here as "this program") | 1 // This file (WarFoundryStagedLoadingObject.cs) is a part of the IBBoard.WarFoundry.API project and is copyright 2009 IBBoard. |
2 // | |
3 // Copyright (C) 2009 IBBoard | |
4 // | 2 // |
5 // This program is free software: you can redistribute it and/or modify | 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. |
6 // it under the terms of the GNU Lesser General Public License as published by | |
7 // the Free Software Foundation, either version 3 of the License, or | |
8 // (at your option) any later version. | |
9 // | |
10 // This program is distributed in the hope that it will be useful, | |
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 // GNU Lesser General Public License for more details. | |
14 // | |
15 // You should have received a copy of the GNU Lesser General Public License | |
16 // along with this program. If not, see <http://www.gnu.org/licenses/>. | |
17 // | |
18 | 4 |
19 using System; | 5 using System; |
20 using System.IO; | 6 using System.IO; |
21 using IBBoard.WarFoundry.API.Factories; | 7 using IBBoard.WarFoundry.API.Factories; |
22 | 8 |