up vote 2 down vote favorite
2
share [g+] share [fb]

The free open-source software movement has been beneficial to most of the software development community. We have tons of libraries and applications at our fingertips free of cost. But where do you draw the line? Or do you?

If Developer A creates Application A, yet you know you could create a similar application and distribute it as open-source, do you feel guilty? What if Application A is the primary means of income for his/her family?

Bottom Line: Where do you draw the line between creating open-source applications and possibly taking revenue away from the independent developer?

I am not expecting, nor conveying a stance in either direction. Just looking for the personal views of the SO community (as stated in onebyone's reply).

link|improve this question

Note that it works both ways. There are many open source projects which any of us can choose to sell for profit, without returning anything to the project. I would feel bad for doing it, but if the license allows it... – Liam Oct 24 '08 at 12:36
feedback

11 Answers

"If Developer A creates Application A, yet you know you could create a similar application and distribute it as open-source, do you feel guilty?"

If Developer B creates a similar application and markets it using the proceeds to feed his family.

What's the difference? IN both cases it is competition, are you suggesting that competition is unethical, guilt producing behavior? If so what makes competition unethical?

link|improve this answer
1  
@onebyone.livejournal.com Marxism has over 100 years to prove your assertions and has failed on every count. Whenever it is tried it creates economies of scarcity that always spiral downward, large quantities of disposable(and often disposed of) people and unaccountable oligarchies. – kloucks Nov 10 '08 at 14:48
feedback

Is Linus Torvalds guilty for taking money away from Bill Gates? No, he just created his own solution to the same problem.

Many like his solution, mainly those who don't like to pay for Windows, but (still) many more keep paying for Windows (let's disconsider piracy, which is much more unethical, just for the sake of this argument) because (a) they are used to it, and (b) paid software usually is associated with security, in which the company that bought it can sue the vendor if it causes damages.

Your App B will always be somewhat different from Application A, and price is just one of the differences.

If it's too similar, on the other hand, then we're talking plagiarism and not competition.

link|improve this answer
2  
Just an aside: "the company that bought it can sue the vendor if it causes damages." I don't think so - have you read any EULAs lately? – Piskvor Oct 24 '08 at 14:05
Doesn't matter about the EULA's, managers think they have that recourse, so they feel better about software with a big company behind it. Just like in politics, its not the facts that count, it's only what people believe are the facts that counts. – Eloff Dec 10 '09 at 2:46
feedback

It's free market competition, isn't it? What if Microsoft created such an application, and released it for free? (Yes, I'm thinking of Netscape.) If you don't do it, someone else will fill the gap, if it's a big enough itch worth scratching.

link|improve this answer
It's legal and moral to compete if you believe you can do it better. – Kirk Strauser Oct 24 '08 at 14:13
1  
@Steve: I would say it's not only legal and moral to compete, but those with the ability to do so are compelled to compete. The thing is competition between two (or more) products works to improve both. That improvement can be through better products, lower costs, and/or wider distribution. A single product with zero competition means that the consumer is locked in with the only choice being to use it or not; which, sometimes, isn't much of a choice. – Chris Lively Nov 29 '10 at 17:27
feedback

"you know you could create a similar application and distribute it as open-source, do you feel guilty?"

I sounds like your question is based on an implicit claim that an open-source product will immediately displace a product that has proprietary source AND support.

Do you have any evidence that anyone offering support for a product has been put out of business by an open source product which has no support? I'd like the example as a reference, since it seems rare, to me.

I have examples like Red Hat inc. that are offering support for open source products and making money offering support for open source. They aren't displaced by open source, they're exploiting it.

I have examples like Microsoft inc. that offer dreadful products, yet see little or no impact from open source competitive products. Open Office does not seem to be leading to massive layoffs in Redmond.

I think your premise -- open source always displaces proprietary source -- could be flawed.

link|improve this answer
"implicit claim that an open-source product will immediately displace a product that has proprietary source AND support." I agree 100% – JTA Oct 24 '08 at 13:07
feedback

You seem to be (erroneously in my opinion) equating open source with free cost. You can open source your app and still rely on copyright law and licensing to restrict its use to those that pay.

In any event, I don't see this as any different from creating a competitive product and selling it - you're still affecting A's livelihood.

I suppose if you vindictively set out to ruin A, that's morally dubious but I don't think competing is a problem.

link|improve this answer
"I suppose if you vindictively set out to ruin A, that's morally dubious but I don't think competing is a problem." vindictively would be a bit strong, however in many cases there is no direct competition and therefore it would likely have an impact of the sales of the original application. – JTA Oct 24 '08 at 12:27
feedback

Competition is good.

link|improve this answer
Yes, competition IS good, but I dont feel that answers the question. – JTA Oct 24 '08 at 15:51
feedback

You don't. It's not your place to worry about taking money away from a closed-source program. If the your program is making life difficult for Developer A, then he needs to get off his butt and improve his product so it becomes desirable.

One of the problems with the current legal arena is the belief that infringing on a business plan is illegal. It's not; it's simply competition. You either evolve and adapt or you die.

Look at Microsoft. After Netscape was killed off, MS rested on its laurels with Internet Explorer. It took Firefox to come along and get some significant market share before MS decided to improve IE.

Developer A is perfectly able to open-source his application and make money in an alternative fashion, the most common being pay-for-support. But he could also sell T-shirts with the application's logo, provide a manual for a small donation, etc. Or he can keep it closed-source and hope that people are willing to pay for the feature-set, convenience, or whatever.

Just because someone thinks the only way to make money is by selling closed-source programs doesn't mean everyone has to agree. Personally, if I ever decide to try and make money with my programs, I will provide the source code for free but charge for binaries. That way "lazy" people can pay me for my services while savvy people can built from source. It's a similar idea for Trolltech's license agreements for Qt.

link|improve this answer
feedback

If a company invests R&D effort in solving a user's problem in a very specific way, then blatantly copying that solution is, in my book, unethical. Providing your own solution to the same problem isn't. Of course, some features will be common, but you should provide some fresh ideas, not just a direct clone.

As an aside, people here seem to confuse law and ethics. In my book, whether that solution has been patented or not, and whether the company does decide (or can afford) to sue the open source competitor is irrelevant to ethics. And vice versa - many companies can probably afford to sue open-source projects without any reasonable reasons just to shut them out, but that doesn't make it ethical.

link|improve this answer
Exactly the kind of statement I was looking for. The question wasnt related to lawful practices. – JTA Oct 24 '08 at 13:48
You misunderstand. They're saying that they see no ethical problem with an action, and since there's no law that would otherwise prevent you from acting that way, then it's OK. – Kirk Strauser Oct 24 '08 at 14:20
feedback

I guess I don't understand the question, specifically why you're treating software as a special case. Look at the number of movies with similar plot lines, or books that mirror others, or similar cars, or comparable songs. Why would competition between software products be immoral when competition in any other venue is generally seen as a good thing?

Developer A does not have a natural right to earn income off Application A. While he may want to, that doesn't automatically make it the end result. Look at it from another angle: if Application A was so easily reproducible that someone else could recreate it and give it away for free, perhaps Application A was only commercially viable by a temporary inefficiency in the market. When the FOSS version comes along and addresses that efficiency, the market as a whole benefits because then Developer A's customers can invest that money more effectively to solve other problems.

Finally, if you're drawing the distinction purely on the fact that the FOSS alternative is distributed free of charge, then I'd ask you consider whether it's moral for kids to organize garage bands, or for an author to give away copies of his book, or for me to write a love letter to my wife instead of buying a card written by someone with the intent of feeding his family.

link|improve this answer
Excellent point, but do you think it would be good for the industry/jobs/income of the auto industry if another manufacturer had enough clout from other endeavors that they could produce free cars? – JTA Oct 24 '08 at 15:48
It would be bad for that segment but good for the economy in general because it would free resources. However, the "word processor industry" is pretty well locked up at this point with both proprietary and FOSS major players. It doesn't have to be either/all. – Kirk Strauser Oct 24 '08 at 16:03
feedback

You shouldn't care, unless you are doing something illegal.

Everyone is free to choose licensing terms of his own work, and take responsibility.

But, remember, the same might happen to you ;) Someone might create free copy of you payware app.

I don't mind software being free, but I wish there were free cars,lunch, real estates, ...

link|improve this answer
Software is able to be free because it's an infinite good (i.e., it has a zero marginal cost of production). That's not going to happen with cars, food or property unfortunately until we get the Star Trek replicators invented. – paxdiablo Oct 24 '08 at 12:26
You might want to look up TANSTAAFL. – Chris Lively Nov 29 '10 at 17:32
feedback

I agree is most of the answers. Yes, it is legal, and yes, open-source "copies" will be made. But do you personally have any moral objection to creating copies of such software?

I don't consider any answers to be right or wrong.

link|improve this answer
Sorry, I think the question is ill-posed. "copy" has a negative slant. You will have "alternative versions" that are Open Source, not "copies". – Remo.D Oct 24 '08 at 16:52
Good point, although a bit late now :-) – JTA Oct 24 '08 at 17:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.