From 459c6fb31679aa6a928a0a45fd9043bdbf4df65e Mon Sep 17 00:00:00 2001
From: Janis Hutz
Date: Mon, 9 Oct 2023 19:26:22 +0200
Subject: [PATCH] add gpl note
---
website/dist/about/index.html | 11 +++++++++++
website/dist/css/footerstyle.css | 5 +++++
website/dist/footer.html | 1 +
3 files changed, 17 insertions(+)
diff --git a/website/dist/about/index.html b/website/dist/about/index.html
index 460db8c..1d75687 100644
--- a/website/dist/about/index.html
+++ b/website/dist/about/index.html
@@ -23,6 +23,17 @@
Additionally, since it is basically a "conventional" website, you can use your own domain and customize everything to your liking. As the whole project is open source, you
may as well add or remove some features, if you know how to do it.
+ License
+ This project is licensed under the GNU General Public License Version 3 or later.
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ 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.
diff --git a/website/dist/css/footerstyle.css b/website/dist/css/footerstyle.css
index 498a8e3..81d3a61 100644
--- a/website/dist/css/footerstyle.css
+++ b/website/dist/css/footerstyle.css
@@ -5,4 +5,9 @@
align-items: center;
justify-content: center;
flex-direction: column;
+}
+
+.tinytext {
+ font-size: 75%;
+ color: gray;
}
\ No newline at end of file
diff --git a/website/dist/footer.html b/website/dist/footer.html
index bcb5906..15c2a47 100644
--- a/website/dist/footer.html
+++ b/website/dist/footer.html
@@ -11,6 +11,7 @@