Add licensing

Signed-off-by: HackerNCoder <hackerncoder@encryptionin.space>
This commit is contained in:
HackerNCoder 2022-12-13 11:29:48 +00:00
parent 23c7f978c8
commit a26d0c5d71
2 changed files with 22 additions and 1 deletions

View file

@ -1,9 +1,25 @@
This is the source code for the website [queerscriptors.org](https://queerscriptors.org). It uses [lektor](https://getlektor.com) This is the source code for the website [queerscriptors.org](https://queerscriptors.org). It uses [lektor](https://getlektor.com)
It is available from: It is available from:
- [lab.encryptionin.space](https://lab.encryptionin.space/Queerscriptors/Queerscriptors.org) (canonical) - [lab.encryptionin.space](https://lab.encryptionin.space/Queerscriptors/Queerscriptors.org) (canonical)
- [github](https://github.com/queerscriptors/queerscriptors.org) - [github](https://github.com/queerscriptors/queerscriptors.org)
- [gitlab](https://gitlab.com/queerscriptors/queerscriptors.org) - [gitlab](https://gitlab.com/queerscriptors/queerscriptors.org)
I am attempting to create this website without JavaScript. I am attempting to create this website without JavaScript.
---
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.
I wish to use CC-BY 4.0 where applicable, or a similar license for anything it isn't applicable to. If you know anything about licensing and think this should be made better please reach to me
Do note:
- Not all images are made by us and are therefore, © their respective owners
- The "source code" of this website includes things made by others:
- 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 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.

View file

@ -1,5 +1,10 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Queerscriptors.org - Queerscriptors (https://queerscriptors.org)
* Copyright 2021-2022 Queerscriptors
* Licensed under MIT
*/
/*!
* Start Bootstrap - Grayscale v7.0.3 (https://startbootstrap.com/theme/grayscale) * Start Bootstrap - Grayscale v7.0.3 (https://startbootstrap.com/theme/grayscale)
* Copyright 2013-2021 Start Bootstrap * Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-grayscale/blob/master/LICENSE) * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-grayscale/blob/master/LICENSE)