License the project under the MIT license

master
Simon Bruder 2021-12-08 12:00:06 +01:00
parent 4a6813d33a
commit b5201615d1
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
3 changed files with 34 additions and 0 deletions

19
LICENSE Normal file
View File

@ -0,0 +1,19 @@
Copyright 2020-2021 Simon Bruder
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

@ -6,3 +6,15 @@ Prototype for the site of the podcast for the practical seminar podcast.
nixops create deploy.nix
nixops deploy
## License
This project is licensed under the terms of the MIT License.
You can find its full license text in the file [`LICENSE`](./LICENSE).
This only covers the files in this repository
with the exception of the podcast content (`content/sch???-*`),
which is solely owned by the contributors to the specific episode
with no extra rights granted.
Also, parts of the built website can be covered by other terms,
due to it including code from external projects.

View File

@ -64,6 +64,9 @@
</aside>
</div>
</div>
<footer class="footer">
Generiert mit freier Software (<a href="https://git.sbruder.de/schulischer-schabernack/site">Quelltext</a>).
</footer>
</div>
{% block scripts -%}
<script src="{{ get_url(path="assets/main.js") | safe }}"></script>