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

Update copyright for 2022

parent b27e1484
No related branches found
No related tags found
1 merge request!106Do release 2.3
...@@ -25,7 +25,7 @@ Licence ...@@ -25,7 +25,7 @@ Licence
:: ::
Copyright © 2019, 2020, 2022 Dominik George <dominik.george@teckids.org> Copyright © 2019, 2020, 2022 Dominik George <dominik.george@teckids.org>
Copyright © 2020, 2021 Jonathan Weth <dev@jonathanweth.de> Copyright © 2020, 2021, 2022 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> Copyright © 2022 magicfelix <felix@felix-zauberer.de>
......
...@@ -15,7 +15,7 @@ class CSVImportConfig(AppConfig): ...@@ -15,7 +15,7 @@ class CSVImportConfig(AppConfig):
licence = "EUPL-1.2+" licence = "EUPL-1.2+"
copyright_info = ( copyright_info = (
([2019, 2020, 2022], "Dominik George", "dominik.george@teckids.org"), ([2019, 2020, 2022], "Dominik George", "dominik.george@teckids.org"),
([2020, 2021], "Jonathan Weth", "dev@jonathanweth.de"), ([2020, 2021, 2022], "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"), ([2022], "magicfelix", "felix@felix-zauberer.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