* GPL and NON GPL version modules
@ 2006-05-15 9:31 Srinivas G.
2006-05-15 12:08 ` Jan Engelhardt
0 siblings, 1 reply; 23+ messages in thread
From: Srinivas G. @ 2006-05-15 9:31 UTC (permalink / raw)
To: linux-kernel-Mailing-list
Cc: Fawad Lateef, jjoy, Nutan C., Mukund JB., gauravd.chd, bulb, greg,
Shakthi Kannan
Dear All,
I have a small doubt about the GPL and NON GPL version modules.
If I have a module called module A which uses the GPL code and module B
uses the NON GPL (proprietary) code. If the module A depends on module
B, is it possible to load these modules?
Will it be violating any GPL Rules?
Regards,
Srinivas G
^ permalink raw reply [flat|nested] 23+ messages in thread
* GPL and NON GPL version modules
@ 2006-05-15 9:53 Srinivas G.
2006-05-15 12:54 ` Manu Abraham
` (3 more replies)
0 siblings, 4 replies; 23+ messages in thread
From: Srinivas G. @ 2006-05-15 9:53 UTC (permalink / raw)
To: linux-kernel-Mailing-list
Cc: Fawad Lateef, jjoy, Nutan C., Mukund JB., gauravd.chd, bulb, greg,
Shakthi Kannan
Dear All,
I have a small doubt about the GPL and NON GPL version modules.
If I have a module called module A which uses the GPL code and module B
uses the NON GPL (proprietary) code. If the module A depends on module
B, is it possible to load these modules? That is some of the functions
(which are defined in module B) are called from module A.
Will it be violating any GPL Rules?
Regards,
Srinivas G
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: GPL and NON GPL version modules
2006-05-15 9:31 Srinivas G.
@ 2006-05-15 12:08 ` Jan Engelhardt
0 siblings, 0 replies; 23+ messages in thread
From: Jan Engelhardt @ 2006-05-15 12:08 UTC (permalink / raw)
To: Srinivas G.
Cc: linux-kernel-Mailing-list, Fawad Lateef, jjoy, Nutan C.,
Mukund JB., gauravd.chd, bulb, greg, Shakthi Kannan
>
>If I have a module called module A which uses the GPL code and module B
>uses the NON GPL (proprietary) code. If the module A depends on module
>B, is it possible to load these modules?
>
Technically yes.
>Will it be violating any GPL Rules?
>
[ big IANAL sticker ]
More or less. If my understanding of the GPL is correct, the "combined"
thing (the kernel machinery, as in: the contents of your RAM) becomes GPL.
But since proprietary code involved, it's gets a hell lot more complicated,
since, obviously, you can't just GPLize proprietary code of others.
Jan Engelhardt
--
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: GPL and NON GPL version modules
@ 2006-05-15 12:12 Nutan C.
2006-05-15 12:51 ` Xavier Bestel
2006-05-15 13:06 ` Steven Rostedt
0 siblings, 2 replies; 23+ messages in thread
From: Nutan C. @ 2006-05-15 12:12 UTC (permalink / raw)
To: Jan Engelhardt
Cc: linux-kernel-Mailing-list, Fawad Lateef, jjoy, Mukund JB.,
gauravd.chd, bulb, greg, Shakthi Kannan, Srinivas G.
Hi Jan,
So, if the proprietary code exposes an interface and if the code within
the GPL makes a call to that interface, will the proprietary code become
part of GPL. Please suggest
Regards,
Nutan
-----Original Message-----
From: Jan Engelhardt [mailto:jengelh@linux01.gwdg.de]
Sent: Monday, May 15, 2006 5:39 PM
To: Srinivas G.
Cc: linux-kernel-Mailing-list; Fawad Lateef; jjoy@novell.com; Nutan C.;
Mukund JB.; gauravd.chd@gmail.com; bulb@ucw.cz; greg@kroah.com; Shakthi
Kannan
Subject: Re: GPL and NON GPL version modules
>
>If I have a module called module A which uses the GPL code and module B
>uses the NON GPL (proprietary) code. If the module A depends on module
>B, is it possible to load these modules?
>
Technically yes.
>Will it be violating any GPL Rules?
>
[ big IANAL sticker ]
More or less. If my understanding of the GPL is correct, the "combined"
thing (the kernel machinery, as in: the contents of your RAM) becomes
GPL.
But since proprietary code involved, it's gets a hell lot more
complicated,
since, obviously, you can't just GPLize proprietary code of others.
Jan Engelhardt
--
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: GPL and NON GPL version modules
2006-05-15 12:12 Nutan C.
@ 2006-05-15 12:51 ` Xavier Bestel
2006-05-15 12:52 ` Xavier Bestel
2006-05-15 13:06 ` Steven Rostedt
1 sibling, 1 reply; 23+ messages in thread
From: Xavier Bestel @ 2006-05-15 12:51 UTC (permalink / raw)
To: Nutan C.
Cc: Jan Engelhardt, linux-kernel-Mailing-list, Fawad Lateef, jjoy,
Mukund JB., gauravd.chd, bulb, greg, Shakthi Kannan, Srinivas G.
On Mon, 2006-05-15 at 14:12, Nutan C. wrote:
> Hi Jan,
>
> So, if the proprietary code exposes an interface and if the code within
> the GPL makes a call to that interface, will the proprietary code become
> part of GPL. Please suggest
No, but you don't have permission to redistribute the resulting kernel
unless the whole code is GPL.
In short, you can make it but you can't ship it.
Xav
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: GPL and NON GPL version modules
2006-05-15 12:51 ` Xavier Bestel
@ 2006-05-15 12:52 ` Xavier Bestel
0 siblings, 0 replies; 23+ messages in thread
From: Xavier Bestel @ 2006-05-15 12:52 UTC (permalink / raw)
To: Nutan C.
Cc: Jan Engelhardt, linux-kernel-Mailing-list, Fawad Lateef, jjoy,
Mukund JB., gauravd.chd, bulb, greg, Shakthi Kannan, Srinivas G.
On Mon, 2006-05-15 at 14:51, Xavier Bestel wrote:
> On Mon, 2006-05-15 at 14:12, Nutan C. wrote:
> > Hi Jan,
> >
> > So, if the proprietary code exposes an interface and if the code within
> > the GPL makes a call to that interface, will the proprietary code become
> > part of GPL. Please suggest
>
> No, but you don't have permission to redistribute the resulting kernel
> unless the whole code is GPL.
> In short, you can make it but you can't ship it.
BTW, for a real advice consult a real lawyer.
Xav
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: GPL and NON GPL version modules
2006-05-15 9:53 GPL and NON GPL version modules Srinivas G.
@ 2006-05-15 12:54 ` Manu Abraham
2006-05-15 14:14 ` Alan Cox
` (2 subsequent siblings)
3 siblings, 0 replies; 23+ messages in thread
From: Manu Abraham @ 2006-05-15 12:54 UTC (permalink / raw)
To: Srinivas G.
Cc: linux-kernel-Mailing-list, Fawad Lateef, jjoy, Nutan C.,
Mukund JB., gauravd.chd, bulb, greg, Shakthi Kannan
Srinivas G. wrote:
> Will it be violating any GPL Rules?
>
>
http://kororaa.org/index.php?entry=entry060512-160752
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: GPL and NON GPL version modules
2006-05-15 12:12 Nutan C.
2006-05-15 12:51 ` Xavier Bestel
@ 2006-05-15 13:06 ` Steven Rostedt
1 sibling, 0 replies; 23+ messages in thread
From: Steven Rostedt @ 2006-05-15 13:06 UTC (permalink / raw)
To: Nutan C.
Cc: Jan Engelhardt, linux-kernel-Mailing-list, Fawad Lateef, jjoy,
Mukund JB., gauravd.chd, bulb, greg, Shakthi Kannan, Srinivas G.
On Mon, 15 May 2006, Nutan C. wrote:
> Hi Jan,
>
> So, if the proprietary code exposes an interface and if the code within
> the GPL makes a call to that interface, will the proprietary code become
> part of GPL. Please suggest
>
In a perfect world, all code is GPL ;)
I wont even bother with the IANAL sticker, since the lawyers I talked to
don't even know, nor would they put their career on the line for it.
Basically, you are entering a big grey area that won't be known until it
actually goes to court. And even then, it may be different for every
country.
If you compile the code as one blob, you definately violate the GPL. But
the problem comes when you have dynamic modules (and libraries). Although
the GPL says it can't be linked, it really matters about what is
considered a derived work. That's what copyrights cover.
So just because a module or library interacts with the GPL code, is it
really a derived work? Some people say yes, others no.
Note: I don't agree with what I'm about to say, but I can see it argued in
court this way.
Example:
Let's take Linux. I have a proprietary module that works with other OS's.
So I want to make it work with Linux too. So I write a GPL module that
will interact and work with my proprietary module (basically what nvidia
does). Now is my proprietary module a derived work of Linux? I would
find it hard to argue that it is. For the proprietary module works with
other OS's and really only the GPL interface can be considered derived.
The module is not dependent on Linux. But Linux may be dependent on the
module to work with some device.
(Note: I, personally, don't have a proprietary module. This is only an
example.)
Now, the question comes if your module _only_ works with Linux. This may
be harder to defend, since there could be an agrument that it _is_ a
derived work.
So it basically comes down to how much you think you can defend your
decision in the countries that you distribute to. The safest bet is to
open all your code as GPL. But if you cant, then you must weigh your
risks, and no one else can do that for you.
-- Steve
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: GPL and NON GPL version modules
@ 2006-05-15 13:34 Nutan C.
2006-05-15 13:41 ` Steven Rostedt
` (2 more replies)
0 siblings, 3 replies; 23+ messages in thread
From: Nutan C. @ 2006-05-15 13:34 UTC (permalink / raw)
To: Steven Rostedt
Cc: Jan Engelhardt, linux-kernel-Mailing-list, Fawad Lateef, jjoy,
Mukund JB., gauravd.chd, bulb, greg, Shakthi Kannan, Srinivas G.
Ok, so now, I have a new doubt :-) Forgive me, if I am asking a lot, but
I really don't want to move ahead with the development, until and unless
I am sure I am not violating GPL. So, please bear with me. Here's the
question:
1. I developed a code which interfaces well with a proprietary OS. Now,
somebody else feels to use the same module in his Linux Kernel. So, he
comes up with a patch, which interfaces and talks to my module with my
interfaces and then makes a release with the patch. And, I would have no
idea of my module being really compatible/used in Linux Kernel. One fine
day, I would get a mail saying that I need to make my code open source.
What would be my reply?
-----Original Message-----
From: Steven Rostedt [mailto:rostedt@goodmis.org]
Sent: Monday, May 15, 2006 6:37 PM
To: Nutan C.
Cc: Jan Engelhardt; linux-kernel-Mailing-list; Fawad Lateef;
jjoy@novell.com; Mukund JB.; gauravd.chd@gmail.com; bulb@ucw.cz;
greg@kroah.com; Shakthi Kannan; Srinivas G.
Subject: RE: GPL and NON GPL version modules
On Mon, 15 May 2006, Nutan C. wrote:
> Hi Jan,
>
> So, if the proprietary code exposes an interface and if the code
within
> the GPL makes a call to that interface, will the proprietary code
become
> part of GPL. Please suggest
>
In a perfect world, all code is GPL ;)
I wont even bother with the IANAL sticker, since the lawyers I talked to
don't even know, nor would they put their career on the line for it.
Basically, you are entering a big grey area that won't be known until it
actually goes to court. And even then, it may be different for every
country.
If you compile the code as one blob, you definately violate the GPL. But
the problem comes when you have dynamic modules (and libraries).
Although
the GPL says it can't be linked, it really matters about what is
considered a derived work. That's what copyrights cover.
So just because a module or library interacts with the GPL code, is it
really a derived work? Some people say yes, others no.
Note: I don't agree with what I'm about to say, but I can see it argued
in
court this way.
Example:
Let's take Linux. I have a proprietary module that works with other
OS's.
So I want to make it work with Linux too. So I write a GPL module that
will interact and work with my proprietary module (basically what nvidia
does). Now is my proprietary module a derived work of Linux? I would
find it hard to argue that it is. For the proprietary module works with
other OS's and really only the GPL interface can be considered derived.
The module is not dependent on Linux. But Linux may be dependent on the
module to work with some device.
(Note: I, personally, don't have a proprietary module. This is only an
example.)
Now, the question comes if your module _only_ works with Linux. This
may
be harder to defend, since there could be an agrument that it _is_ a
derived work.
So it basically comes down to how much you think you can defend your
decision in the countries that you distribute to. The safest bet is to
open all your code as GPL. But if you cant, then you must weigh your
risks, and no one else can do that for you.
-- Steve
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: GPL and NON GPL version modules
2006-05-15 13:34 Nutan C.
@ 2006-05-15 13:41 ` Steven Rostedt
2006-05-15 13:49 ` Steven Rostedt
2006-05-15 14:12 ` Alan Cox
2006-05-16 3:42 ` David Schwartz
2 siblings, 1 reply; 23+ messages in thread
From: Steven Rostedt @ 2006-05-15 13:41 UTC (permalink / raw)
To: Nutan C.
Cc: Jan Engelhardt, linux-kernel-Mailing-list, Fawad Lateef, jjoy,
Mukund JB., gauravd.chd, bulb, greg, Shakthi Kannan, Srinivas G.
On Mon, 15 May 2006, Nutan C. wrote:
> Ok, so now, I have a new doubt :-) Forgive me, if I am asking a lot, but
> I really don't want to move ahead with the development, until and unless
> I am sure I am not violating GPL. So, please bear with me. Here's the
> question:
>
> 1. I developed a code which interfaces well with a proprietary OS. Now,
> somebody else feels to use the same module in his Linux Kernel. So, he
> comes up with a patch, which interfaces and talks to my module with my
> interfaces and then makes a release with the patch. And, I would have no
> idea of my module being really compatible/used in Linux Kernel. One fine
> day, I would get a mail saying that I need to make my code open source.
> What would be my reply?
>
Big fat answer is No! You are not distributing GPL code. Just because
someone made GPL code that interacts with your module, doesn't make you
responsible for it. (OK now for a IANAL disclaimer) I'm not a lawyer, but
I would bet my career on this one (at least in the US).
You cant be held responsible for someone else's actions.
So your reply is simple:
I'm sorry, but I don't distribute GPL code, please see your distributor.
-- Steve
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: GPL and NON GPL version modules
2006-05-15 13:41 ` Steven Rostedt
@ 2006-05-15 13:49 ` Steven Rostedt
0 siblings, 0 replies; 23+ messages in thread
From: Steven Rostedt @ 2006-05-15 13:49 UTC (permalink / raw)
To: Nutan C.
Cc: Jan Engelhardt, linux-kernel-Mailing-list, Fawad Lateef, jjoy,
Mukund JB., gauravd.chd, bulb, greg, Shakthi Kannan, Srinivas G.
On Mon, 15 May 2006, Steven Rostedt wrote:
>
> On Mon, 15 May 2006, Nutan C. wrote:
>
> > Ok, so now, I have a new doubt :-) Forgive me, if I am asking a lot, but
> > I really don't want to move ahead with the development, until and unless
> > I am sure I am not violating GPL. So, please bear with me. Here's the
> > question:
> >
> > 1. I developed a code which interfaces well with a proprietary OS. Now,
> > somebody else feels to use the same module in his Linux Kernel. So, he
> > comes up with a patch, which interfaces and talks to my module with my
> > interfaces and then makes a release with the patch. And, I would have no
> > idea of my module being really compatible/used in Linux Kernel. One fine
> > day, I would get a mail saying that I need to make my code open source.
> > What would be my reply?
> >
>
> Big fat answer is No! You are not distributing GPL code. Just because
> someone made GPL code that interacts with your module, doesn't make you
> responsible for it. (OK now for a IANAL disclaimer) I'm not a lawyer, but
> I would bet my career on this one (at least in the US).
>
> You cant be held responsible for someone else's actions.
>
> So your reply is simple:
>
> I'm sorry, but I don't distribute GPL code, please see your distributor.
One more note. The person that distributed the GPL code with your module
may be the one in the "grey area". But then again, how can your module be
a derived work if the author didn't even intend on having it work with
Linux?
-- Steve
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: GPL and NON GPL version modules
@ 2006-05-15 14:00 Nutan C.
2006-05-15 14:13 ` Steven Rostedt
0 siblings, 1 reply; 23+ messages in thread
From: Nutan C. @ 2006-05-15 14:00 UTC (permalink / raw)
To: Steven Rostedt
Cc: Jan Engelhardt, linux-kernel-Mailing-list, Fawad Lateef, jjoy,
Mukund JB., gauravd.chd, bulb, greg, Shakthi Kannan, Srinivas G.
As I said, I haven't started any development and wouldn't want to
proceed unless and until I am sure of not violating GPL. I am working on
a proprietary OS and I have a module which can talk to the OS through
remote mechanism. However, since the interface is susceptible to be used
by other OS as well, I wanted to make sure of it. I am not an expert in
Linux. And, that's the reason; I am seeking your opinion, so that I
don't falter at a later stage.
Regards,
Nutan
-----Original Message-----
From: Steven Rostedt [mailto:rostedt@goodmis.org]
Sent: Monday, May 15, 2006 7:19 PM
To: Nutan C.
Cc: Jan Engelhardt; linux-kernel-Mailing-list; Fawad Lateef;
jjoy@novell.com; Mukund JB.; gauravd.chd@gmail.com; bulb@ucw.cz;
greg@kroah.com; Shakthi Kannan; Srinivas G.
Subject: RE: GPL and NON GPL version modules
On Mon, 15 May 2006, Steven Rostedt wrote:
>
> On Mon, 15 May 2006, Nutan C. wrote:
>
> > Ok, so now, I have a new doubt :-) Forgive me, if I am asking a lot,
but
> > I really don't want to move ahead with the development, until and
unless
> > I am sure I am not violating GPL. So, please bear with me. Here's
the
> > question:
> >
> > 1. I developed a code which interfaces well with a proprietary OS.
Now,
> > somebody else feels to use the same module in his Linux Kernel. So,
he
> > comes up with a patch, which interfaces and talks to my module with
my
> > interfaces and then makes a release with the patch. And, I would
have no
> > idea of my module being really compatible/used in Linux Kernel. One
fine
> > day, I would get a mail saying that I need to make my code open
source.
> > What would be my reply?
> >
>
> Big fat answer is No! You are not distributing GPL code. Just
because
> someone made GPL code that interacts with your module, doesn't make
you
> responsible for it. (OK now for a IANAL disclaimer) I'm not a lawyer,
but
> I would bet my career on this one (at least in the US).
>
> You cant be held responsible for someone else's actions.
>
> So your reply is simple:
>
> I'm sorry, but I don't distribute GPL code, please see your
distributor.
One more note. The person that distributed the GPL code with your
module
may be the one in the "grey area". But then again, how can your module
be
a derived work if the author didn't even intend on having it work with
Linux?
-- Steve
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: GPL and NON GPL version modules
@ 2006-05-15 14:05 Nutan C.
0 siblings, 0 replies; 23+ messages in thread
From: Nutan C. @ 2006-05-15 14:05 UTC (permalink / raw)
To: Steven Rostedt
Cc: Jan Engelhardt, linux-kernel-Mailing-list, Fawad Lateef, jjoy,
Mukund JB., gauravd.chd, bulb, greg, Shakthi Kannan, Srinivas G.
Thanks Steven, I got all the required information.
Regards,
Nutan
-----Original Message-----
From: Steven Rostedt [mailto:rostedt@goodmis.org]
Sent: Monday, May 15, 2006 7:19 PM
To: Nutan C.
Cc: Jan Engelhardt; linux-kernel-Mailing-list; Fawad Lateef;
jjoy@novell.com; Mukund JB.; gauravd.chd@gmail.com; bulb@ucw.cz;
greg@kroah.com; Shakthi Kannan; Srinivas G.
Subject: RE: GPL and NON GPL version modules
On Mon, 15 May 2006, Steven Rostedt wrote:
>
> On Mon, 15 May 2006, Nutan C. wrote:
>
> > Ok, so now, I have a new doubt :-) Forgive me, if I am asking a lot,
but
> > I really don't want to move ahead with the development, until and
unless
> > I am sure I am not violating GPL. So, please bear with me. Here's
the
> > question:
> >
> > 1. I developed a code which interfaces well with a proprietary OS.
Now,
> > somebody else feels to use the same module in his Linux Kernel. So,
he
> > comes up with a patch, which interfaces and talks to my module with
my
> > interfaces and then makes a release with the patch. And, I would
have no
> > idea of my module being really compatible/used in Linux Kernel. One
fine
> > day, I would get a mail saying that I need to make my code open
source.
> > What would be my reply?
> >
>
> Big fat answer is No! You are not distributing GPL code. Just
because
> someone made GPL code that interacts with your module, doesn't make
you
> responsible for it. (OK now for a IANAL disclaimer) I'm not a lawyer,
but
> I would bet my career on this one (at least in the US).
>
> You cant be held responsible for someone else's actions.
>
> So your reply is simple:
>
> I'm sorry, but I don't distribute GPL code, please see your
distributor.
One more note. The person that distributed the GPL code with your
module
may be the one in the "grey area". But then again, how can your module
be
a derived work if the author didn't even intend on having it work with
Linux?
-- Steve
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: GPL and NON GPL version modules
2006-05-15 13:34 Nutan C.
2006-05-15 13:41 ` Steven Rostedt
@ 2006-05-15 14:12 ` Alan Cox
2006-05-16 3:42 ` David Schwartz
2 siblings, 0 replies; 23+ messages in thread
From: Alan Cox @ 2006-05-15 14:12 UTC (permalink / raw)
To: Nutan C.
Cc: Steven Rostedt, Jan Engelhardt, linux-kernel-Mailing-list,
Fawad Lateef, jjoy, Mukund JB., gauravd.chd, bulb, greg,
Shakthi Kannan, Srinivas G.
On Llu, 2006-05-15 at 19:04 +0530, Nutan C. wrote:
> 1. I developed a code which interfaces well with a proprietary OS. Now,
> somebody else feels to use the same module in his Linux Kernel. So, he
> comes up with a patch, which interfaces and talks to my module with my
> interfaces and then makes a release with the patch. And, I would have no
> idea of my module being really compatible/used in Linux Kernel. One fine
> day, I would get a mail saying that I need to make my code open source.
> What would be my reply?
Probably not polite
If someone takes your proprietary code and combines it with GPL code in
a way the GPL license prohibits then they not you are committing the
license violation (they are probably also violating your license as well
as the GPL license by doing so)
There are exceptions to that - one might be if you developed the code
and arranged for the person to do the merge with Linux rather than
someone else doing it.
In the normal case of things I can combine two works only if the
licenses of the two works are compatible, that is effectively only if I
have permission from all parties who own rights on the resulting
"derivative" work.
Alan
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: GPL and NON GPL version modules
2006-05-15 14:00 Nutan C.
@ 2006-05-15 14:13 ` Steven Rostedt
2006-05-15 15:12 ` Jan Engelhardt
0 siblings, 1 reply; 23+ messages in thread
From: Steven Rostedt @ 2006-05-15 14:13 UTC (permalink / raw)
To: Nutan C.
Cc: Jan Engelhardt, linux-kernel-Mailing-list, Fawad Lateef, jjoy,
Mukund JB., gauravd.chd, bulb, greg, Shakthi Kannan, Srinivas G.
On Mon, 15 May 2006, Nutan C. wrote:
> As I said, I haven't started any development and wouldn't want to
> proceed unless and until I am sure of not violating GPL. I am working on
> a proprietary OS and I have a module which can talk to the OS through
> remote mechanism. However, since the interface is susceptible to be used
> by other OS as well, I wanted to make sure of it. I am not an expert in
> Linux. And, that's the reason; I am seeking your opinion, so that I
> don't falter at a later stage.
>
You don't need to be an expert in Linux to know this. You need to have an
understanding of basic copyright law. You are not taking any GPL work and
distributing it, so you are not even affected by the GPL at all. If this
was the case, someone would have already written a GPL interface with MS
Windows and made MS open up their source. (BTW, there is a GPL work that
interacts remotely with MS, it's called Samba ;)
Go ahead and start on your work. On what you have said, your are totally
safe.
-- Steve
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: GPL and NON GPL version modules
2006-05-15 9:53 GPL and NON GPL version modules Srinivas G.
2006-05-15 12:54 ` Manu Abraham
@ 2006-05-15 14:14 ` Alan Cox
2006-05-15 15:08 ` Greg KH
2006-05-15 15:28 ` Arjan van de Ven
3 siblings, 0 replies; 23+ messages in thread
From: Alan Cox @ 2006-05-15 14:14 UTC (permalink / raw)
To: Srinivas G.
Cc: linux-kernel-Mailing-list, Fawad Lateef, jjoy, Nutan C.,
Mukund JB., gauravd.chd, bulb, greg, Shakthi Kannan
On Llu, 2006-05-15 at 15:23 +0530, Srinivas G. wrote:
> Dear All,
>
> I have a small doubt about the GPL and NON GPL version modules.
>
> If I have a module called module A which uses the GPL code and module B
> uses the NON GPL (proprietary) code. If the module A depends on module
> B, is it possible to load these modules? That is some of the functions
> (which are defined in module B) are called from module A.
>
> Will it be violating any GPL Rules?
Probably. Ask your company lawyer to advise you on the subject of
"derivative works".
Alan
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: GPL and NON GPL version modules
2006-05-15 9:53 GPL and NON GPL version modules Srinivas G.
2006-05-15 12:54 ` Manu Abraham
2006-05-15 14:14 ` Alan Cox
@ 2006-05-15 15:08 ` Greg KH
2006-05-15 15:49 ` Steven Rostedt
2006-05-15 15:28 ` Arjan van de Ven
3 siblings, 1 reply; 23+ messages in thread
From: Greg KH @ 2006-05-15 15:08 UTC (permalink / raw)
To: Srinivas G.
Cc: linux-kernel-Mailing-list, Fawad Lateef, jjoy, Nutan C.,
Mukund JB., gauravd.chd, bulb, Shakthi Kannan
On Mon, May 15, 2006 at 03:23:30PM +0530, Srinivas G. wrote:
> Dear All,
>
> I have a small doubt about the GPL and NON GPL version modules.
>
> If I have a module called module A which uses the GPL code and module B
> uses the NON GPL (proprietary) code. If the module A depends on module
> B, is it possible to load these modules? That is some of the functions
> (which are defined in module B) are called from module A.
>
> Will it be violating any GPL Rules?
Contact a lawyer, a technical mailing list can not give legal advice.
Good luck,
greg k-h
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: GPL and NON GPL version modules
2006-05-15 14:13 ` Steven Rostedt
@ 2006-05-15 15:12 ` Jan Engelhardt
0 siblings, 0 replies; 23+ messages in thread
From: Jan Engelhardt @ 2006-05-15 15:12 UTC (permalink / raw)
To: Steven Rostedt
Cc: Nutan C., linux-kernel-Mailing-list, Fawad Lateef, jjoy,
Mukund JB., gauravd.chd, bulb, greg, Shakthi Kannan, Srinivas G.
>You don't need to be an expert in Linux to know this. You need to have an
>understanding of basic copyright law. You are not taking any GPL work and
>distributing it, so you are not even affected by the GPL at all. If this
>was the case, someone would have already written a GPL interface with MS
>Windows and made MS open up their source. (BTW, there is a GPL work that
>interacts remotely with MS, it's called Samba ;)
>
And one that pokes directly with it, WINE. :>
Jan Engelhardt
--
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: GPL and NON GPL version modules
2006-05-15 9:53 GPL and NON GPL version modules Srinivas G.
` (2 preceding siblings ...)
2006-05-15 15:08 ` Greg KH
@ 2006-05-15 15:28 ` Arjan van de Ven
3 siblings, 0 replies; 23+ messages in thread
From: Arjan van de Ven @ 2006-05-15 15:28 UTC (permalink / raw)
To: Srinivas G.
Cc: linux-kernel-Mailing-list, Fawad Lateef, jjoy, Nutan C.,
Mukund JB., gauravd.chd, bulb, greg, Shakthi Kannan
On Mon, 2006-05-15 at 15:23 +0530, Srinivas G. wrote:
> Dear All,
>
> I have a small doubt about the GPL and NON GPL version modules.
then you should talk to a lawyer for legal advice
>
> If I have a module called module A which uses the GPL code and module B
> uses the NON GPL (proprietary) code. If the module A depends on module
> B, is it possible to load these modules? That is some of the functions
> (which are defined in module B) are called from module A.
and explain to him how you created the modules and then ask him a few
questions like
1) at what point does the non-gpl part become a derived work of the gpl
part?
2) can I distribute A and B together, given the clause 2 of the GPL
which may restrict when you can distribute a GPL component with other
stuff?
3) how does the answer to 1) and 2) vary in different countries?
4) will you defend me in court if I follow your advice?
(eg how sure are you of your answers)
and then listen really carefully to what your lawyer has to say on these
points, and then and only then make your own decision, based on what he
says, if you want to go forward with what you describe.
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: GPL and NON GPL version modules
2006-05-15 15:08 ` Greg KH
@ 2006-05-15 15:49 ` Steven Rostedt
0 siblings, 0 replies; 23+ messages in thread
From: Steven Rostedt @ 2006-05-15 15:49 UTC (permalink / raw)
To: Greg KH
Cc: Srinivas G., linux-kernel-Mailing-list, Fawad Lateef, jjoy,
Nutan C., Mukund JB., gauravd.chd, bulb, Shakthi Kannan,
Arjan van de Ven
On Mon, 15 May 2006, Greg KH wrote:
> On Mon, May 15, 2006 at 03:23:30PM +0530, Srinivas G. wrote:
> >
> > Will it be violating any GPL Rules?
>
> Contact a lawyer, a technical mailing list can not give legal advice.
>
Sure we can! but you'd be a fool to follow it ;)
Actually, his real question was pretty straight forward that you don't
even need to be a lawyer to answer.
He was wondering if he wrote a priority module for a priority OS and
someone else that he didn't know wrote a GPL interface to his module,
would he be responsible to release his code under the GPL.
So he's not distributing any GPL, but someone else did without his
knowledge. This is pretty easy to answer. He's not responsible, but the
one who wrote the GPL code and used it with his module is. He was just a
bit paranoid that someone else can cause him problems.
Issue's solved, he knows he's OK.
-- Steve
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: GPL and NON GPL version modules
2006-05-15 13:34 Nutan C.
2006-05-15 13:41 ` Steven Rostedt
2006-05-15 14:12 ` Alan Cox
@ 2006-05-16 3:42 ` David Schwartz
2006-05-16 8:52 ` Xavier Bestel
2 siblings, 1 reply; 23+ messages in thread
From: David Schwartz @ 2006-05-16 3:42 UTC (permalink / raw)
To: Steven Rostedt; +Cc: linux-kernel-Mailing-list
> 1. I developed a code which interfaces well with a proprietary OS. Now,
> somebody else feels to use the same module in his Linux Kernel. So, he
> comes up with a patch, which interfaces and talks to my module with my
> interfaces and then makes a release with the patch. And, I would have no
> idea of my module being really compatible/used in Linux Kernel. One fine
> day, I would get a mail saying that I need to make my code open source.
> What would be my reply?
When you say "makes a release with the patch", what are you talking about?
A release of what? It sounds like all you need to do is include a note in
your license that you prohibit combining your code with GPL'd code and
distributing the result. Talk to a lawyer about the right wording, but you
want to impose complying with any GPL obligations on the person who chooses
to combine your code with GPL'd code. Then it's not your problem.
However, I don't see how it's your problem anyway. This sounds way outside
the scope of the GPL or any copyright license. Since your module is not a
derivative work of any GPL'd work, it should be well outside the scope of
the GPL. Nothing anyone else can do could change the status of your work.
DS
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: GPL and NON GPL version modules
2006-05-16 3:42 ` David Schwartz
@ 2006-05-16 8:52 ` Xavier Bestel
2006-05-16 19:54 ` David Schwartz
0 siblings, 1 reply; 23+ messages in thread
From: Xavier Bestel @ 2006-05-16 8:52 UTC (permalink / raw)
To: davids; +Cc: Steven Rostedt, linux-kernel-Mailing-list
On Tue, 2006-05-16 at 05:42, David Schwartz wrote:
> > 1. I developed a code which interfaces well with a proprietary OS. Now,
> > somebody else feels to use the same module in his Linux Kernel. So, he
> > comes up with a patch, which interfaces and talks to my module with my
> > interfaces and then makes a release with the patch. And, I would have no
> > idea of my module being really compatible/used in Linux Kernel. One fine
> > day, I would get a mail saying that I need to make my code open source.
> > What would be my reply?
>
> When you say "makes a release with the patch", what are you talking about?
> A release of what? It sounds like all you need to do is include a note in
> your license that you prohibit combining your code with GPL'd code and
> distributing the result. Talk to a lawyer about the right wording, but you
> want to impose complying with any GPL obligations on the person who chooses
> to combine your code with GPL'd code. Then it's not your problem.
>
> However, I don't see how it's your problem anyway. This sounds way outside
> the scope of the GPL or any copyright license. Since your module is not a
> derivative work of any GPL'd work, it should be well outside the scope of
> the GPL.
Unless the "someone else will release a GPL wrapper to my proprietary
module" accident is planned from the start.
Xav
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: GPL and NON GPL version modules
2006-05-16 8:52 ` Xavier Bestel
@ 2006-05-16 19:54 ` David Schwartz
0 siblings, 0 replies; 23+ messages in thread
From: David Schwartz @ 2006-05-16 19:54 UTC (permalink / raw)
To: xavier.bestel; +Cc: linux-kernel-Mailing-list
> Unless the "someone else will release a GPL wrapper to my proprietary
> module" accident is planned from the start.
>
> Xav
There certainly does seem to be some reason for suspicion.
I would say that this doesn't matter so long as the two works are separate.
That is, two people could plan this from the start, act in concert, and
still be okay. However, they would have to make sure that nothing about the
GPL wrapper contaminates the proprietary module. That is, the proprietary
module must not in any way be designed to accomondate the GPL wrapper,
except perhaps in the form of generic accomodation for any wrapper.
If the proprietary module contains any code that is designed specifically
to accomodate the GPL wrapper, the line is crossed. Whether or not that
consitutes a legal violation, however, is a complicated question.
So long as the proprietary module was not designed to work with GPL'd code
(more than it's generically designed to work with other code of the same
type) and contains no GPL'd code, you should be okay. However, as soon as
any of the design of the proprietary code is intended to facilitate
interoperation with specific GPL'd code, you could start to get into
trouble.
You should definitely consult a lawyer, but prepared for the answer,
"nobody really knows". They can chart out what is almost definitely safe and
what is almost definitely illegal, but there is a huge space in-between.
DS
^ permalink raw reply [flat|nested] 23+ messages in thread
end of thread, other threads:[~2006-05-16 19:54 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-15 9:53 GPL and NON GPL version modules Srinivas G.
2006-05-15 12:54 ` Manu Abraham
2006-05-15 14:14 ` Alan Cox
2006-05-15 15:08 ` Greg KH
2006-05-15 15:49 ` Steven Rostedt
2006-05-15 15:28 ` Arjan van de Ven
-- strict thread matches above, loose matches on Subject: below --
2006-05-15 14:05 Nutan C.
2006-05-15 14:00 Nutan C.
2006-05-15 14:13 ` Steven Rostedt
2006-05-15 15:12 ` Jan Engelhardt
2006-05-15 13:34 Nutan C.
2006-05-15 13:41 ` Steven Rostedt
2006-05-15 13:49 ` Steven Rostedt
2006-05-15 14:12 ` Alan Cox
2006-05-16 3:42 ` David Schwartz
2006-05-16 8:52 ` Xavier Bestel
2006-05-16 19:54 ` David Schwartz
2006-05-15 12:12 Nutan C.
2006-05-15 12:51 ` Xavier Bestel
2006-05-15 12:52 ` Xavier Bestel
2006-05-15 13:06 ` Steven Rostedt
2006-05-15 9:31 Srinivas G.
2006-05-15 12:08 ` Jan Engelhardt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.