Mercurial > repos > IBDev-IBBoard.WarFoundry.API
comparison IBBoard.WarFoundry.API.csproj @ 104:2f3cafb69799
Re #121: Migrate to AGPL license
* Update all API files to AGPL license
* Include AGPL license and remove GPL/LGPL documents
* Fix copyright dates where they're known
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 15 Aug 2009 10:36:50 +0000 |
parents | 3593d5d756ef |
children | f5aec697b8ea |
comparison
equal
deleted
inserted
replaced
103:3593d5d756ef | 104:2f3cafb69799 |
---|---|
35 </Target> | 35 </Target> |
36 <Target Name="AfterBuild"> | 36 <Target Name="AfterBuild"> |
37 </Target> | 37 </Target> |
38 --> | 38 --> |
39 <ItemGroup> | 39 <ItemGroup> |
40 <None Include="COPYING.GPL" /> | |
41 <None Include="COPYING.LGPL" /> | |
42 <None Include="dtds\system.xsd"> | 40 <None Include="dtds\system.xsd"> |
43 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | 41 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
44 </None> | 42 </None> |
45 <None Include="dtds\race.xsd"> | 43 <None Include="dtds\race.xsd"> |
46 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | 44 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
52 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | 50 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
53 </None> | 51 </None> |
54 <None Include="dtds\army.xsd"> | 52 <None Include="dtds\army.xsd"> |
55 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | 53 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
56 </None> | 54 </None> |
55 <None Include="COPYING" /> | |
57 </ItemGroup> | 56 </ItemGroup> |
58 <ItemGroup> | 57 <ItemGroup> |
59 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" /> | 58 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" /> |
60 <Compile Include="api\Commands\RemoveUnitCommand.cs" /> | 59 <Compile Include="api\Commands\RemoveUnitCommand.cs" /> |
61 <Compile Include="api\Commands\AbstractReplaceUnitEquipmentCommand.cs" /> | 60 <Compile Include="api\Commands\AbstractReplaceUnitEquipmentCommand.cs" /> |