an interesting way to use the GPL

Jan 12, 2011 15:01

As we all know, software is not a commodity to be bought and sold. The attempt to treat it like a commodity has caused a huge number of problems as well as colossal waste of money and programmers time. So the foss movement was started so that software can be shared freely across the world. And many licenses came into being in order to have some ( Read more... )

Leave a comment

Re: What is the actual issue? GPL doesn't prohibit selling to any no of people lawgon January 14 2011, 09:58:55 UTC
>> but making money by selling software as a product is disgusting.
How about you have the copyright ownership to the code you are selling? Is it still disgusting?

yes - unless you sell the copyright. Otherwise you are just selling the right to use a copy - while retaining the ownership.

>> What right does one have to sell software?
If you are the owner, you have the right. 100% rights.

not to sell the software - only to sell the copyright

I have seen many software companies in Bangalore developing proprietary software and bundling boost libraries with their software. I think they are charging for their software and not for the boost libraries. If Boost was under a strong copyleft license, they would have been forced to release the bundled boost code.

boost license is classic BSD - so what is the problem.

If I develop a Free software to sell to multiple clients, then I should not be stopped. I can distribute it in two ways
1) Create my own distro repo and package my application to resolve the dependencies. These dependencies can be pulled from my repo or from the official distro repo. I would charge only for the software and not for the dependencies.
2) I don't package it, but distribute the tarballs of binary with a custom installation script. In this case the dependency libraries are bundled together. I would release the source code of the libraries if it is required. A good way is to release the source code of all the dependencies as I am not making money out of it. I would then be charging only for my software.

The only way to make this viable is to keep the source of your software closed - and that is disgusting. If the source is available, then you will not make money (I am quite sure that you have not tried out this model). My role model is redhat - they write a hell of a lot of software, all with source code available, but they do not sell it - they make money by customising, deploying, supporting etc

Reply

Re: What is the actual issue? GPL doesn't prohibit selling to any no of people ext_300022 January 14 2011, 10:09:49 UTC
>> yes - unless you sell the copyright. Otherwise you are just selling the right to use a copy - while retaining the ownership.

Till now I am not able to understand what you mean by selling? I mean that the person comes to me to ask for a software. I tell him that you need to buy the software which has trademark etc. I have also released the source code for the whole software. People come to buy software to get support, installation etc bundled. Call it subscription service. The source code is open but to get the version I would deploy is to subscribe. The source code available has no trademark mention. If you build by default, it would build with a generic name and a generic logo.

I think this is what RedHat does too. RHEL is not available to the public, but the source code of everything is. CentOS takes the source and build the unbranded RedHat Linux.

If you look at Red Hat store https://access.redhat.com/downloads/
you can see that you can download RedHat only if you have subscription otherwise you have to buy RedHat to download it. Their revenue model is mostly service and support, but why do they restrict the download?

Reply

Re: What is the actual issue? GPL doesn't prohibit selling to any no of people lawgon January 14 2011, 10:33:45 UTC
my business model: I develop applications for customers. They pay me - I write the code and they own the copyright. I am only selling my labour. But I convince them to release the code on the internet under the BSD license. This way I can reuse the code for my next customer, but will have to charge less as less labour is involved. The next guy I convince to also contribute to the original code - and so on. I win, they win and the general public wins.

Reply

Re: What is the actual issue? GPL doesn't prohibit selling to any no of people ext_300022 January 14 2011, 10:45:31 UTC
This business model is great, provided that companies arn't worries so much about money than they are about support, uptime etc.

Still, you need to define what you meant by "selling software"? If you sell FOSS software, you have to share the code too. I am assuming you retain copyright. In this case what is meant by selling?

Reply

Re: What is the actual issue? GPL doesn't prohibit selling to any no of people lawgon January 17 2011, 04:55:25 UTC
Selling software means selling a copy of the code like microsoft does. Redhat does not sell software - it gives you a copy of the code, and charges for service, support etc. I do not retain copyright, I provide the labour and the company gets the copyright.

Reply


Leave a comment

Up