summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorpacien2022-12-01 16:48:25 +0100
committerpacien2022-12-01 16:48:25 +0100
commit354f741e767e8b5845ccfe78b16588adde887c6d (patch)
tree3122f97f3ad7c473c8c8286849f1354ee93f54b2 /index.md
parent44f992828b0e08303a2468eb656fde884ab81c71 (diff)
downloadmarkdown-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.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.md b/index.md
index 14a5633..83ccdbd 100644
--- a/index.md
+++ b/index.md
@@ -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
75The code of this example is licensed under the [CC BY-NC 4.0].
76
77It can be used as a template for course websites, without requiring the
78publication of the added original content (which can may contain exercise
79solutions not meant to be shared publicly).
80
81[CC BY-NC 4.0]: https://creativecommons.org/licenses/by-nc/4.0/
82