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*
- 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.amon– amon2014-03-12 10:20:45 +00:00Commented Mar 12, 2014 at 10:20
- 5What in the GPL restricts the sale of software?Thomas Owens– Thomas Owens ♦2014-03-12 10:30:21 +00:00Commented 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?Encaitar– Encaitar2014-03-12 10:38:28 +00:00Commented 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, …)amon– amon2014-03-12 10:59:33 +00:00Commented 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.Encaitar– Encaitar2014-03-12 11:18:22 +00:00Commented Mar 12, 2014 at 11:18
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you