]> git.lizzy.rs Git - cheatdb.git/blob - app/flatpages/help/wtfpl.md
Sort "recently added" by approved_at
[cheatdb.git] / app / flatpages / help / wtfpl.md
1 title: WTFPL is a terrible license
2 no_h1: true
3
4 <div id="warning" class="alert alert-warning">
5         <span class="icon_message"></span>
6
7         Please reconsider the choice of WTFPL as a license.
8
9         <script src="/static/jquery.min.js"></script>
10         <script>
11                 // @author rubenwardy
12                 // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
13
14                 var params = new URLSearchParams(location.search);
15                 var r      = params.get("r");
16                 if (r)
17                         document.write("<a class='alert_right button' href='" + r + "'>Okay</a>");
18                 else
19                         $("#warning").hide();
20         </script>
21 </div>
22
23 # WTFPL is a terrible license
24
25 The use of WTFPL as a license is discouraged for multiple reasons.
26
27 * **No Warranty disclaimer:** This could open you up to being sued.<sup>[1]</sup>
28 * **Swearing:** This prevents settings like schools from using your content.
29 * **Not OSI Approved:** Same as public domain?
30
31 The Open Source Initiative chose not to approve the license as an open-source
32 license, saying:<sup>[3]</sup>
33
34 > It's no different from dedication to the public domain.
35 > Author has submitted license approval request – author is free to make public domain dedication.
36 > Although he agrees with the recommendation, Mr. Michlmayr notes that public domain doesn't exist in Europe. Recommend: Reject.
37
38 ## Sources
39
40 1. [WTFPL is harmful to software developers](https://cubicspot.blogspot.com/2017/04/wtfpl-is-harmful-to-software-developers.html)
41 2. [FSF](https://www.gnu.org/licenses/license-list.en.html)
42 3. [OSI](https://opensource.org/minutes20090304)