From dada0316ed03703e1a468f1ddf8fdb83cf6cfd98 Mon Sep 17 00:00:00 2001 From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr> Date: Thu, 16 Feb 2023 10:32:50 +0100 Subject: [PATCH] README.qmd license.qmd _quarto.yml: add licenses --- README.qmd | 7 +++++++ _quarto.yml | 2 ++ license.qmd | 5 +++++ 3 files changed, 14 insertions(+) create mode 100644 license.qmd diff --git a/README.qmd b/README.qmd index 0395997..21e08f7 100644 --- a/README.qmd +++ b/README.qmd @@ -1,3 +1,10 @@ + +The full documentation of this work is lecensed under a +[Creative Commons Attribution 4.0 International License (CC BY +4.0)](http://creativecommons.org/licenses/by/4.0/) licence. + +The source code of gblk is licensed under a [AGPL3](license.qmd) Licence + # Description diff --git a/_quarto.yml b/_quarto.yml index a325713..e00cb69 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -9,6 +9,8 @@ website: left: - href: index.qmd text: Documentation + - href: license.qmd + text: Licence - href: slides/slides.qmd text: Presentation diff --git a/license.qmd b/license.qmd new file mode 100644 index 0000000..507d62e --- /dev/null +++ b/license.qmd @@ -0,0 +1,5 @@ +--- +title: "AGPL3" +--- + +{{< include LICENCE >}} -- GitLab