discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] GNURadio and GPL licensing issues


From: David Nesting
Subject: Re: [Discuss-gnuradio] GNURadio and GPL licensing issues
Date: Thu, 18 Nov 2004 22:35:19 -0600
User-agent: Mutt/1.4i

On Thu, Nov 18, 2004 at 10:12:29PM -0500, Krzysztof Kamieniecki wrote:
> blocks. This server program transmits an MPEG2 transport stream through a 
> TCP/IP socket and accepts commands through another TCP/IP socket.  Then you 
> write a proprietary client program that connects to this ATSC receiver 
> server through the TCP/IP ports. The ATSC receiver would definitely have to 
> licensed under GPL. What about the client program? Would this depend on 
> what type of API the ATSC server has?

The GPL only cares about "derivative works" in the copyright sense.
If your client application cannot be considered a derivative work of
the original GPLed application, then the GPL does not apply to it.
The goal of the GPL is not to "infect" other applications.  The goal is
to protect copyrighted works licensed under the GPL.  If your activities
don't infringe on the rights of the copyright holders whose work is
licensed under the GPL, then there's no issue.

So basically, if your application communicates with a GPLed application
merely through an API or network interface, and doesn't need to use GPLed
code to do that, then you're in the clear and can do whatever you want
with your application.

If this weren't so, then web browsers would be GPL-infringing the moment
they requested a web page from a GPL-licensed web server.

Regards,

David

-- 
 == David Nesting WL7RO Fastolfe address@hidden http://fastolfe.net/ ==
 fastolfe.net/me/pgp-key A054 47B1 6D4C E97A D882  C41F 3065 57D9 832F AB01




reply via email to

[Prev in Thread] Current Thread [Next in Thread]