diff options
author | pacien | 2022-12-01 16:48:25 +0100 |
---|---|---|
committer | pacien | 2022-12-01 16:48:25 +0100 |
commit | 354f741e767e8b5845ccfe78b16588adde887c6d (patch) | |
tree | 3122f97f3ad7c473c8c8286849f1354ee93f54b2 /index.md | |
parent | 44f992828b0e08303a2468eb656fde884ab81c71 (diff) | |
download | markdown-course-website-354f741e767e8b5845ccfe78b16588adde887c6d.tar.gz |
use less restrictive licence
This is necessary to allow the solutions to be kept private.
Diffstat (limited to 'index.md')
-rw-r--r-- | index.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -68,3 +68,15 @@ Pages. | |||
68 | - [Quarto (reference)](https://quarto.org/docs/reference/index.html) | 68 | - [Quarto (reference)](https://quarto.org/docs/reference/index.html) |
69 | - [Nix guides](https://nixos.org/learn.html) | 69 | - [Nix guides](https://nixos.org/learn.html) |
70 | - [GitLab CI configuration reference](https://docs.gitlab.com/ee/ci/yaml/) | 70 | - [GitLab CI configuration reference](https://docs.gitlab.com/ee/ci/yaml/) |
71 | |||
72 | |||
73 | ## Licence | ||
74 | |||
75 | The code of this example is licensed under the [CC BY-NC 4.0]. | ||
76 | |||
77 | It can be used as a template for course websites, without requiring the | ||
78 | publication of the added original content (which can may contain exercise | ||
79 | solutions not meant to be shared publicly). | ||
80 | |||
81 | [CC BY-NC 4.0]: https://creativecommons.org/licenses/by-nc/4.0/ | ||
82 | |||