aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-09 20:17:46 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-09 20:17:46 +0200
commit3e08c85429a55b7db61becf79945f770a2d9c131 (patch)
treec91aaeb5c2dbd0068592025ef8dcb90e1d03d865 /pyaggr3g470r
parentManagement of users via the administrator's account. (diff)
downloadnewspipe-3e08c85429a55b7db61becf79945f770a2d9c131.tar.gz
newspipe-3e08c85429a55b7db61becf79945f770a2d9c131.tar.bz2
newspipe-3e08c85429a55b7db61becf79945f770a2d9c131.zip
Updated about page.
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r--pyaggr3g470r/templates/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html
index 3b4a310b..d16836be 100644
--- a/pyaggr3g470r/templates/about.html
+++ b/pyaggr3g470r/templates/about.html
@@ -4,7 +4,7 @@
<div class="jumbotron">
<p>This software is under GPLv3 license. You are welcome to copy, modify or
redistribute the <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/">source code</a>
- according to the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.</p>
+ according to the <a href="https://www.gnu.org/licenses/agpl-3.0.html">Affero GPL</a> license.</p>
</div>
</div><!-- /.container -->
{% endblock %}
bgstack15