Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • 1
    GPL specifically restricts you from selling the software” – it does not. IIRC, it doesn't even require you to share the source code free of charge. It does however require you to to make the modified source accessible if you distribute modified versions (e.g. selling binaries of a modified version). It just happens to make no economic sense to sell open source software, as a bought copy can be redistributed itself without further restrictions; open-source companies sell related services instead. Commented Mar 12, 2014 at 10:20
  • 5
    What in the GPL restricts the sale of software? Commented Mar 12, 2014 at 10:30
  • @amon I think you may have found the issue with my understanding. Is it true that the GPL does not stop you from requesting people pay for the derived work if they also request the source code you have to provide it? Commented Mar 12, 2014 at 10:38
  • 2
    @Encaitar yes, you either have to distribute the source directly or make it easily accessible. The central point of the GPL is that any user can see how your program works, and that he can make and distribute derived works of their own – free software as in freedom of speech. That free software happens to often be free of charge is a side effect of this: If you sell me your GPL-licensed software for 100€, I am free to resell copies for 50€. So you wouldn't sell the software itself (anyone can undercut your price), but services around that software (setup, support, bugfixes, warranties, …) Commented Mar 12, 2014 at 10:59
  • @amon. I think your comments almost comprise an answer. The last point was just the 'package with' distinction. From my understanding now, static or dynamic linking to non GPL'd code is not allowed in GPL but is allowed in LGPL. Although I conceed that that is probably a separate question, and judging by the different answers on programmers.stackexchange.com/questions/167773/… it is one of those, you have to go to court to find out what the law is kind of questions. Commented Mar 12, 2014 at 11:18