summaryrefslogtreecommitdiff
path: root/legal
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2024-04-18 20:50:37 +0200
committerRaindropsSys <raindrops@equestria.dev>2024-04-18 20:50:37 +0200
commitc4af3424d1ebba4b9d98539300f05b11b628ce2b (patch)
tree809c5fa6af48f5880dcbe38937b55b64ce41161c /legal
parent90dc690357c25574585f3ebcfd100e11c9a24bd2 (diff)
downloadstarshine-c4af3424d1ebba4b9d98539300f05b11b628ce2b.tar.gz
starshine-c4af3424d1ebba4b9d98539300f05b11b628ce2b.tar.bz2
starshine-c4af3424d1ebba4b9d98539300f05b11b628ce2b.zip
Updated 42 files (automated)
Diffstat (limited to 'legal')
-rw-r--r--legal/license/index.php22
1 files changed, 16 insertions, 6 deletions
diff --git a/legal/license/index.php b/legal/license/index.php
index 181aa15..5eae5a3 100644
--- a/legal/license/index.php
+++ b/legal/license/index.php
@@ -9,11 +9,21 @@
<p><?= l("lang.legal.license.text.0.0") ?></p>
<div id="legal-license">
- <p><?= l("lang.legal.license.text.0.1") ?></p>
- <p>Copyright © 2011-<?= date('Y') ?> Equestria.dev Developers</p>
- <p><?= l("lang.legal.license.text.0.2") ?></p>
- <p><?= l("lang.legal.license.text.0.3") ?></p>
- <p><?= l("lang.legal.license.text.0.4") ?></p>
+ <p>Equestria.dev Free, Libre and Open-Source Software<br>
+ Copyright (C) 2011-<?= date('Y') ?> Equestria.dev Developers</p>
+
+ <p>This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.</p>
+
+ <p>This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.</p>
+
+ <p>You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see &lt;<a target="_blank" class="legal-link" href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>&gt;.</p>
</div>
<h2><?= l("lang.legal.license.sections.1") ?></h2>
@@ -38,4 +48,4 @@
</div>
</div>
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?> \ No newline at end of file
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>