From b669fb6b0641148bd929b8ac33f04f538b1aeedf Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Fri, 11 Mar 2022 21:06:17 +0100
Subject: [PATCH] Add Tom Teichler to copyright

---
 README.rst                 | 1 +
 aleksis/apps/tezor/apps.py | 2 +-
 pyproject.toml             | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 980a407..f5598bb 100644
--- a/README.rst
+++ b/README.rst
@@ -17,6 +17,7 @@ Licence
 ::
 
   Copyright © 2022 Dominik George <dominik.george@teckids.org>
+  Copyright © 2022 Tom Teichler <tom.teichler@teckids.org>
 
   Licenced under the EUPL, version 1.2 or later
 
diff --git a/aleksis/apps/tezor/apps.py b/aleksis/apps/tezor/apps.py
index 6662dda..e3973c6 100644
--- a/aleksis/apps/tezor/apps.py
+++ b/aleksis/apps/tezor/apps.py
@@ -13,7 +13,7 @@ class DefaultConfig(AppConfig):
         "Repository": "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor",
     }
     licence = "EUPL-1.2+"
-    copyright_info = (([2022], "Dominik George", "dominik.george@teckids.org"),)
+    copyright_info = (([2022], "Dominik George", "dominik.george@teckids.org"), ([2022], "Tom Teichler", "tom.teichler@teckids.org"),)
 
     def ready(self):
         from django.conf import settings  # noqa
diff --git a/pyproject.toml b/pyproject.toml
index c0bd665..155e9e9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ include = [
 ]
 
 description = "AlekSIS (School Information System) — App Tezor (account and payment system)"
-authors = ["Dominik George <dominik.george@teckids.org>"]
+authors = ["Dominik George <dominik.george@teckids.org>", "Tom Teichler <tom.teichler@teckids.org>"]
 license = "EUPL-1.2-or-later"
 homepage = "https://aleksis.org"
 repository = "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor"
-- 
GitLab