aboutsummaryrefslogtreecommitdiffstats
path: root/templates/scrumli.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/scrumli.tmpl')
-rw-r--r--templates/scrumli.tmpl39
1 files changed, 39 insertions, 0 deletions
diff --git a/templates/scrumli.tmpl b/templates/scrumli.tmpl
index 1790912..beed3b7 100644
--- a/templates/scrumli.tmpl
+++ b/templates/scrumli.tmpl
@@ -1,3 +1,18 @@
+/* scrumli --- A simple scrum web application
+ Copyright (C) 2013 Tom Willemse
+
+ scrumli is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ scrumli is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with scrumli. If not, see <http://www.gnu.org/licenses/>. */
{namespace scrumli-templates}
{template main}
@@ -49,6 +64,18 @@
<div id="content"></div>
<script src="{$umainjs}" type="text/jsx"></script>
</div>
+
+ <footer class="footer">
+ <div class="container">
+ <small>
+ Scrumli available under the
+ <a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU
+ Affero General Public License</a>. You can download its
+ source code
+ <a href="http://code.ryuslash.org/cgit.cgi/scrumli/">here</a>.
+ </small>
+ </div>
+ </footer>
</body>
</html>
{/template}
@@ -97,6 +124,18 @@
<form id="login-form" method="POST" action="">
<input id="assertion-field" type="hidden" name="assertion" />
</form>
+
+ <footer class="footer">
+ <div class="container">
+ <small>
+ Scrumli available under the
+ <a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU
+ Affero General Public License</a>. You can download its
+ source code
+ <a href="http://code.ryuslash.org/cgit.cgi/scrumli/">here</a>.
+ </small>
+ </div>
+ </footer>
</body>
</html>
{/template}