From c550aadabf5e5d8f64d4d4fb0a0a2ac973b4a6a3 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Mon, 5 Apr 2021 13:05:28 +0200
Subject: [PATCH] Update copyright information for 2021

---
 README.rst                   | 6 +++---
 aleksis/apps/alsijil/apps.py | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.rst b/README.rst
index f933de323..43f671a05 100644
--- a/README.rst
+++ b/README.rst
@@ -16,11 +16,11 @@ Licence
 
 ::
 
-  Copyright © 2019–2020 Tom Teichler <tom.teichler@teckids.org>
-  Copyright © 2019 Dominik George <dominik.george@teckids.org>
+  Copyright © 2019,2021 Dominik George <dominik.george@teckids.org>
+  Copyright © 2019,2020 Tom Teichler <tom.teichler@teckids.org>
   Copyright © 2019 mirabilos <thorsten.glaser@teckids.org>
+  Copyright © 2020,2021 Jonathan Weth <dev@jonathanweth.de>
   Copyright © 2020 Julian Leucker <leuckeju@katharineum.de>
-  Copyright © 2020 Jonathan Weth <wethjo@katharineum.de>
   Copyright © 2020 Hangzhi Yu <yuha@katharineum.de>
 
 
diff --git a/aleksis/apps/alsijil/apps.py b/aleksis/apps/alsijil/apps.py
index 47a7aa392..907238a22 100644
--- a/aleksis/apps/alsijil/apps.py
+++ b/aleksis/apps/alsijil/apps.py
@@ -10,10 +10,10 @@ class AlsijilConfig(AppConfig):
     }
     licence = "EUPL-1.2+"
     copyright_info = (
+        ([2019, 2021], "Dominik George", "dominik.george@teckids.org"),
         ([2019, 2020], "Tom Teichler", "tom.teichler@teckids.org"),
-        ([2019], "Dominik George", "dominik.george@teckids.org"),
         ([2019], "mirabilos", "thorsten.glaser@teckids.org"),
+        ([2020, 2021], "Jonathan Weth", "dev@jonathanweth.de"),
         ([2020], "Julian Leucker", "leuckeju@katharineum.de"),
-        ([2020], "Jonathan Weth", "wethjo@katharineum.de"),
         ([2020], "Hangzhi Yu", "yuha@katharineum.de"),
     )
-- 
GitLab