From bdbb15e52e9a30ba50ae04de2c411595e61af728 Mon Sep 17 00:00:00 2001 From: hoernschen Date: Thu, 25 Feb 2021 22:22:21 +0100 Subject: [PATCH] Initial Commit --- .gitmodules | 3 +++ LICENSE | 29 +++++++++++++++-------------- static/Font-Awesome | 1 + 3 files changed, 19 insertions(+), 14 deletions(-) create mode 100644 .gitmodules create mode 160000 static/Font-Awesome diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4c1735c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "static/Font-Awesome"] + path = static/Font-Awesome + url = https://github.com/FortAwesome/Font-Awesome.git diff --git a/LICENSE b/LICENSE index 204b93d..68373b4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,19 +1,20 @@ -MIT License Copyright (c) +The MIT License (MIT) -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: +Copyright (c) 2021 Nutfactory -The above copyright notice and this permission notice (including the next -paragraph) shall be included in all copies or substantial portions of the -Software. +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. +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. diff --git a/static/Font-Awesome b/static/Font-Awesome new file mode 160000 index 0000000..fcec2d1 --- /dev/null +++ b/static/Font-Awesome @@ -0,0 +1 @@ +Subproject commit fcec2d1b01ff069ac10500ac42e4478d20d21f4c