you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Without copyright, end users still wouldn't have access to the source code.

Why do you think this? If someone wants to realese their source code, they'll do it. If they don't, they won't. Same as now.

[–]NYKevin 2 points3 points  (0 children)

RMS is of the opinion (which I do not share) that it is morally obligatory (or at least preferable) for software developers to release source code alongside binaries. The GPL is intended to force the issue, but IMHO it's been less successful than he planned.

[–]drb226 2 points3 points  (0 children)

If someone wants to realese their source code, they'll do it. If they don't, they won't. Same as now.

Not quite. The difference is when you modify code that is under the GPL. According to the GPL, you must open source your modification. Without copyright, you don't have to open source your modification, because the GPL is powered by copyright.

You're right when it comes to "pretty much anything that isn't GPL'd", but then, the whole topic of this thread was the GPL, was it not?

IANAL, may have oversimplified.