Hacker News new | ask | show | jobs
by kyykky 855 days ago
Is there a benefit in using GPL for text editors?
3 comments

It prevents the editor from (legally) becoming proprietary software which deprives users of their software freedoms.
I suspect that if someone is in a position where they are compelled to purchase and use the proprietary version and not the free (and available) version, they already lack most software freedoms. Probably several other, more important, freedoms as well.
Only the same benefit as for any software.
Licences like MIT optimise individual freedom: they give each user the freedom to do anything including restricting the freedom of others.

Licences like GPL optimise community freedom: they give each user the freedom to do anything except restricting the freedom of others.

Think of it like local vs global optimisation.

Although I agree, notice that the only act the GPL compels someone to do is to hand over the source code with the program.

MIT doesn't give people a freedom to restrict because that isn't a freedom. The restriction is always done by the legal system. The GPL is just an attempt to stop the legal system from interfering in the market to restrict user freedom. So both licenses are actually communicating to a 3rd party (a judge) under what circumstances they should restrict the freedom of others. GPL says to stay out of it as long as people are sharing their source code and MIT says get involved sometimes/its complicated.

It isn't a practical difference, but it is philosophically important. The amount of personal freedom both licenses give is technically quite similar.

That's right, the GPL and other copyleft licences in fact aim to disable copyright, this restoring us back to how things should be with no copyright.
MIT doesn’t give anyone the ability to restrict the freedom of others. When you fork a project and use a difference licence for it, the original project remains under MIT.