Changeset 5:ec77b60e5369 in IBBoard.ArmyBuilder.API


Ignore:
Timestamp:
08/15/09 05:51:59 (3 years ago)
Author:
IBBoard <dev@…>
Branch:
default
Tags:
tip
Convert:
[192/_archive]
Message:

Re #121: Migrate to AGPL license

  • Update all Army Builder API files to AGPL license
  • Include AGPL license and remove GPL/LGPL documents
Files:
1 added
2 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • ABFile.cs

    r3 r5  
    11//  This file (ABFile.cs) is a part of the IBBoard.ArmyBuilder.API project and is copyright 2009 IBBoard 
    22//  
    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.  
    54 
    65using System; 
  • ABv2File.cs

    r3 r5  
    11//  This file (ABv2File.cs) is a part of the IBBoard.ArmyBuilder.API project and is copyright 2009 IBBoard 
    22//  
    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. 
    54 
    65using System; 
  • ABv3File.cs

    r3 r5  
    11//  This file (ABv3File.cs) is a part of the IBBoard.ArmyBuilder.API project and is copyright 2009 IBBoard 
    22//  
    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.  
    54 
    65using System; 
  • AssemblyInfo.cs

    r0 r5  
    11//  This file (AssemblyInfo.cs) is a part of the IBBoard.ArmyBuilder.API and is copyright 2009 IBBoard 
    22//  
    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. 
     4 
    55using System.Reflection; 
    66using System.Runtime.CompilerServices; 
  • Extractors/ArmyBuilderFileExtractor.cs

    r4 r5  
    11//  This file (ArmyBuilderFileExtractor.cs) is a part of the IBBoard.ArmyBuilder.API project and is copyright 2009 IBBoard 
    22//  
    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. 
     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. 
    44//  
    55 
  • FileTableEntry.cs

    r0 r5  
    11//  This file (FileTableEntry.cs) is a part of the IBBoard.ArmyBuilder.API project and is copyright 2009 IBBoard 
    22//  
    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. 
    54 
    65using System; 
  • IBBoard.ArmyBuilder.API.csproj

    r3 r5  
    4545  </ItemGroup> 
    4646  <ItemGroup> 
    47     <None Include="COPYING.GPL" /> 
    48     <None Include="COPYING.LGPL" /> 
     47    <None Include="COPYING" /> 
    4948  </ItemGroup> 
    5049  <ItemGroup> 
  • Loaders/ArmyBuilderABFileLoader.cs

    r3 r5  
    11//  This file (ArmyBuilderFileLoader.cs) is a part of the IBBoard.ArmyBuilder.API project and is copyright 2009 IBBoard 
    22//  
    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. 
    54 
    65using System; 
Note: See TracChangeset for help on using the changeset viewer.