Further licensing

Signed-off-by: HackerNCoder <hackerncoder@encryptionin.space>
This commit is contained in:
HackerNCoder 2022-12-17 19:38:20 +00:00
parent 63c3c0f408
commit c8e85e7d0a
3 changed files with 30 additions and 4 deletions

21
MIT-LICENSE.txt Normal file
View file

@ -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.

View file

@ -17,6 +17,7 @@ I am attempting to use no JavaScript on this website.
--- ---
Licensing, or what is a 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. 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 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 - The template is "Grayscale" by Start Bootstrap, licensed under MIT
- lektor-i18n is licensed under GPL-3.0 - lektor-i18n is licensed under GPL-3.0
- lektor-scss is licensed under MIT - 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 - (S)CSS:
- 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. - 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

View file

@ -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-path: "../fonts/varelaround" !default;
$vr-font-family: "Varela Round" !default; $vr-font-family: "Varela Round" !default;