License the project under the MIT license
This commit is contained in:
parent
4a6813d33a
commit
b5201615d1
19
LICENSE
Normal file
19
LICENSE
Normal 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.
|
12
README.md
12
README.md
|
@ -6,3 +6,15 @@ Prototype for the site of the podcast for the practical seminar podcast.
|
||||||
|
|
||||||
nixops create deploy.nix
|
nixops create deploy.nix
|
||||||
nixops deploy
|
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.
|
||||||
|
|
|
@ -64,6 +64,9 @@
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<footer class="footer">
|
||||||
|
Generiert mit freier Software (<a href="https://git.sbruder.de/schulischer-schabernack/site">Quelltext</a>).
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
{% block scripts -%}
|
{% block scripts -%}
|
||||||
<script src="{{ get_url(path="assets/main.js") | safe }}"></script>
|
<script src="{{ get_url(path="assets/main.js") | safe }}"></script>
|
||||||
|
|
Loading…
Reference in a new issue