jgaeddert / liquid-dsp

digital signal processing library for software-defined radios
http://liquidsdr.org
MIT License
1.83k stars 429 forks source link

More liberal license? #6

Closed JayKickliter closed 9 years ago

JayKickliter commented 9 years ago

At my last job we were in awe of liquid DSP's completeness and documentation, but we were not legally/contractually allowed to use GPL code. Would you be open to release it under a more liberal license?

I also ask because I'm working on some DSP and communications code for the Julia language, which can directly call c libraries. I'd love to link to Liquid, but the Julia community prefers the MIT license, and is actively trying to migrate away from all its GPL dependencies.

I'm sorry if this is an offensive request, and will completely understand if you prefer sticking to GPL.

jgaeddert commented 9 years ago

Jay, sorry for the late response. I get tons of requests for a less restrictive license. Fortunately a new license is on the way. I've been deliberating for a while on which one to go with. I think the X11 license (commonly known as the "MIT license") is probably best suited for most people. I'd love your opinion on the matter.

gerasim13 commented 9 years ago

That's great news! Current license stopped me from using liquid-dsp in my new iOS app.

JayKickliter commented 9 years ago

I'm not religious about open source licenses, and X11/MIT is perfect.

If the transition is just a matter of updating files, I'd be happy to help. I do know that some dependencies may be GPL, but that can just be spelled out like this.

andresv commented 9 years ago

Hi, is there any news about migrating to MIT license?

jgaeddert commented 9 years ago

Yes! I have the changes made. I can push them to github when I get home tonight.

jgaeddert commented 9 years ago

Pushed. Enjoy!

JayKickliter commented 9 years ago

Thanks so much!

andresv commented 9 years ago

Thanks.

PS: there are some typos in your last commit: https://github.com/jgaeddert/liquid-dsp/commit/a9bdcba15b6688040366f1b3d0b11bfdf68297be

JayKickliter commented 9 years ago

Thanks again for this. I've started working on a Julia wrapper for Liquid.