473,785 Members | 2,432 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

License Question

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
Jul 17 '05 #1
11 2768
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, g0****@gmx.net (gooze) wrote:
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

Ciao,
Ginzo
---------------------------------
War is god's way of teaching
Americans geography
-- Ambrose Bierce
---------------------------------
Jul 17 '05 #2
On Wed, 01 Dec 2004 08:02:56 -0500, Ginzo <su***@hotmail. com> wrote:
Under the GNU GPL, he need only acknowledge your contribution, unless
you have otherwise attached some cost to it.


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

Jul 17 '05 #3
gooze wrote:
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.


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

--
Tommy

Jul 17 '05 #4
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 =-]" <Ch************ @nez.oc.ku> a écrit dans le message de news:
fe************* *************** ****@4ax.com...
On Wed, 01 Dec 2004 08:02:56 -0500, Ginzo <su***@hotmail. com> wrote:
Under the GNU GPL, he need only acknowledge your contribution, unless
you have otherwise attached some cost to it.


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

Jul 17 '05 #5
gooze wrote:
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?


"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

Jul 17 '05 #6
Markku Uttula wrote:
gooze wrote:
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?


"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).


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.
Jul 17 '05 #7
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" <g0****@gmx.net > wrote in message
news:e0******** *************** ***@posting.goo gle.com...
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

Jul 17 '05 #8
g0****@gmx.net (gooze) wrote in message news:<e0******* *************** ****@posting.go ogle.com>...
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.


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/
Jul 17 '05 #9
"gooze" <g0****@gmx.net > wrote in message
news:e0******** *************** ***@posting.goo gle.com...
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.


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.


Jul 17 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
2882
by: madcap | last post by:
Hi, Our company was looking for contract programmer to develop an internet/intranet application. We were approached by a freelancer who have quite a lot experience and his resume was impressive. But he did mention that if we download php & mysql and use the application developed within our company, we should be fine and there will not be any legal issues. While some of the folks see this as a low cost solution, others are concerned...
34
2643
by: Michael Foord | last post by:
I'd like to formalise slightly the license I release my projects under. At the moment it's 'free to use, modify, distribute and relicense'. This is basically fine as I don't want t oprevent people using my work in commercial settings - but I would like to retain the right to be identified as the author. I'd also like to prevent people selling derivative works where my stuff forms the substantial part of the poduct. I'd prefer to use an...
3
1890
by: Stanley Sinclair | last post by:
Originally installed WSE on a Windows XP machine to work on a project in development in my office. I have Developer's Edition. Also installed (downloaded, rather than using Developer's Edition) Personal Edition on another machine at home to work on the same project there. Seems that this download had a limited license which has expired. Now, I need to install WSE on the home machine (rather than PE) for testing. This is not...
5
1621
by: Nak | last post by:
Hi there, I just made my own license provider (at last!) that uses signed XML license files. When the license provider gets the license it does the following, *At runtime 1) Gets the signed XML license file from the calling assemblys resources 2) Gets the public RSA key from the calling assemblys resources
2
1835
by: yawnmoth | last post by:
The PHP license states the following: 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" As the author of something released under the PHP license, can I, as I see fit, just grant permission to an...
4
2128
by: Martitza | last post by:
Hi. I work for a small company (actually in process of forming) interested in embedding or extending python as part of our commercial non-open-source product. We have legal counsel, but are interested in the spirit as well as the letter of the law. Not much seems to have been written about the python license since version 2, so pointers to more recent discussions or contacts are appreciated. If this is not the right place to ask these...
4
7076
by: Jurgen Haan | last post by:
Hi hi everyone. We have upgraded our DB2 LUW 8.2.1 which was directly installed from our DB2 CD's to DB2 LUW 8.2.6 (FP13). (system: HP DL385 (AMD64), single socket, dual core. 8GB memory. SLES 10. NetApp FAS250 storage array). This went quite well, but it rendered our permanent (legal) DB2 license invalid, and I can see of no way to get our environment up and running with FP13 installed.
1
2309
by: spam_only_please | last post by:
I know I've seen this discussed but can't seem to find the right search term. Is a online retailer using -say zen cart or some other open source store front required to have php or mysql license? Is it required of the host? Say they have it on their server? The legalease is less than reader friendly for my 'reading level'... Thanks!
1
2489
by: =?Utf-8?B?cmJiZW5zb24=?= | last post by:
To begin,, the network infactructure- Servers - Server00 - Windows Server 2003/Installed Server01 - Windows Server 2003/plan to install Server10 - Linux RedHat Workstation/Installed Client/Workstations - Client 00 - Windows XP Pro/Installed Client 01 - Windows XP Home/Installed
0
10325
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10147
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10091
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8972
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7499
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6739
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.