From 336a4772892771a8e04dc8d117ec29edbd11ccf6 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Fri, 4 Nov 2022 15:46:06 +0100 Subject: [PATCH] Update copyright (cherry picked from commit 38fe454bc53ff2178e0d2cb5bcc88bfc805a690e) --- README.rst | 3 ++- aleksis/core/apps.py | 3 ++- pyproject.toml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 290669c57..a7a156f73 100644 --- a/README.rst +++ b/README.rst @@ -68,9 +68,10 @@ Licence Copyright © 2019, 2020, 2021, 2022 Dominik George <dominik.george@teckids.org> Copyright © 2019, 2020, 2021, 2022 Tom Teichler <tom.teichler@teckids.org> Copyright © 2019 mirabilos <thorsten.glaser@teckids.org> + Copyright © 2021, 2022 magicfelix <felix@felix-zauberer.de> Copyright © 2021 Lloyd Meins <meinsll@katharineum.de> - Copyright © 2021 magicfelix <felix@felix-zauberer.de> Copyright © 2022 Benedict Suska <benedict.suska@teckids.org> + Copyright © 2022 Lukas Weichelt <lukas.weichelt@teckids.org> Licenced under the EUPL, version 1.2 or later, by Teckids e.V. (Bonn, Germany). diff --git a/aleksis/core/apps.py b/aleksis/core/apps.py index 4e7229d81..096d7effb 100644 --- a/aleksis/core/apps.py +++ b/aleksis/core/apps.py @@ -43,9 +43,10 @@ class CoreConfig(AppConfig): ([2019, 2020, 2021, 2022], "Dominik George", "dominik.george@teckids.org"), ([2019, 2020, 2021, 2022], "Tom Teichler", "tom.teichler@teckids.org"), ([2019], "mirabilos", "thorsten.glaser@teckids.org"), + ([2021, 2022], "magicfelix", "felix@felix-zauberer.de"), ([2021], "Lloyd Meins", "meinsll@katharineum.de"), - ([2021], "magicfelix", "felix@felix-zauberer.de"), ([2022], "Benedict Suska", "benedict.suska@teckids.org"), + ([2022], "Lukas Weichelt", "lukas.weichelt@teckids.org"), ) def ready(self): diff --git a/pyproject.toml b/pyproject.toml index 5af69972c..093d1ea74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,8 @@ authors = [ "Hangzhi Yu <yuha@katharineum.de>", "Lloyd Meins <meinsll@katharineum.de>", "magicfelix <felix@felix-zauberer.de>", - "Benedict Suska <benedict.suska@teckids.de>" + "Benedict Suska <benedict.suska@teckids.de>", + "Lukas Weichelt <lukas.weichelt@teckids.de>" ] maintainers = [ "Jonathan Weth <dev@jonathanweth.de>", -- GitLab