Update legal/license stuff
This commit is contained in:
@@ -42,7 +42,7 @@ export default function Footer() {
|
||||
variant="gradient"
|
||||
gradient={{ from: "lime.7", to: "green" }}
|
||||
>
|
||||
Fuel Wizard
|
||||
Copyright 2025 - Fuel Wizard
|
||||
</Text>
|
||||
</Group>
|
||||
<Group className={classes.links}>{navLinks}</Group>
|
||||
|
||||
@@ -7,6 +7,20 @@ export default function LegalPage() {
|
||||
Legal stuff.
|
||||
</Title>
|
||||
|
||||
<h2>License</h2>
|
||||
<Text pb={14}>
|
||||
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.
|
||||
</Text>
|
||||
<Text pb={14}>
|
||||
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 General Public License for more details.
|
||||
</Text>
|
||||
<Text pb={14}>
|
||||
You should have received a copy of the GNU General Public License along with this program. If not, see <a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>.
|
||||
</Text>
|
||||
<Text pb={14}>
|
||||
In addition, a copy of the license is distributed alongside our source code, see <a href="https://gitea.dustserve.xyz/fuel-wizard/fuel-wizard/src/branch/master/LICENSE">https://gitea.dustserve.xyz/fuel-wizard/fuel-wizard/src/branch/master/LICENSE</a>.
|
||||
</Text>
|
||||
|
||||
<h2>Privacy is a human right.</h2>
|
||||
<Text pb={14}>
|
||||
We do not collect, analyse, or sell any of your personal information or
|
||||
@@ -44,7 +58,10 @@ export default function LegalPage() {
|
||||
We do not log sensitive data from requests to the API (so location data,
|
||||
etc. is safe). Our web server may log IP addresses from time to time, if
|
||||
a client is rate limited. If you have doubts, please audit the source
|
||||
code of the application in our source repository (Gitea).
|
||||
code of the application in our source repository. See {" "}
|
||||
<a href="https://gitea.dustserve.xyz/fuel-wizard/fuel-wizard">
|
||||
https://gitea.dustserve.xyz/fuel-wizard/fuel-wizard
|
||||
</a>.
|
||||
</Text>
|
||||
|
||||
<h2>Commercial usage.</h2>
|
||||
|
||||
Reference in New Issue
Block a user