diff options
author | Félix Sipma <felix.sipma@no-log.org> | 2020-03-01 19:17:30 +0100 |
---|---|---|
committer | Félix Sipma <felix.sipma@no-log.org> | 2020-03-01 19:17:30 +0100 |
commit | 3f174f50a7c75410203613aec8c7683e60b8c068 (patch) | |
tree | 1b75ae50d28f71de246fb53f0a060b28fb188cd5 | |
parent | 50d08adce7aa16f0c58d9f8b401738b7253a3457 (diff) |
update copyright years
-rw-r--r-- | COPYRIGHT | 4 | ||||
-rw-r--r-- | config.toml | 1 | ||||
-rw-r--r-- | layouts/partials/legal.html | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -1,11 +1,11 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * -Copyright: © 2018-2019 Félix Sipma <felix.sipma@no-log.org> +Copyright: © 2018-2020 Félix Sipma <felix.sipma@no-log.org> License: AGPL-3+ Files: static/img/logo_ferme.svg -Copyright: © 2018-2019 Félix Sipma <felix.sipma@no-log.org> +Copyright: © 2018-2020 Félix Sipma <felix.sipma@no-log.org> License: AGPL-3+ and OFL-1.1 Comment: Mostly AGPL-3+, but font (EB Garamond) is OFL-1.1 Copyright (c) 2010-2013 Georg Duffner (http://www.georgduffner.at) diff --git a/config.toml b/config.toml index 2227957..27e171f 100644 --- a/config.toml +++ b/config.toml @@ -20,6 +20,7 @@ DefaultContentLanguage = "fr" countryCode = "FR" city = "La Versanne" crowdfundingURL = "https://api.fermedegouet.fr" + copyrightYears = "2018-2020" [markup.goldmark.renderer] unsafe = true diff --git a/layouts/partials/legal.html b/layouts/partials/legal.html index 07a9747..3820577 100644 --- a/layouts/partials/legal.html +++ b/layouts/partials/legal.html @@ -1 +1 @@ -© 2018: Réalisation du site <a href="mailto:felix.sipma@no-log.org"><Félix Sipma></a>, sous license <a href="https://git.gueux.org/fermedegouet.git">AGPL-3+</a>. Contenu sous license <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Attribution-ShareAlike 4.0 International License " style="border-width:0" src="{{ "img/cc-by-sa-4.0-80x15.png" | relURL }}" /></a> +© {{ .Site.Params.copyrightYears }}: Réalisation du site <a href="mailto:felix.sipma@no-log.org"><Félix Sipma></a>, sous license <a href="https://git.gueux.org/fermedegouet.git">AGPL-3+</a>. Contenu sous license <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Attribution-ShareAlike 4.0 International License " style="border-width:0" src="{{ "img/cc-by-sa-4.0-80x15.png" | relURL }}" /></a> |