aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/about.html
blob: d16836be8910928a239f7424a28620462822cd68 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "layout.html" %}
{% block content %}
<div class="container">
    <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="https://www.gnu.org/licenses/agpl-3.0.html">Affero GPL</a> license.</p>
    </div>
</div><!-- /.container -->
{% endblock %}
bgstack15