Skip to content
Snippets Groups Projects
Commit 3768f400 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'update-copyright' into 'master'

Update copyright

See merge request !1108
parents 32eea60c 055bd272
No related branches found
No related tags found
1 merge request!1108Update copyright
Pipeline #97157 canceled
......@@ -68,9 +68,10 @@ Licence
Copyright © 2019, 2020, 2021, 2022 Dominik George <dominik.george@teckids.org>
Copyright © 2019, 2020, 2021, 2022 Tom Teichler <tom.teichler@teckids.org>
Copyright © 2019 mirabilos <thorsten.glaser@teckids.org>
Copyright © 2021, 2022 magicfelix <felix@felix-zauberer.de>
Copyright © 2021 Lloyd Meins <meinsll@katharineum.de>
Copyright © 2021 magicfelix <felix@felix-zauberer.de>
Copyright © 2022 Benedict Suska <benedict.suska@teckids.org>
Copyright © 2022 Lukas Weichelt <lukas.weichelt@teckids.org>
Licenced under the EUPL, version 1.2 or later, by Teckids e.V. (Bonn, Germany).
......
......@@ -43,9 +43,10 @@ class CoreConfig(AppConfig):
([2019, 2020, 2021, 2022], "Dominik George", "dominik.george@teckids.org"),
([2019, 2020, 2021, 2022], "Tom Teichler", "tom.teichler@teckids.org"),
([2019], "mirabilos", "thorsten.glaser@teckids.org"),
([2021, 2022], "magicfelix", "felix@felix-zauberer.de"),
([2021], "Lloyd Meins", "meinsll@katharineum.de"),
([2021], "magicfelix", "felix@felix-zauberer.de"),
([2022], "Benedict Suska", "benedict.suska@teckids.org"),
([2022], "Lukas Weichelt", "lukas.weichelt@teckids.org"),
)
def ready(self):
......
......@@ -9,7 +9,7 @@ import oauth2_provider.models
class Migration(migrations.Migration):
dependencies = [
('core', '0041_update_gender_choices'),
('core', '0042_pdffile_empty'),
]
operations = [
......
......@@ -10,7 +10,7 @@ import oauth2_provider.models
class Migration(migrations.Migration):
dependencies = [
("core", "0042_task_assignment_meta"),
("core", "0043_task_assignment_meta"),
]
operations = [
......
......@@ -25,7 +25,8 @@ authors = [
"Hangzhi Yu <yuha@katharineum.de>",
"Lloyd Meins <meinsll@katharineum.de>",
"magicfelix <felix@felix-zauberer.de>",
"Benedict Suska <benedict.suska@teckids.de>"
"Benedict Suska <benedict.suska@teckids.de>",
"Lukas Weichelt <lukas.weichelt@teckids.de>"
]
maintainers = [
"Jonathan Weth <dev@jonathanweth.de>",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment