TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

WTFPL – Do What the Fuck You Want to Public License

19 pointsby johnnyheadabout 11 years ago

10 comments

jeremysmythabout 11 years ago
If you&#x27;re interested in doing this sort of thing in a way that&#x27;s socially acceptable, have a look at <a href="http://creativecommons.org/publicdomain/zero/1.0/" rel="nofollow">http:&#x2F;&#x2F;creativecommons.org&#x2F;publicdomain&#x2F;zero&#x2F;1.0&#x2F;</a><p>It provides a way to release rights in a way that isn&#x27;t subject to the legal quagmire of &quot;public domain&quot;, and isn&#x27;t subject to tonal criticisms of WTFPL.
评论 #7457844 未加载
stederabout 11 years ago
I am not a lawyer but like the new no evil license clause Doug Crawford put on various packages this I&#x27;m not sure that &quot;do what the fuck you want&quot; is particularly meaningful in a legal context. You know people have been saying &quot;don&#x27;t roll your own crypto&quot; lately?<p>Don&#x27;t write your own license.<p>Don&#x27;t write your own contracts.<p>Don&#x27;t write your own legal documents.<p>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.
评论 #7458008 未加载
评论 #7457875 未加载
robobroabout 11 years ago
This isn&#x27;t exactly news...<p><i>pulls out soap box</i> The WTFPL is great, though. It&#x27;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&#x27;s at the sake of a content donor&#x27;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.<p>And, as we&#x27;ve seen with the advent of unauthorized content distribution networks, people will treat work of merit as if it&#x27;s licensed WTFPL anyway, whether the author&#x2F;s like&#x2F;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.<p>Here&#x27;s a list -- <a href="http://copyfree.org/licenses/" rel="nofollow">http:&#x2F;&#x2F;copyfree.org&#x2F;licenses&#x2F;</a> -- of these sorts of licenses, and a good, slightly more serious introduction to the public domain&#x2F;copyfree&#x2F;WTFPL movement in general, for those interested.
评论 #7457855 未加载
评论 #7457907 未加载
评论 #7457839 未加载
评论 #7458245 未加载
评论 #7457835 未加载
评论 #7457997 未加载
mottersabout 11 years ago
It&#x27;s amusing and attractively concise, but I don&#x27;t know if it would really be legally valid. It seems to me that there are two options. Either you want public software to remain public, in which case use a copyleft license, or you don&#x27;t care whether the digital commons gets gatecrashed by proprietarians, in which case use permissive licenses such as MIT or BSD.
mchermabout 11 years ago
The only problem with that license is when someone uses it, then I make use of their code, then they sue me for copyright violation. Or my code kills someone in a hospital and the patient sues the guy who wrote the code. And they win in court because the license doesn&#x27;t satisfy the requirements of the court.<p>Look, I wouldn&#x27;t let a lawyer tell me how to write my Java code. And I won&#x27;t let a non-lawyer tell me how to write a legally binding license.<p>(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.)
评论 #7464963 未加载
scaryglidersabout 11 years ago
I chose the ISC license for both of my projects.<p><a href="http://opensource.org/licenses/ISC" rel="nofollow">http:&#x2F;&#x2F;opensource.org&#x2F;licenses&#x2F;ISC</a><p>What would concern me about using that WTFPL license is there&#x27;s no disclaimer about fitness for use&#x2F;purpose, which might mean to someone &quot;do what the fuck you want - including suing me&quot;.<p>Not trying to look like a scaremonger, just a personal view.
评论 #7458690 未加载
prawksabout 11 years ago
&gt; changing it is allowed as long as the name is changed<p>&gt; 0. You just DO WHAT THE FUCK YOU WANT TO.<p>Those clauses do not agree.<p>Funny page, but I worry some people may actually use this.
johnnyheadabout 11 years ago
Thank you all for commenting on the topic. Reading your words just one thing seems clear to me: very few people here actually know how licenses work (me included) and what consequences could be. That&#x27;s bad. Very bad.
EGregabout 11 years ago
So I can change the name twice - once there and once back? :-)
chrismcbabout 11 years ago
Wouldn&#x27;t you be better off just releasing it to public domain? I guess it prevents you from rereleasing the software under the same name.