Changes between Version 10 and Version 11 of License


Ignore:
Timestamp:
Jul 27, 2011, 8:57:34 AM (13 years ago)
Author:
Peter Baumann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • License

    v10 v11  
    33= Rasdaman License =
    44
    5 Rasdaman community is licensed in a way to allow inclusion of the system in any-license software systems:
     5== Code License ==
     6
     7The rasdaman community code is licensed in a way to allow inclusion of the system in any-license software systems:
    68   * client libraries (such as {{{libraslib.a}}}) and applications (such as {{{rasql}}}) as well as the OGC frontends (that is: the {{{petascope}}} servlet): [http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License LGPL] [http://www.gnu.org/licenses/lgpl-3.0.txt version 3]; see file COPYING.LESSER in the source tree root.
    79   * Server-side executables (such as {{{rasserver}}} and {{{rasmgr}}}): [http://en.wikipedia.org/wiki/Gpl GPL] [http://www.gnu.org/licenses/gpl-3.0.txt version 3]; see file COPYING in the source tree root.
     
    911See the standard header in each file in the source tree to determine its respective license scheme.
    1012
    11 == Why This Dual Scheme? ==
    12 
    13 In short: For maximizing both free use and community return.
     13'''Why This Dual Scheme?''' In short: For maximizing both free use and community return.
    1414
    1515We chose GPL for the server because
     
    1818
    1919On the other hand, rasdaman can be used embedded in other systems as well: the LGPL client connectors allow for an uninhibited inclusion (such as linking) with code of any licensing model, including proprietary.
     20
     21== Wiki Information License ==
     22{{{
     23#!html
     24<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">rasdaman wiki info</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.rasdaman.org" property="cc:attributionName" rel="cc:attributionURL">Peter Baumann</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://www.rasdaman.org" rel="dct:source">www.rasdaman.org</a>.
     25}}}