diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt new file mode 100644 index 0000000..00dcceb --- /dev/null +++ b/MIT-LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021-2022 Queerscriptors + +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. diff --git a/README.md b/README.md index 4bc3a9f..f65d968 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ I am attempting to use no JavaScript on this website. --- Licensing, or what is a website? + This website contains no JavaScript and has essentially no code made by myself, therefore it isn't a program, the GPL or similar licenses do not seem applicable, of course I am not a lawyer. But, I wish to make this website libre software or whatever is the equivalent. If you know anything about licensing and think this should be made better please reach out to me @@ -27,5 +28,10 @@ Do note: - The template is "Grayscale" by Start Bootstrap, licensed under MIT - lektor-i18n is licensed under GPL-3.0 - lektor-scss is licensed under MIT - - The style.CSS is based on Bootstrap (licensed under MIT), with modifications by Start Bootstrap (Also licensed under MIT), and my own changes are therefore also MIT - - The fonts: ForkAwesome is licensed under SIL OFL 1.1. Nunito is licensed under the SIL OFL 1.1. Varela Round is licensed under SIL OFL 1.1. + - (S)CSS: + - style.css is based on Bootstrap (licensed under MIT), with modifications by Start Bootstrap (Also licensed under MIT), and my own changes are therefore also MIT + - fork-awesome.scss is MIT + - Fonts: + - ForkAwesome is licensed under SIL OFL 1.1 + - Nunito is licensed under the SIL OFL 1.1 + - Varela Round is licensed under SIL OFL 1.1 diff --git a/assets/scss/fonts.scss b/assets/scss/fonts.scss index 6acf09c..e902599 100644 --- a/assets/scss/fonts.scss +++ b/assets/scss/fonts.scss @@ -1,5 +1,4 @@ -/* FONTS - * -------------------------- */ +/* FONTS - Made by HackerNCoder for the Queerscriptors. Licensed under MIT, see MIT-LICENSE.txt in the root of this project */ $vr-font-path: "../fonts/varelaround" !default; $vr-font-family: "Varela Round" !default;