Skip to content

Commit

Permalink
fix licence page
Browse files Browse the repository at this point in the history
  • Loading branch information
antedebaas committed Nov 13, 2024
1 parent 06c11cc commit 31d0e6f
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions templates/help/licence.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,37 @@
{% block body %}
<div class="card">
<div class="card-header">
<h3 class="card-title">{{ "GNU General public lience, Version 2, June 1991"|trans }}</h3>
<h3 class="card-title">{{ "License"|trans }}</h3>
</div>
<div class="card-body">
<pre>
{% include 'help/LICENSE.txt' %}
The license of this software is the Affero GNU General Public License, Version 3.0.<br>
The license is ammended by Additional Terms to the Affero GNU General Public License, Version 3.0.<br>
<p></p>
The full text of the license can be found in the following sections below.<br>
[1] <a href="#agpl-v3">Affero GNU General public lience, Version 3, 19 November 2007</a><br>
[2] <a href="#additional-terms">Additional Terms to the Affero GNU General public lience, Version 3</a><br>
</div>
</div>
<p></p>

<div class="card">
<div class="card-header">
<h3 class="card-title">{{ "Affero GNU General public lience, Version 3, 19 November 2007"|trans }}</h3>
</div>
<div class="card-body">
<pre id="agpl-v3">
{% include 'help/AGPLV3.txt' %}
</pre>
</div>
</div>
<p></p>
<div class="card">
<div class="card-header">
<h3 class="card-title">{{ "Additional Terms to the Affero GNU General public lience, Version 3"|trans }}</h3>
</div>
<div class="card-body">
<pre id="additional-terms">
{% include 'help/ADDITIONALTERMS.txt' %}
</pre>
</div>
</div>
Expand Down

0 comments on commit 31d0e6f

Please sign in to comment.