Re: GPL Question

2000-10-30 Thread Helge Hafting
Alan Cox wrote: > > > If the answer to this is "yes", then Microsoft should own some rights to > > every piece of software that uses the Windows API. > > As US copyright law stands of the last few days Microsoft are entitled to > require a magic constant is passed in one register to 'unloc

Re: GPL Question

2000-10-27 Thread Brian F. G. Bidulock
All, IANAL, but: #1: take this discussion of this list... goto news:comp.software.licensing read the FAQ if you still have questions send them to mailto:[EMAIL PROTECTED] if you don't like any of those answers, talk to a lawyer be fair, don't steal someone else's work

Re: Somewhat different GPL Question

2000-10-27 Thread Alan Cox
> If you're making interprocess calls to call the GPL code, > I suspect you won't have to make your code GPL. > > OTOH, if you /link/ against a GPL shared library, you will > have to GPL the source of your program (that is, you'll have > to give it to the people who receive the binary from you).

Re: GPL Question

2000-10-27 Thread Alan Cox
> > If the answer to this is "yes", then Microsoft should own > > some rights to every piece of software that uses the Windows > > API. > > Read the fine print... > *runs like crazy* Extremely true. You'll find the MS C library covers this in detail. You'll also famously find the microsoft

Re: GPL Question

2000-10-27 Thread Alan Cox
> If the answer to this is "yes", then Microsoft should own some rights to > every piece of software that uses the Windows API. As US copyright law stands of the last few days Microsoft are entitled to require a magic constant is passed in one register to 'unlock' an API syscall. If you di

RE: GPL Question

2000-10-27 Thread James Sutherland
On Fri, 27 Oct 2000, David Schwartz wrote: > > > Now, if a module is loaded that registers a set of functions that have > > increased functionality compared to the original functions, if that > > modules is not based off GPL'd code, must the source code of that module > > be released under the G

RE: GPL Question

2000-10-27 Thread Rik van Riel
On Fri, 27 Oct 2000, David Schwartz wrote: > > Now, if a module is loaded that registers a set of functions that have > > increased functionality compared to the original functions, if that > > modules is not based off GPL'd code, must the source code of that module > > be released under the GPL?

RE: GPL Question

2000-10-27 Thread David Schwartz
> Now, if a module is loaded that registers a set of functions that have > increased functionality compared to the original functions, if that > modules is not based off GPL'd code, must the source code of that module > be released under the GPL? If the answer to this is "yes", then Micr

Re: Somewhat different GPL Question

2000-10-27 Thread Rik van Riel
On Fri, 27 Oct 2000, Christopher Friesen wrote: > If I use some GPL'd code and make calls from my software to the > GPL'd code, do I need to make *my* code available? Or would I > only have to make available any changes to the GPL'd code? > > Section 2.b of the GPL seems to indicate that I need

Somewhat different GPL Question

2000-10-27 Thread Christopher Friesen
If I use some GPL'd code and make calls from my software to the GPL'd code, do I need to make *my* code available? Or would I only have to make available any changes to the GPL'd code? Section 2.b of the GPL seems to indicate that I need to make the source for my entire executable available if i

Re: GPL Question

2000-10-27 Thread Mark Salisbury
On Fri, 27 Oct 2000, Jason Wohlgemuth wrote: > Consider this: > > A subsystem that is statically built into the Linux Kernel is modified > to allow the registration of a structure containing function pointers. > > The function pointers corrolate to a set of functions within that subsystem. > If

Re: GPL Question

2000-10-27 Thread Matthew Dharm
On Fri, Oct 27, 2000 at 06:21:27PM +0100, Alan Cox wrote: > > On Fri, 27 Oct 2000, Jason Wohlgemuth wrote: > > > > > Now, if a module is loaded that registers a set of functions that have > > > increased functionality compared to the original functions, if that > > > modules is not based off GP

Re: GPL Question

2000-10-27 Thread Alan Cox
> Now, if a module is loaded that registers a set of functions that have > increased functionality compared to the original functions, if that > modules is not based off GPL'd code, must the source code of that module > be released under the GPL? Consult a Copyright/'Intellectual Property' law

Re: GPL Question

2000-10-27 Thread Alan Cox
> On Fri, 27 Oct 2000, Jason Wohlgemuth wrote: > > > Now, if a module is loaded that registers a set of functions that have > > increased functionality compared to the original functions, if that > > modules is not based off GPL'd code, must the source code of that module > > be released under

Re: GPL Question

2000-10-27 Thread David Weis
On Fri, 27 Oct 2000, Jason Wohlgemuth wrote: > Now, if a module is loaded that registers a set of functions that have > increased functionality compared to the original functions, if that > modules is not based off GPL'd code, must the source code of that module > be released under the GPL?

GPL Question

2000-10-27 Thread Jason Wohlgemuth
Consider this: A subsystem that is statically built into the Linux Kernel is modified to allow the registration of a structure containing function pointers. The function pointers corrolate to a set of functions within that subsystem. If the new structure of pointers has been registered, the ori