From c95b3c55960ff0469d5ff5c04e88bb22002e0c2b Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Sat, 29 Jan 2022 13:16:09 +0100
Subject: [PATCH] Update copyright years for myself

---
 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 8352cba..d1f6c45 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, 2021 Dominik George <dominik.george@teckids.org>
+  Copyright © 2019, 2020, 2021, 2022 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 4205a06..27a0a26 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, 2021], "Dominik George", "dominik.george@teckids.org"),
+        ([2019, 2020, 2021, 2022], "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