From 7139cefa455858cda1592024f11e22c5a067125b Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Thu, 13 Jan 2022 21:51:11 +0100
Subject: [PATCH] Update copyright

---
 README.rst                 | 2 +-
 aleksis/apps/untis/apps.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 74af6b3..8352cba 100644
--- a/README.rst
+++ b/README.rst
@@ -32,7 +32,7 @@ Licence
 
   Copyright © 2018, 2019, 2020, 2021 Jonathan Weth <dev@jonathanweth.de>
   Copyright © 2018, 2019 Frank Poetzsch-Heffter <p-h@katharineum.de>
-  Copyright © 2019, 2020 Dominik George <dominik.george@teckids.org>
+  Copyright © 2019, 2020, 2021 Dominik George <dominik.george@teckids.org>
   Copyright © 2019, 2020 Tom Teichler <tom.teichler@teckids.org>
   Copyright © 2019 Julian Leucker <leuckeju@katharineum.de>
   Copyright © 2019 mirabilos <thorsten.glaser@teckids.org>
diff --git a/aleksis/apps/untis/apps.py b/aleksis/apps/untis/apps.py
index f1efc06..4205a06 100644
--- a/aleksis/apps/untis/apps.py
+++ b/aleksis/apps/untis/apps.py
@@ -12,7 +12,7 @@ class UntisConfig(AppConfig):
     copyright_info = (
         ([2018, 2019, 2020, 2021], "Jonathan Weth", "dev@jonathanweth.de"),
         ([2018, 2019], "Frank Poetzsch-Heffter", "p-h@katharineum.de"),
-        ([2019, 2020], "Dominik George", "dominik.george@teckids.org"),
+        ([2019, 2020, 2021], "Dominik George", "dominik.george@teckids.org"),
         ([2019, 2020], "Tom Teichler", "tom.teichler@teckids.org"),
         ([2019], "Julian Leucker", "leuckeju@katharineum.de"),
         ([2019], "mirabilos", "thorsten.glaser@teckids.org"),
-- 
GitLab