From d926e790d0c793ddb6c0c0e1c83ecc3e959f1d43 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Tue, 30 Nov 2021 21:00:41 +0100 Subject: [PATCH] Update copyright --- README.rst | 1 + aleksis/apps/kort/apps.py | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 25664f7..606379a 100644 --- a/README.rst +++ b/README.rst @@ -17,6 +17,7 @@ Licence :: Copyright © 2021 Margarete Grassl <grasslma@katharineum.de> + Copyright © 2021 Jonathan Weth <dev@jonathanweth.de> Licenced under the EUPL, version 1.2 or later diff --git a/aleksis/apps/kort/apps.py b/aleksis/apps/kort/apps.py index 6fadbfb..76097c7 100644 --- a/aleksis/apps/kort/apps.py +++ b/aleksis/apps/kort/apps.py @@ -10,4 +10,9 @@ class DefaultConfig(AppConfig): "Repository": "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Kort", } licence = "EUPL-1.2+" - copyright_info = (([2021], "Margarete Grassl", "grasslma@katharineum.de"),) + copyright_info = ( + ([2021], "Margarete Grassl", "grasslma@katharineum.de"), + [2021], + "Jonathan Weth", + "dev@jonathanweth.de", + ) -- GitLab