summaryrefslogtreecommitdiff
path: root/legal
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-07-07 18:56:46 +0200
committerRaindropsSys <contact@minteck.org>2023-07-07 18:56:46 +0200
commite2c851245cb32f778d90f6ceee1f368d9248e2ad (patch)
treedd3116769dde76a9024a7709679890a888235cd8 /legal
downloadbridleshare-e2c851245cb32f778d90f6ceee1f368d9248e2ad.tar.gz
bridleshare-e2c851245cb32f778d90f6ceee1f368d9248e2ad.tar.bz2
bridleshare-e2c851245cb32f778d90f6ceee1f368d9248e2ad.zip
Initial commit
Diffstat (limited to 'legal')
-rw-r--r--legal/index.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/legal/index.php b/legal/index.php
new file mode 100644
index 0000000..42b3368
--- /dev/null
+++ b/legal/index.php
@@ -0,0 +1,22 @@
+<?php $title = "Legal notices"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
+
+<div class="container">
+ <br><br><br><br>
+ <h1>Legal notices</h1>
+ <p>Thank you for using Bridleshare. Please take note of the following legal notices while making use of Bridleshare. Since Bridleshare is developed and hosted by Equestria.dev, a major part of these legal notices are from Equestria.dev.</p>
+
+ <div class="list-group">
+ <a class="list-group-item-action list-group-item" href="https://equestria.dev/legal/notices" target="_blank">General-purpose legal notices</a>
+ <a class="list-group-item-action list-group-item" href="https://equestria.dev/legal/privacy" target="_blank">Privacy policy</a>
+ <a class="list-group-item-action list-group-item" href="https://equestria.dev/legal/terms-of-service" target="_blank">Terms of service</a>
+ <a class="list-group-item-action list-group-item" href="https://equestria.dev/legal/license" target="_blank">Software licenses (for self-hosted Bridleshare)</a>
+ <a class="list-group-item-action list-group-item" href="https://equestria.dev/branding" target="_blank">Branding guidelines</a>
+ </div>
+
+ <h4 style="margin-top: 20px;">Disclaimers</h4>
+ <p>Due to how Bridleshare works (end-to-end encryption and lack of logs), Equestria.dev is unable to control the files users exchange through the service. Therefore, we are unable to control exchange of illegal or stolen materials, although such content is not permitted as per our terms of service. However, if you believe a user of Bridleshare is infringing on your (or someone else's) copyright, please <a href="https://equestria.dev/contact" target="_blank">reach out to us</a>.</p>
+
+ <div>Equestria.dev makes no guarantee whatsoever that the software will work as intended. This includes a user receiving the correct file and the user's device not being damaged after using the service.</div>
+</div>
+
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?> \ No newline at end of file