Difference between revisions of "Licensing"

From Software Heritage Wiki
Jump to: navigation, search
m (Add flot-tooltip (tooltip plugin for Flot used in the origin calendar JS))
(Licenses of external dependencies)
Line 40: Line 40:
 
* python-dateutil: [https://sources.debian.net/src/python-dateutil/latest/LICENSE/ BSD3]
 
* python-dateutil: [https://sources.debian.net/src/python-dateutil/latest/LICENSE/ BSD3]
 
* python-requests: [http://docs.python-requests.org/en/latest/user/intro/#apache2 Apache2]
 
* python-requests: [http://docs.python-requests.org/en/latest/user/intro/#apache2 Apache2]
 +
* python-requests-mock: [https://pypi.python.org/pypi/requests-mock/1.3.0 Apache2]
 
* python-retrying: [https://sources.debian.net/src/python-retrying/latest/debian/copyright/ Apache2]
 
* python-retrying: [https://sources.debian.net/src/python-retrying/latest/debian/copyright/ Apache2]
 +
* python-sqlalchemy: [http://docs.sqlalchemy.org/en/latest/copyright.html MIT]
 +
* python-testing.postgresql [https://github.com/tk0miya/testing.postgresql/blob/master/LICENSE Apache2]
 +
* python-xmltodict [https://github.com/martinblech/xmltodict/blob/master/LICENSE MIT]
 
* qless-py: [https://github.com/seomoz/qless-py/blob/master/LICENSE MIT]
 
* qless-py: [https://github.com/seomoz/qless-py/blob/master/LICENSE MIT]
 
* redis-py: [https://github.com/andymccurdy/redis-py/blob/master/LICENSE MIT]
 
* redis-py: [https://github.com/andymccurdy/redis-py/blob/master/LICENSE MIT]

Revision as of 14:59, 28 February 2017

Software developed by Software Heritage is released under the following licenses:

default license
GNU General Public License, version 3 or above (GPL3+) is our default license
web applications
GNU Affero General Public License, version 3 or above (AGPL3+) for Web applications and other software whose main purpose is offer a service via remote network interaction
puppet
Apache License, version 2 (Apache2) for Puppet recipes

See the license of specific software modules for details.

Below we list our external software dependencies, their licenses, and give pointers to how and why they are compatible with the above license choices.

An external dependency whose license is incompatible with the above license choices cannot be used in Software Heritage, so please carefully review the relevant licenses before adopting a new external dependency.

Licenses of external dependencies

Our external software dependencies are:

When adopting a new external dependency, please add it to the above list, in alphabetical order and with a pointer to evidence of its license.

License compatibility

(non-GPL variants only)