zhicwu / cassandra-jdbc-driver

Cassandra JDBC driver that works with 2.x and above. It intends to provide better SQL compatibility over CQL, so that it works well with existing tools like SQuirreL SQL for SQL development, JMeter for stress testing, and Pentaho BI Suite for data processing.
Apache License 2.0
51 stars 22 forks source link

GPLv2 dependency issue #11

Open navulirs opened 6 years ago

navulirs commented 6 years ago

We would like to use your library for enterprise use. We did a blackduck scanning on the release package and found that there is a GPLv2 or greater dependency with jnr-posix library., it sounds like a license incompatibility. Is this issue raised before?

https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs https://www.apache.org/licenses/GPL-compatibility.html

maxim-ge commented 6 years ago

Interested, too.

jnr-posix is released under a tri EPL/GPL/LGPL license so we can choose and avoid license incompatibility.