DozerDB / dozerdb-plugin

Free and Open Source Plugin that adds enterprise features to Neo4j Community Distributions
GNU General Public License v3.0
44 stars 3 forks source link

Licensing concerns with Neo4j #14

Closed harikrishna-ps closed 5 months ago

harikrishna-ps commented 5 months ago

Are there any licensing concerns with Neo4j when utilizing the enterprise features through DozerDB? I appreciate your help, and thank you in advance!

jmsuhy commented 5 months ago

Of course not. Neo4j core is GPL licensed and DozerDB is GPL licensed.

The GPL is a free and open source license. There are no commercial or usage limitations whatsoever for GPL or AGPL.

You can reach out to the Free Software Foundation who owns the copyright to the GPL and AGPL licenses and ask specific questions about the GPL as well.

jmsuhy commented 5 months ago

https://www.gnu.org/licenses/gpl-3.0.en.html

harikrishna-ps commented 5 months ago

Thanks, @jmsuhy