Skip to content
Snippets Groups Projects
Verified Commit 0a95c335 authored by magicfelix's avatar magicfelix
Browse files

Update copyright

parent 1261afb2
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ Licence ...@@ -28,6 +28,7 @@ Licence
Copyright © 2020, 2021 Jonathan Weth <dev@jonathanweth.de> Copyright © 2020, 2021 Jonathan Weth <dev@jonathanweth.de>
Copyright © 2019 mirabilos <thorsten.glaser@teckids.org> Copyright © 2019 mirabilos <thorsten.glaser@teckids.org>
Copyright © 2019 Tom Teichler <tom.teichler@teckids.org> Copyright © 2019 Tom Teichler <tom.teichler@teckids.org>
Copyright © 2022 magicfelix <felix@felix-zauberer.de>
Licenced under the EUPL, version 1.2 or later, by Teckids e.V. (Bonn, Germany). Licenced under the EUPL, version 1.2 or later, by Teckids e.V. (Bonn, Germany).
......
...@@ -18,6 +18,7 @@ class CSVImportConfig(AppConfig): ...@@ -18,6 +18,7 @@ class CSVImportConfig(AppConfig):
([2020, 2021], "Jonathan Weth", "dev@jonathanweth.de"), ([2020, 2021], "Jonathan Weth", "dev@jonathanweth.de"),
([2019], "mirabilos", "thorsten.glaser@teckids.org"), ([2019], "mirabilos", "thorsten.glaser@teckids.org"),
([2019], "Tom Teichler", "tom.teichler@teckids.org"), ([2019], "Tom Teichler", "tom.teichler@teckids.org"),
([2022], "magicfelix", "felix@felix-zauberer.de"),
) )
def ready(self): def ready(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment