From b3857986bf31d5d955e11d02a15c48d319e1e9d7 Mon Sep 17 00:00:00 2001 From: troymc Date: Mon, 8 Feb 2016 13:03:30 +0100 Subject: [PATCH] Added LICENSES.md (open source / open content) --- LICENSES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 LICENSES.md diff --git a/LICENSES.md b/LICENSES.md new file mode 100644 index 00000000..b6e3fa31 --- /dev/null +++ b/LICENSES.md @@ -0,0 +1,11 @@ +# Code Licenses + +All officially-supported BigchainDB _driver code_ is 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). + +All short code snippets embedded in the official BigchainDB _documentation_ is 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). + +All _other_ officially-supported BigchainDB code 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). + +# 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).