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... )
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
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
Reply
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
Reply
Leave a comment