From 2f0811ecb478b5ce401f1ad61d3bacb7b1489416 Mon Sep 17 00:00:00 2001 From: Doug Le Tough Date: Sun, 26 Nov 2017 02:56:43 +0100 Subject: [PATCH] "TetaWebApp is released under WTFPL" --- tetawebapp/templates/index.html | 20 ++++++++++++++++++++ tetawebapp/templates/todo.html | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/tetawebapp/templates/index.html b/tetawebapp/templates/index.html index 10246f7..46db087 100644 --- a/tetawebapp/templates/index.html +++ b/tetawebapp/templates/index.html @@ -51,6 +51,26 @@

But be sure that freedom has a cost: You will need work to make it work ;-)

+

+ TetaWebApp is released under the only real free license: The + WTFPL. +

+
+        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
+                    Version 2, December 2004 
+
+ Copyright (C) 2004 Sam Hocevar  
+
+ Everyone is permitted to copy and distribute verbatim or modified 
+ copies of this license document, and changing it is allowed as long 
+ as the name is changed. 
+
+            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 
+
+  0. You just DO WHAT THE FUCK YOU WANT TO.
+        

Get a copy of TetaWebApp:

diff --git a/tetawebapp/templates/todo.html b/tetawebapp/templates/todo.html
index 12b4774..8df95cf 100644
--- a/tetawebapp/templates/todo.html
+++ b/tetawebapp/templates/todo.html
@@ -10,7 +10,7 @@
           
  • Session management
  • Basic documentation
  • Horizontal navbar
  • -
  • License
  • +
  • License
  • {% endblock %}