Hacker News new | ask | show | jobs
by atomicdog 5412 days ago
>GPL is draconian and limits freedom.

How? Isn't the basis of GPL simply "Use this code however you want providing you make the source code you derive from it freely availble, too"?

1 comments

For exactly the reason you pointed out.

The GPL guarantees that the code will forever be open due to the requirement that derivative works are released open and under the GPL.

What this complete 'code availability' freedom limits is what you can do with the code. For example, people are perpetually free to get that source but, you aren't free to incorporate it into proprietary software.

One entities freedoms can be a limit to another's freedoms.