Connecting Tech Pros Worldwide Forums | Help | Site Map

License Question

gooze
Guest
 
Posts: n/a
#1: Jul 17 '05
Hi

I know, this might be the wrong place for such a question, but maybe
you can redirect me to the right place to post.

I wrote a small software under the GNU General Public License and put
it on freshmeat.net for download. Now, someone likes this software and
wants it to integrate into his own software as a module. This software
is for sale. Is there a meaningfull solution about this issue? I just
would like to give a "common" answer instead of a exotic one.

thanks to all, Stefan

Ginzo
Guest
 
Posts: n/a
#2: Jul 17 '05

re: License Question


Under the GNU GPL, he need only acknowledge your contribution, unless
you have otherwise attached some cost to it.

On 1 Dec 2004 03:56:08 -0800, g000ze@gmx.net (gooze) wrote:
[color=blue]
>Hi
>
>I know, this might be the wrong place for such a question, but maybe
>you can redirect me to the right place to post.
>
>I wrote a small software under the GNU General Public License and put
>it on freshmeat.net for download. Now, someone likes this software and
>wants it to integrate into his own software as a module. This software
>is for sale. Is there a meaningfull solution about this issue? I just
>would like to give a "common" answer instead of a exotic one.
>
>thanks to all, Stefan[/color]


Ciao,


Ginzo
---------------------------------
War is god's way of teaching
Americans geography
-- Ambrose Bierce
---------------------------------
[-= Chris =-]
Guest
 
Posts: n/a
#3: Jul 17 '05

re: License Question


On Wed, 01 Dec 2004 08:02:56 -0500, Ginzo <sumpn@hotmail.com> wrote:
[color=blue]
>Under the GNU GPL, he need only acknowledge your contribution, unless
>you have otherwise attached some cost to it.
>[/color]

I'm probably way off here, but I was under the impression that
derivatives of GPL licenced code has also to be Open Source. Is that
the case?

C

Tommy Gildseth
Guest
 
Posts: n/a
#4: Jul 17 '05

re: License Question


gooze wrote:
[color=blue]
> I wrote a small software under the GNU General Public License and put
> it on freshmeat.net for download. Now, someone likes this software and
> wants it to integrate into his own software as a module. This software
> is for sale. Is there a meaningfull solution about this issue? I just
> would like to give a "common" answer instead of a exotic one.[/color]

Well, couldn't you just re-lisence it to this person under a comercial
lisence?

--
Tommy

Mohamed Rambil
Guest
 
Posts: n/a
#5: Jul 17 '05

re: License Question


Hi,

I think a work derived from a GNU/GPL licensed work must be under the same
license.
Quoted from the GNU GPL license v.2 (section 3, paragraph a):

3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:

a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange;

Read there : http://www.gnu.org/licenses/gpl.txt
--
M. Rambil
--
---------------------------
Mohamed Rambil
Service technique @GP
tél. : 04 75 60 58 81
"[-= Chris =-]" <Chris.Stephens@nez.oc.ku> a écrit dans le message de news:
fegrq0tt6f2t0qalfi6mh3s217je16sgu3@4ax.com...[color=blue]
> On Wed, 01 Dec 2004 08:02:56 -0500, Ginzo <sumpn@hotmail.com> wrote:
>[color=green]
> >Under the GNU GPL, he need only acknowledge your contribution, unless
> >you have otherwise attached some cost to it.
> >[/color]
>
> I'm probably way off here, but I was under the impression that
> derivatives of GPL licenced code has also to be Open Source. Is that
> the case?
>
> C
>[/color]


Markku Uttula
Guest
 
Posts: n/a
#6: Jul 17 '05

re: License Question


gooze wrote:[color=blue]
> I wrote a small software under the GNU General Public License and
> put
> it on freshmeat.net for download. Now, someone likes this software
> and
> wants it to integrate into his own software as a module. This
> software
> is for sale. Is there a meaningfull solution about this issue?[/color]

"Software is for sale" means nothing in this context.[1] If his
software is licensed under GPL (or similar), there is no problem. In
that case he can use your code. On the other hand, if his code is not
under such license, he can not use your code unless you grant another
sort of license for him. However, I'm not entirely certain if this can
be done when your software is already under GPL (in other words, I
don't know if it's possible to license it under some license that's
not compatible with GPL).

[1] Since one *can* charge for GPL'ed software. This possibility is of
course mainly fictional due to the nature of open source code, but
still - it's not impossible to sell GPL'ed software; there are plenty
of examples :)

--
Markku Uttula

Colin McKinnon
Guest
 
Posts: n/a
#7: Jul 17 '05

re: License Question


Markku Uttula wrote:
[color=blue]
> gooze wrote:[color=green]
>> I wrote a small software under the GNU General Public License and
>> put
>> it on freshmeat.net for download. Now, someone likes this software
>> and
>> wants it to integrate into his own software as a module. This
>> software
>> is for sale. Is there a meaningfull solution about this issue?[/color]
>
> "Software is for sale" means nothing in this context.[1] If his
> software is licensed under GPL (or similar), there is no problem. In
> that case he can use your code. On the other hand, if his code is not
> under such license, he can not use your code unless you grant another
> sort of license for him. However, I'm not entirely certain if this can
> be done when your software is already under GPL (in other words, I
> don't know if it's possible to license it under some license that's
> not compatible with GPL).
>[/color]

The issue is whether it constitutes a derived work. The LGPL was created to
allow the 'FOSS' part to be licenced seperately from the commericial part
of an application (since GPL does not allow for this). At the end of the
day it's probably cheaper for the publisher to purchase a licence (or the
rights to your software) from you than to get a lawyer to establish that it
is not a derivative work or pay a programmer to reverse engineer the code
and reimplement it.

HTH

C.
Joshua Beall
Guest
 
Posts: n/a
#8: Jul 17 '05

re: License Question


Hi Stefan,

I'm not sure if you feel your question has been answered, but here is the
long and the short of things: if someone wants to integrate your project
into their commercial product, then you need to offer it to them under the
terms of a commercial license.

So, here's what you do: you go to them and say "I'll sell this to you for
{your price}".

They can't just use your product under the GPL, unless they also release
their product under the GPL. If it's a commercial product, they probably
don't want to do this, because it means that they can't prevent people from
redistributing it for free (i.e., what would normally be called pirating the
software).

Sincerely,
-Josh
"gooze" <g000ze@gmx.net> wrote in message
news:e09c7315.0412010356.6245b53b@posting.google.c om...[color=blue]
> Hi
>
> I know, this might be the wrong place for such a question, but maybe
> you can redirect me to the right place to post.
>
> I wrote a small software under the GNU General Public License and put
> it on freshmeat.net for download. Now, someone likes this software and
> wants it to integrate into his own software as a module. This software
> is for sale. Is there a meaningfull solution about this issue? I just
> would like to give a "common" answer instead of a exotic one.
>
> thanks to all, Stefan[/color]


R. Rajesh Jeba Anbiah
Guest
 
Posts: n/a
#9: Jul 17 '05

re: License Question


g000ze@gmx.net (gooze) wrote in message news:<e09c7315.0412010356.6245b53b@posting.google. com>...[color=blue]
> Hi
>
> I know, this might be the wrong place for such a question, but maybe
> you can redirect me to the right place to post.
>
> I wrote a small software under the GNU General Public License and put
> it on freshmeat.net for download. Now, someone likes this software and
> wants it to integrate into his own software as a module. This software
> is for sale. Is there a meaningfull solution about this issue? I just
> would like to give a "common" answer instead of a exotic one.[/color]

IANAL, but AFAIK, you can sell any GPL'ed software. The person who
purchases has the rights to use/modify/sell it--but not to change the
license--which means hiding the source code. So, hardly people will
buy GPL'ed software for commercial uses.

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
CJ Llewellyn
Guest
 
Posts: n/a
#10: Jul 17 '05

re: License Question


"gooze" <g000ze@gmx.net> wrote in message
news:e09c7315.0412010356.6245b53b@posting.google.c om...[color=blue]
> Hi
>
> I know, this might be the wrong place for such a question, but maybe
> you can redirect me to the right place to post.
>
> I wrote a small software under the GNU General Public License and put
> it on freshmeat.net for download. Now, someone likes this software and
> wants it to integrate into his own software as a module. This software
> is for sale. Is there a meaningfull solution about this issue? I just
> would like to give a "common" answer instead of a exotic one.[/color]

It's your software and copyright, if you have not used anybody else's code
you just need to strip the GPL licence from it and issue the software to him
under a protected copyright licence.




Henk Verhoeven
Guest
 
Posts: n/a
#11: Jul 17 '05

re: License Question


gooze wrote:[color=blue]
> Hi
>
> I know, this might be the wrong place for such a question, but maybe
> you can redirect me to the right place to post.
>
> I wrote a small software under the GNU General Public License and put
> it on freshmeat.net for download. Now, someone likes this software and
> wants it to integrate into his own software as a module. This software
> is for sale. Is there a meaningfull solution about this issue? I just
> would like to give a "common" answer instead of a exotic one.
>
> thanks to all, Stefan[/color]
Hi Stefan,

The GNU Public License does not forbid the one who owns the copyrights
to the software to give of sell other licenses to whoever he wants. I
know several examples of software that is licensed under several
different licenses, including GPL.

Be aware that this is only the case if you really own all of the
copyrights on the software. If you only obtained a license on (parts of)
it, you are bound to the rules of that license as a licensee.

So, if you wrote the software and if it is not owned by your boss, and
you did not sell or otherwise transfer your rights, you can still
license others to use or sublicense you software.

Consider to:
1. not license him to do more then he asks for. So if he wants to give
others a license to use your software as a module of his own software,
put a clear description of his software into the license agreement as
well as of for what the software is allowed to be used. If possible also
include a description of to who he may give or sell those licenses. This
is not only in your commercial interest, it also decreases your risk for
legal claims. (i am afraid that 'exotic answers' are, in this respect,
better then common answers)
2. put a valid disclaimer into the license agreement. Be aware that the
kind of disclaimers that are in licenses like the GPL may not be valid
in your country or in the particular case. For example in Holland there
is something like 'consumers rights' that can not be taken away by a
disclaimer.
3. put a clause in the license agreement under which countries' law the
license agreement resides, so that the meaning of 'your country' in
point 2 is clear.
4. In some countries it may not be good enough to just send him
a license. Consider asking him to sign a license agreement
and send it back to you.

Maybe you can learn about all this by reading general conditions and/or
license agreements of software companies in your country.

If you find this an exotic answer, LGPL is meant to license people to
use open source software as part of other, not-GPLled software. But it
is a pritty complicated license. For example, the BSD license is much
simpeler and allows it too (and more). See
http://www.opensource.org/licenses

Greetings,

Henk Verhoeven,
www.phpPeanuts.org.

In no event shall the sender of this message be liable to any person for
any direct, indirect, special, incidental, or consequential damages of
any character arising as a result of reading this message or basing acts
upon its contents. Anyone who wants to or does license and/or or
distribute software is advised to seek sound legal advice from an expert
in the applicable law. Reading this message and/or license agreements
can not replace that advice.

Zachary Kessin
Guest
 
Posts: n/a
#12: Jul 17 '05

re: License Question


Ginzo <sumpn@hotmail.com> writes:
[color=blue]
> Under the GNU GPL, he need only acknowledge your contribution, unless
> you have otherwise attached some cost to it.[/color]

Um no, if he wants to integrate your GPL code into his he needs to
publish his app under the GPL. Now if you wrote your code you can
choose to licence it to him seperatly if you would like. In that case
you and he will ahve to come to some sort of agreement on terms, and
then you are all set. Duel licencing is common in some places.

--Zach
Closed Thread


Similar PHP bytes