From f00699e1fb63bfca1a3c5c81e8e7973368037c0c Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Sat, 25 Jun 2022 11:43:30 +0200
Subject: [PATCH] Update copyright for 2022

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

diff --git a/README.rst b/README.rst
index d961cff..fad2c95 100644
--- a/README.rst
+++ b/README.rst
@@ -25,7 +25,7 @@ Licence
 ::
 
   Copyright © 2019, 2020, 2022 Dominik George <dominik.george@teckids.org>
-  Copyright © 2020, 2021 Jonathan Weth <dev@jonathanweth.de>
+  Copyright © 2020, 2021, 2022 Jonathan Weth <dev@jonathanweth.de>
   Copyright © 2019 mirabilos <thorsten.glaser@teckids.org>
   Copyright © 2019 Tom Teichler <tom.teichler@teckids.org>
   Copyright © 2022 magicfelix <felix@felix-zauberer.de>
diff --git a/aleksis/apps/csv_import/apps.py b/aleksis/apps/csv_import/apps.py
index 98d2a50..6262ce5 100644
--- a/aleksis/apps/csv_import/apps.py
+++ b/aleksis/apps/csv_import/apps.py
@@ -15,7 +15,7 @@ class CSVImportConfig(AppConfig):
     licence = "EUPL-1.2+"
     copyright_info = (
         ([2019, 2020, 2022], "Dominik George", "dominik.george@teckids.org"),
-        ([2020, 2021], "Jonathan Weth", "dev@jonathanweth.de"),
+        ([2020, 2021, 2022], "Jonathan Weth", "dev@jonathanweth.de"),
         ([2019], "mirabilos", "thorsten.glaser@teckids.org"),
         ([2019], "Tom Teichler", "tom.teichler@teckids.org"),
         ([2022], "magicfelix", "felix@felix-zauberer.de"),
-- 
GitLab