So Neo4j has 2 different editions:<p>- Community Edition: open source with GPLv3 license<p>- Enterprise Edition: closed source<p>From my understanding, if you derive a work from a GPLv3 license project, you will also need to open source your derived work under the same license. Is it possible that Neo4j can just closed source the enterprise version (that derived from the community version) while keeping the community version GPLv3 license?
The purpose of a license is to grant rights under conditions to those who would otherwise have no rights to use or modify the software at all.<p>As the copyright owner, you already have full rights to use the code you wrote the way you want, so you do not need to enter a license agreement with yourself to gain rights that you already have. And so you are not subjected to the license; the license is between you as the copyright owner granting rights to others who are NOT the copyright owner.<p>As far as public contributions to the GPL'd code (such as Neo4j Community Edition), usually there are agreements that are made (contributor license agreements or copyright transfer agreements) prior to merging the contributed code that resolve issues of relicensing and usage.<p>This answer on StackExchange provides some good detail.<p><a href="https://opensource.stackexchange.com/questions/2077/so-the-gpl-doesnt-restrict-the-creator-of-the-software-in-any-way" rel="nofollow">https://opensource.stackexchange.com/questions/2077/so-the-g...</a>
When you are the creator of the software you can license it however you want. So it is common to have a free software license for the community project and a closed source for the paid version.<p>Since Neo4j Inc. Is the creator of the software they can license it in multiple ways.<p>For more info: Business models for open-source software: Dual license<p><a href="https://en.m.wikipedia.org/wiki/Business_models_for_open-source_software" rel="nofollow">https://en.m.wikipedia.org/wiki/Business_models_for_open-sou...</a>