summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/footer.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/site/footer.php b/site/footer.php
index 663d5c3..578d45d 100644
--- a/site/footer.php
+++ b/site/footer.php
@@ -17,10 +17,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
?>
- <?php if (strlen($lbFooterText)>0) echo "<p>$lbFooterText</p>"; ?>
- <p>
- This page is from a clone of a git repository: <b>git clone <a href="<?php echo $lbWebsiteGitwebAddress; ?>"><?php echo $lbWebsiteGitRepoAddress; ?></a></b>
- </p>
<p>
- This page is published under the <a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License, version 3 or any later version</a>.
+ This page is released under <a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU AGPLv3 or higher</a>,
+ and available in a <a href="<?php echo $lbWebsiteGitwebAddress; ?>">git repository</a>.
</p>
+ <?php if (strlen($lbFooterText)>0) echo "<p>$lbFooterText</p>"; ?>