Page 1 of 1

Licensing: linking to arts

Posted: Thu Nov 27, 2008 11:41 pm
by raboof
A quick 'ldd' of LinuxSampler showed that it links to libartsc.

However, libartsc is under the GPL, while LinuxSampler is not (as it adds an exception). Doesn't this make distribution LinuxSampler a violation of the libartsc license?

Re: Licensing: linking to arts

Posted: Fri Nov 28, 2008 10:44 am
by ccherrett
raboof wrote:A quick 'ldd' of LinuxSampler showed that it links to libartsc.

However, libartsc is under the GPL, while LinuxSampler is not (as it adds an exception). Doesn't this make distribution LinuxSampler a violation of the libartsc license?
Go get a lawyer and ask him.

Re: Licensing: linking to arts

Posted: Fri Nov 28, 2008 4:54 pm
by cuse
No it's not, it's released under the GNU Library General Public License.

Re: Licensing: linking to arts

Posted: Fri Nov 28, 2008 9:24 pm
by raboof
cuse wrote:No it's not, it's released under the GNU Library General Public License.
You're right - the debian copyright file suggests otherwise, but libartsc is definitely under the LGPL, so it's prefectly allright for LS to link to it.

Sorry ;)