From 17d3d22ba91933322850ba696b3b7e3bdbe86dcb Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Mon, 5 Apr 2021 19:28:40 +0200
Subject: [PATCH] Update copyright info

---
 LICENCE                      | 2 +-
 aleksis/apps/ticdesk/apps.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENCE b/LICENCE
index 46ec45e..fa1b683 100644
--- a/LICENCE
+++ b/LICENCE
@@ -1,4 +1,4 @@
-Copyright (c) 2017, 2018, 2019, 2020 Tom Teichler <tom.teichler@teckids.org>
+Copyright (c) 2017, 2018, 2019, 2020, 2021 Tom Teichler <tom.teichler@teckids.org>
 Copyright (c) 2017, 2018, 2019 Dominik George <dominik.george@teckids.org>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/aleksis/apps/ticdesk/apps.py b/aleksis/apps/ticdesk/apps.py
index 0a8ab02..8f5f071 100644
--- a/aleksis/apps/ticdesk/apps.py
+++ b/aleksis/apps/ticdesk/apps.py
@@ -10,6 +10,6 @@ class TICDeskConfig(AppConfig):
     }
     licence = "MIT"
     copyright_info = (
-        ([2017, 2018, 2019, 2020], "Tom Teichler", "tom.teichler@teckids.org"),
+        ([2017, 2018, 2019, 2020, 2021], "Tom Teichler", "tom.teichler@teckids.org"),
         ([2017, 2018, 2019], "Dominik George", "dominik.george@teckids.org"),
     )
-- 
GitLab