From 2b2b94004f5c1b6d9ab66bb3465d3966e3d2f91f Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Sun, 21 Aug 2016 18:50:59 +0200 Subject: [PATCH] Added note to LICENSES.txt Added a note: "If you want to make modifications to the code in _this_ repository and you want to keep those modifications proprietary, then you must get a commercial license from BigchainDB GmbH." --- LICENSES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LICENSES.md b/LICENSES.md index 977d216c..cae55154 100644 --- a/LICENSES.md +++ b/LICENSES.md @@ -2,6 +2,8 @@ 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). +If you want to make modifications to the code in _this_ repository and you want to keep those modifications proprietary, then you must get a commercial license from BigchainDB GmbH. + 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.