diff 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
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.csproj	Sat Aug 15 09:40:05 2009 +0000
+++ b/IBBoard.WarFoundry.API.csproj	Sat Aug 15 10:36:50 2009 +0000
@@ -37,8 +37,6 @@
   </Target>
   -->
   <ItemGroup>
-    <None Include="COPYING.GPL" />
-    <None Include="COPYING.LGPL" />
     <None Include="dtds\system.xsd">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
@@ -54,6 +52,7 @@
     <None Include="dtds\army.xsd">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
+    <None Include="COPYING" />
   </ItemGroup>
   <ItemGroup>
     <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" />