MIT
This is not legal advice. Read disclaimer.
The MIT License (MIT) Copyright (c) 2015-2016 robskie <mrobskie@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Source: github.com/dgraph-io/dgraph@v0.9.0/bp128/LICENSE
AGPL-3.0, Apache-2.0
This is not legal advice. Read disclaimer.
# Dgraph Licensing ## Server Dgraph Server is available under [GNU AGPLv3](https://www.gnu.org/licenses/agpl-3.0.html). ## Drivers Dgraph Go driver and any other drivers are available under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0). ## Licensing Policy The reasoning behind chosing AGPL license is explained in this [blog post](https://blog.dgraph.io/post/licensing/). The general idea is that using Dgraph for free even for commercial purposes is OK, as long as you release any modifications to the server code back to the community. Most users don't need to modify server code, so they can continue to use Dgraph for free, forever. But, if you need to modify server code and are not ok with releasing the changes back, [get in touch](mailto:contact@dgraph.io) with us and we can set you up with a commercial or enterprise license. If use of our drivers under the Apache 2.0 or the database under the AGPL v3 does not satisfy your organization's legal department, commercial licenses are available as well. Please [contact us](mailto:contact@dgraph.io) for more details. ## Trademark Dgraph is a registered trademark of Dgraph Labs, Inc.
Source: github.com/dgraph-io/dgraph@v0.9.0/LICENSE.md