Ask HN: Why Neo4j can have both GPLv3 and closed-source licenses So Neo4j has 2 different editions: - Community Edition: open source with GPLv3 license - Enterprise Edition: closed source 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? |