Changes between Version 4 and Version 5 of Development/CodingConventions


Ignore:
Timestamp:
12/07/10 21:53:02 (9 years ago)
Author:
ibboard
Comment:

We're now using AGPL

Legend:

Unmodified
Added
Removed
Modified
  • Development/CodingConventions

    v4 v5  
    88== File Headers ==
    99
    10 All of the WarFoundry code is currently licensed under the LGPL v3. This means that there must be a copyright line and a license line at the top of each file, plus all projects must include the COPYING.LGPL and COPYING.GPL files. Although GNU recommend putting a large chunk of comments at the top of the page this is generally excessive and can be replaced with the following:
     10All of the WarFoundry code is currently licensed under the AGPL v3. This means that there must be a copyright line and a license line at the top of each file, plus all projects must include the COPYING.AGPL and COPYING.GPL files. Although GNU recommend putting a large chunk of comments at the top of the page this is generally excessive and can be replaced with the following:
    1111
    1212{{{
    1313 This file (${FileName}) is a part of the ${ProjectName} project and is copyright ${Year} ${CopyrightHolder}
    1414
    15  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.
     15 The file and the library/program it is in are licensed under the GNU AGPL license, either version 3 of the License or (at your option) any later version. Please see COPYING.AGPL for more information and the full license.
    1616}}}
    1717