bigchaindb/LICENSES.md

28 lines
2.0 KiB
Markdown
Raw Normal View History

# Code Licenses
2017-08-31 16:55:45 +02:00
Except as noted in the **Exceptions** section below, for all code in this repository, BigchainDB GmbH ("We") either:
1. owns the copyright, or
2017-08-31 16:55:45 +02:00
2. owns the right to sublicense it under any license (because all external contributors must agree to a Contributor License Agreement).
2017-08-31 16:55:45 +02:00
Therefore We can choose how to license all the code in this repository (except for the Exceptions). We can license it to Joe Xname under one license and Company Yname under a different license.
The two general options are:
1. You can get it under a commercial license for a fee. We can negotiate the terms of that license. It's not like we have some standard take-it-or-leave it commercial license. If you want to modify it and keep your modifications private, then that's certainly possible. Just ask.
2. You can get it under the AGPLv3 license for free. You don't even have to ask us. That's because all code in _this_ repository is licensed under the GNU Affero General Public License version 3 (AGPLv3), the full text of which can be found at [http://www.gnu.org/licenses/agpl.html](http://www.gnu.org/licenses/agpl.html).
2017-08-31 16:55:45 +02:00
If you don't like the AGPL license, then contact us to get a different license.
2017-08-31 16:55:45 +02:00
All short code snippets embedded in the official BigchainDB _documentation_ are licensed under the Apache License, Version 2.0, the full text of which can be found at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
For the licenses on all other BigchainDB-related code, see the LICENSE file in the associated repository.
# Documentation Licenses
The official BigchainDB documentation, _except for the short code snippets embedded within it_, is licensed under a Creative Commons Attribution-ShareAlike 4.0 International license, the full text of which can be found at [http://creativecommons.org/licenses/by-sa/4.0/legalcode](http://creativecommons.org/licenses/by-sa/4.0/legalcode).
2017-08-31 16:55:45 +02:00
# Exceptions
The contents of the `k8s/nginx-openresty/` directory are licensed as described in the `LICENSE.md` file in that directory.