It provides a way to release rights in a way that isn't subject to the legal quagmire of "public domain", and isn't subject to tonal criticisms of WTFPL.
Don't write your own license.
Don't write your own contracts.
Don't write your own legal documents.
There are plenty of solid, well written and unambiguous licenses out there that one can use to offer your users the same freedoms without the WTF.
That clause is a massive pain, particularly for Linux distributions. It makes the license no longer Open Source. Please do not propagate that license or clause any further.
https://gnu.org/licenses/license-list.html#WTFPL
From Joshua Gay:
> Our interpretation of this license is that it is > intended to allow you to do whatever you want with the > work. Therefore, we assume that this includes using, > copying, modifying, and distributing modifications for any > purpose.
He was, however, cautious to say "I can not conjecture how a court would interpret that phrase" and recommended to consult a lawyer.
pulls out soap box The WTFPL is great, though. It's a shame not more people use it. It seems to me that for truly free speech, restrictive licenses need to be abandoned, even if it's at the sake of a content donor's money (traditional copyright) or fame (copyright and copyleft). There are a lot of good arguments for the copyfree movement, in general. If we see freedom as being the absence of limitations, licenses like the WTFPL can really be considered the most free, and general arguments for free software can be applied appropriately.
And, as we've seen with the advent of unauthorized content distribution networks, people will treat work of merit as if it's licensed WTFPL anyway, whether the author/s like/s it or not. Rejecting confusing license terms makes it easier for projects to thrive in the open source community as well. It really confounds me how RMS can reject DRM but be so supportive of his own freedom-limiting psychological DRM of sorts.
Here's a list -- http://copyfree.org/licenses/ -- of these sorts of licenses, and a good, slightly more serious introduction to the public domain/copyfree/WTFPL movement in general, for those interested.
I think you are unfair by calling copyleft licenses "DRM of sorts". Copyleft licenses voluntarily make a compromise: they chose to lessen the freedom of individuals to grow the freedom of the group/community. You may or may not agree with that, but you have to recognize that such trade-offs are necessary to organize a society. A clear example is the law which forbid one to kill someone else: at the individual level, they deprive you of the right to kill people, but at the same time they increase the freedom of the society as a whole. DRM are not the same: at no points they benefit to the people who are restricted by them.
I would call copyfree licences more permissives and copyleft licences more restrictives. But I would not call copyfree licences more free than copyleft licences. I would do the opposite. Maybe this says that I value the freedom of the society more than the freedom of individuals, because I do not believe at all that the freedom of the society is the mere sum of the freedom of the individuals who compose it.
See <https://www.gnu.org/philosophy/pragmatic.html>.
Snippet from <http://mikegerwitz.com/2013/08/FreeBSD-Clang-and-GCC-Copylef...:
----
Copyleft is important[7] because it ensures that all users will forever have the four fundamental freedoms associated with Free Software[6]. The GPL incorporates copyleft; BSD licenses do not. Consider why this is a problem: Imagine some software Foo licensed under the Modified BSD license[10]. Foo is free software; it is licensed under a free software license (Modified BSD).[5] Now consider that someone makes a fork—a derivative—of Foo, which we will call “Foobar”. Since the Modified BSD license is not copyleft[10], the author of Foobar decides that he or she does not wish to release its source code; this is perfectly compliant with the Modified BSD license, as it does not require that source code be distributed with a binary (it only requires—via its second clause[10]—that the copyright notice, list of conditions and disclaimer be provided).
The author has just taken Foo and made it proprietary.
The FreeBSD community is okay with this; the free software community is not[4]. There is a distinction between these two parties: When critics of copyleft state that they believe the GPL is “less free” than more permissive licenses such as the BSD licenses, they are taking into consideration the freedoms of developers and distributors; the GPL, on the other hand, explicirly restricts these parties' rights in order to protect the users because those parties are precisely those that seek to restrict the users' freedoms; we cannot provide such freedoms to developers and distributors without sacrificing the rights of the vulnerable users who generally do not have the skills to protect themselves from being taken advantage of.[13] Free software advocates have exclusive, unwaivering loyalty to users.
No, they have made Foobar, a proprietary derivative of Foo. This does not change the license of Foo or cause it to cease to exist.
People will punch others in the face outside bars on Friday nights too, but that doesn't mean it's acceptable, even if it's hard to prosecute universally.
Some content creators (OK, let's be honest: an awful lot of content creators) would rather their work isn't used by the other side's political party, or by XYZ bigoted group, or by Megacorp in their advertising campaign. If you don't want to release all rights to a creative work, you don't have to. There are legal protections available to content creators right now, so there is still a justifiable benefit in retaining some rights, regardless of any arguments about licence-ignoring personal use and interpersonal distribution.
Putting aside the legal issues, I am not ever going to introduce unnecessary expletives if I want people to take my work seriously/professionally. If I do see a license like this I'll automatically assume that the author isn't taking that particular code seriously and treat it accordingly (ie may use personally but never professionally).
Of course if you don't really care all that much about the details of international copyright law and just think it's cool to swear on the internet then the WTFPL will be fine.
I think most people have the same notion though, but as you know law is not just about notions, it's about hardcoding what's ok and what's not. This is actually what the CC0 tries to "solve": if there is no notion of public domain in the country you live in, then you apply the terms of the license, which happen to be what "public domain" would be.
> If we see freedom as being the absence of limitations, licenses like the WTFPL can really be considered the most free, and general arguments for free software can be applied appropriately.
"Free", as defined by the FSF (and as used by those in the free software world), is a binary classification. There are four freedoms that free software must respect: https://www.gnu.org/philosophy/free-sw.html
If a license software respects all of those freedoms, it is a free license. Otherwise, it is non-free.
Note that the ability to apply additional restrictions to existing software is not one of the four freedoms.
> It really confounds me how RMS can reject DRM but be so supportive of his own freedom-limiting psychological DRM of sorts.
I assume you're referring to the GPL. Understand that the GPL is meant to be a hack of the system: it's a software license (copyright) written by a group who fundamentally believes that copyright to software (as it is currently used) should not exist[0].
The GPL is a twist of copyright law to force it to do the exact opposite of what it was intended to do: instead of restricting others' freedoms, it preserves them.
[0] The FSF does not actively oppose software copyright because doing so would harm the GPL (and therefore harm free software), but the origins of the free software movement are deeply tied to the question of whether or not software should be copyrightable at all - not so long ago, this was not an obvious question.
And yes, for those who are wondering, it is certainly possible to have free software in a world in which software is not eligible for copyright protections. The GPL is meant as a hack around the current system, as we have it now.
Look, I wouldn't let a lawyer tell me how to write my Java code. And I won't let a non-lawyer tell me how to write a legally binding license.
(If a competent lawyer reviews this license and pronounces it good, then I retract my objection. If the license gets tested in court and wins then it gets my full support.)
http://opensource.org/licenses/ISC
What would concern me about using that WTFPL license is there's no disclaimer about fitness for use/purpose, which might mean to someone "do what the fuck you want - including suing me".
Not trying to look like a scaremonger, just a personal view.
And the lack of disclaimer of warranty in the WTFPL is not fear-mongering... it's a real issue, and one of the reasons we (Google) don't allow our engineers to use it.
> 0. You just DO WHAT THE FUCK YOU WANT TO.
Those clauses do not agree.
Funny page, but I worry some people may actually use this.