blob: 3b4a310b93ba0b4da2089464f900083346e33783 (
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="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.</p>
</div>
</div><!-- /.container -->
{% endblock %}
|