aboutsummaryrefslogtreecommitdiff
path: root/source/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/templates/base.html')
-rw-r--r--source/templates/base.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/templates/base.html b/source/templates/base.html
index 54cfc524..899bbce3 100644
--- a/source/templates/base.html
+++ b/source/templates/base.html
@@ -11,5 +11,10 @@
${self.body()}
+<hr />
+<p>This software is under GPLv3 license. You are welcome to copy, modify or
+redistribute the source code according to the
+<a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.</p>
+</div>
</body>
</html> \ No newline at end of file
bgstack15