cmusatyalab / diamond-android

Android library for running Diamond filters
http://diamond.cs.cmu.edu/
Eclipse Public License 1.0
55 stars 8 forks source link

GPLv2 code linked with GPL-incompatible code #16

Closed bgilbert closed 9 years ago

bgilbert commented 10 years ago

Diamond Core Filters is EPL-licensed, but getline.c is GPLv2. The resulting binaries are non-distributable.

bamos commented 10 years ago

Thanks for filing these, other GPL code I should change is in regex.c.

bgilbert commented 10 years ago

regex.c is LGPL, so should be fine.

bamos commented 9 years ago

I've replaced the GPL getline implementation with https://github.com/ivanra/getline, which is in the public domain. Thanks @ivanra! We'll mention we're using your implementation in our project's README.