neo4j-contrib / neo4j-tinkerpop-api-impl

Implementation of Apache Licensed Neo4j API for Tinkerpop3
Other
24 stars 16 forks source link

Patch to fix Issue #4 by altering the license to Apache 2.0 in the code #9

Open rbramley opened 6 years ago

rbramley commented 6 years ago

@jexp - you may want to check the contents of the ApacheLicense-2.0-header.txt file. Should this mention the contributor license agreement?

Note that the first round of changes (4 commits) were made through the GitHub web client and I haven't subsequently squashed them into a single commit.

jexp commented 6 years ago

Hi Robin,

this is actually a good question. The API we implement here is ASLv2.

The implementation uses the Neo4j Java APIs directly, that's why it's GPLv3.

Let me discuss the best solution for this internally. Are you currently using it?