From 8b8b0a5ce348b82e784d13f1859f757351d6da87 Mon Sep 17 00:00:00 2001
From: Xavier Fiechter <31884704+xavierfiechter@users.noreply.github.com>
Date: Fri, 26 May 2023 22:13:26 +0200
Subject: [PATCH 1/2] Update home.html
---
templates/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/home.html b/templates/home.html
index 6e8f340..57e7cb7 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -61,7 +61,7 @@
style="padding: 0.25em; padding-bottom: 1em;">
-
Free early adopter account!
+
Get started
From 24fc3c915e4828b3a20b007dd5c2d6fdfbcf9a05 Mon Sep 17 00:00:00 2001
From: Xavier Fiechter <31884704+xavierfiechter@users.noreply.github.com>
Date: Fri, 26 May 2023 22:47:48 +0200
Subject: [PATCH 2/2] Create LICENSE
---
LICENSE | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 LICENSE
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..72c659d
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2023 Xavier Fiechter
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.