-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
License issue? #7
Comments
Maybe is there a way to isolate the GPL license to this file only. I just discovered this project yesterday and it's awesome, hope to integrate it in my projects some day, don't want it to be GPL'd. |
I don't believe it falls under GPL, because it is a rewrite from scratch. I.e., no copy/pasted code, and if you actually look at Freeverb vs sndfilter code, you can tell it is completely different. The algorithm is the same (or, should be), but the implementation is completely different. This is no different than Linux being a rewrite of Unix, imo. Of course, I'm not a lawyer. But I can tell you that I spent a lot of effort reading the Freeverb codebase, figuring out the algorithm behind it, and reimplementing it. Like I said, just compare the source files, it's very obvious. |
Thanks for the reply. |
generally it's not possible to license an algorithm |
Hello, first of all, nice work. :squirrel:
I'm working on an opensource code that will be released under a permissive license and i have add some reverberation to an audio source, your reverb implementation is exactly what im looking for, but i've read the readme and it says
afaik Freeverb3 is a gnu library under gnu gpl license, due to the properties of this license, shouldn't this code be licensed under gpl aswell?
The text was updated successfully, but these errors were encountered: