diff --git a/LICENCE b/LICENCE index 46ec45eb21e2ebe0d9d8eae12eb9528c357d7a81..fa1b6835dcbad36f827d8e505351314b3e1930a5 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 0a8ab0235b51b8506f09429ae3b10e5f22bfd611..8f5f071d60e58cf52fc44519df2fb60c701263b2 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"), )