wo80 / AcoustID.NET

AcoustID fingerprinter and webservice access in .NET
39 stars 17 forks source link

License #4

Closed Clancey closed 6 years ago

Clancey commented 7 years ago

You reference https://bitbucket.org/acoustid/chromaprint/src/3f07ceef8438058d14a1d479009cb66779cf3594/LICENSE.md?at=master&fileviewer=file-view-default for adding the LGPL license.

However they mention the only reason for LGPL is by referencing FFMPEG, and once that is removed it will be MIT. However this lib does not rely on FFMPEG. Is there a reason it is LGPL instead of MIT?

wo80 commented 7 years ago

I'd be glad to publish this as MIT, but Resampler.cs is a direct translation of the avresample code (see chromaprint/src/avresample/resample2.c).

So, as a whole, this library has to be considered LGPL.

I might add the same note about MIT like Lukas did, so lets leave this issue open for now.