> If it's freedom, why does the GPL need copyright law?
I'm sorry, I don't understand what you're trying to say.
The free software definition specifies four specific freedoms:
http://www.gnu.org/philosophy/free-sw.html
It is essential that the user be able to exercise those freedoms no matter what, which means ensuring that certain conditions on the distribution of the program are met, and that all derivative works are also free. This hack on copyright is called Copyleft, and it uses copyright to grant rights _back_ to the user.
https://www.gnu.org/copyleft/
Copyright needs to be used because, in many countries, works are proprietary by default; there is no choice; in the US, if you do not explicitly grant rights to others, then all rights are reserved.
If you need copyright law, you need men with guns to enforce the law. If you need men with guns to enforce the GPL, is that really freedom?
The public domain and licenses that approximate it (3-BSD) do not suffer from this problem. Eliminate copyright law, and everything still functions like a permissive license.
I want to abolish copyright because I think it gets in the way of creativity. Generally speaking I also want less dependence on men with guns. Since I want to abolish copyright, I do not like the GPL. The best way to abolish copyright in practice is to use a permissive license.
> If you need men with guns to enforce the GPL, is that really freedom?
Do you not need men with guns to enforce your other freedoms, like the freedom of speech under the First Amendment? (I don't know if you're a US citizen.)
We're focusing on a very specific set of freedoms---a subset of all freedoms that individuals should have.
> I want to abolish copyright
We have to work within the system we have, and abolishing copyright is unlikely to happen any time soon. There's things that work now.
In the case of the GPL, we still need copyright to ensure that we can enforce the right for the users' to have their freedoms; otherwise, public domain works can be used in proprietary software.
I do not mind offering my work under a dual choice. If you agree on a contract to never enforce any copyright or patents, for eternity, in legal and technical form, you may distribute my work without honoring the terms of GPL.
I have yet to find a person or company who would prefer those terms over the GPL. As such, I find people to be a bit dishonest when they proclaim a desire to abolish copyright but still prefer permissive licenses.
Out of curiosity, in this hypothetical "never ever" license, are you also agreeing never to enforce copyright or patents in eternity?
Because otherwise, agreeing to it would not be in any way a step towards abolishment of copyright. It would, in fact, be something more akin to creating a free labour pool you are not willing to opt into yourself. You create a situation where you can profit from their work and they cannot. There's a word for this arrangement.
It's a bit of a one-sided contract (I'm giving up way more than you). And signing a contract just means more unnecessary men with guns, whereas we could just make and share and use creative works and that would be that. If you agreed to do the same, then maybe. If the contract pertained only to my changes to your software, then certainly, but it would have to be as free as 3-BSD. It's not like I ever intend to sue over IP.
The only reason to prefer 3-BSD is because public domain isn't recognized worldwide. I'll agree that there should probably be something about software patents in there, those are stupid.
The contract would pertain to any work ever made by the contracte. You said you wanted to abolish copyright, and that mean you can't pick and choose to keep copyright around when its suitable. It would also work indiscriminate, cover any past or future work in software, pictures, music and so on.
If you never intend to sue over IP, then the contract should be an no-issue. All it does is to write down that specific aspect into an enforceable contract. Contract don't need to use men with guns if everyone choose to honor it, which was the historically method used back when people lived in tribes and villages made out of a handful houses. No one would dare to break their word, risking that others would start to do the same.
Your contract is worse than marriage (no divorce), and a terrible strawman. Lifelong written contract with a stranger? Ugh. What if I change my mind? I'll just continue releasing things permissively, and gradually abolish copyright in the process. (I don't really care about attribution which is generally all that's left.) You're free to use what I make in your copyleft projects!!
I'm sorry, I don't understand what you're trying to say.
The free software definition specifies four specific freedoms:
It is essential that the user be able to exercise those freedoms no matter what, which means ensuring that certain conditions on the distribution of the program are met, and that all derivative works are also free. This hack on copyright is called Copyleft, and it uses copyright to grant rights _back_ to the user. Copyright needs to be used because, in many countries, works are proprietary by default; there is no choice; in the US, if you do not explicitly grant rights to others, then all rights are reserved.