From b5201615d19070aa9c2a40ba1f6d5fe9144a64c3 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 8 Dec 2021 12:00:06 +0100 Subject: [PATCH] License the project under the MIT license --- LICENSE | 19 +++++++++++++++++++ README.md | 12 ++++++++++++ templates/base.html | 3 +++ 3 files changed, 34 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..fff17bb --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md index 99e7bad..a2acd6a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/templates/base.html b/templates/base.html index ec0ec0a..bca5140 100644 --- a/templates/base.html +++ b/templates/base.html @@ -64,6 +64,9 @@ + {% block scripts -%}