Changeset 5:ec77b60e5369 in IBBoard.ArmyBuilder.API
- Timestamp:
- 08/15/09 05:51:59 (3 years ago)
- Branch:
- default
- Tags:
- tip
- Convert:
- [192/_archive]
- Files:
-
- 1 added
- 2 deleted
- 8 edited
-
ABFile.cs (modified) (1 diff)
-
ABv2File.cs (modified) (1 diff)
-
ABv3File.cs (modified) (1 diff)
-
AssemblyInfo.cs (modified) (1 diff)
-
COPYING (added)
-
COPYING.GPL (deleted)
-
COPYING.LGPL (deleted)
-
Extractors/ArmyBuilderFileExtractor.cs (modified) (1 diff)
-
FileTableEntry.cs (modified) (1 diff)
-
IBBoard.ArmyBuilder.API.csproj (modified) (1 diff)
-
Loaders/ArmyBuilderABFileLoader.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ABFile.cs
r3 r5 1 1 // This file (ABFile.cs) is a part of the IBBoard.ArmyBuilder.API 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, 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 // 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. 5 4 6 5 using System; -
ABv2File.cs
r3 r5 1 1 // This file (ABv2File.cs) is a part of the IBBoard.ArmyBuilder.API 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, 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 // 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. 5 4 6 5 using System; -
ABv3File.cs
r3 r5 1 1 // This file (ABv3File.cs) is a part of the IBBoard.ArmyBuilder.API 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, 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 // 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. 5 4 6 5 using System; -
AssemblyInfo.cs
r0 r5 1 1 // This file (AssemblyInfo.cs) is a part of the IBBoard.ArmyBuilder.API and is copyright 2009 IBBoard 2 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.LGPLfor more information and the full license.4 // 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 5 5 using System.Reflection; 6 6 using System.Runtime.CompilerServices; -
Extractors/ArmyBuilderFileExtractor.cs
r4 r5 1 1 // This file (ArmyBuilderFileExtractor.cs) is a part of the IBBoard.ArmyBuilder.API 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, either version 3 of the License or (at your option) any later version. Please see COPYING.LGPLfor more information and the full license.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 4 // 5 5 -
FileTableEntry.cs
r0 r5 1 1 // This file (FileTableEntry.cs) is a part of the IBBoard.ArmyBuilder.API 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, 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 // 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. 5 4 6 5 using System; -
IBBoard.ArmyBuilder.API.csproj
r3 r5 45 45 </ItemGroup> 46 46 <ItemGroup> 47 <None Include="COPYING.GPL" /> 48 <None Include="COPYING.LGPL" /> 47 <None Include="COPYING" /> 49 48 </ItemGroup> 50 49 <ItemGroup> -
Loaders/ArmyBuilderABFileLoader.cs
r3 r5 1 1 // This file (ArmyBuilderFileLoader.cs) is a part of the IBBoard.ArmyBuilder.API 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, 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 // 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. 5 4 6 5 using System;
Note: See TracChangeset
for help on using the changeset viewer.
WarFoundry - Development