From 3432e1e92c471b189346c580fcc84d1b812220fb Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Thu, 11 May 2023 22:26:39 +0200 Subject: [PATCH] Update copyright --- README.rst | 2 +- aleksis/core/apps.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1a233ce7a..8c24dd27c 100644 --- a/README.rst +++ b/README.rst @@ -68,7 +68,7 @@ Licence Copyright © 2019, 2020, 2021, 2022, 2023 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, 2022, 2023 magicfelix <felix@felix-zauberer.de> Copyright © 2021 Lloyd Meins <meinsll@katharineum.de> Copyright © 2022 Benedict Suska <benedict.suska@teckids.org> Copyright © 2022 Lukas Weichelt <lukas.weichelt@teckids.org> diff --git a/aleksis/core/apps.py b/aleksis/core/apps.py index 0287a0fd0..e5e2d4008 100644 --- a/aleksis/core/apps.py +++ b/aleksis/core/apps.py @@ -44,7 +44,7 @@ class CoreConfig(AppConfig): ([2019, 2020, 2021, 2022, 2023], "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, 2022, 2023], "magicfelix", "felix@felix-zauberer.de"), ([2021], "Lloyd Meins", "meinsll@katharineum.de"), ([2022], "Benedict Suska", "benedict.suska@teckids.org"), ([2022], "Lukas Weichelt", "lukas.weichelt@teckids.org"), -- GitLab