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

Merge branch 'update/copyright' into 'master'

Update copyright

See merge request !354
parents 2bf67e4d ee40cda6
No related branches found
No related tags found
1 merge request!354Update copyright
Pipeline #191557 failed
......@@ -29,13 +29,14 @@ Licence
::
Copyright © 2018, 2019, 2020, 2021, 2022 Jonathan Weth <dev@jonathanweth.de>
Copyright © 2018, 2019, 2020, 2021, 2022, 2023, 2024 Jonathan Weth <dev@jonathanweth.de>
Copyright © 2018, 2019 Frank Poetzsch-Heffter <p-h@katharineum.de>
Copyright © 2019, 2020, 2022 Dominik George <dominik.george@teckids.org>
Copyright © 2019, 2021 Hangzhi Yu <yuha@katharineum.de>
Copyright © 2019 Julian Leucker <leuckeju@katharineum.de>
Copyright © 2019, 2021, 2022, 2023, 2024 Hangzhi Yu <yuha@katharineum.de>
Copyright © 2019, 2023, 2024 Julian Leucker <leuckeju@katharineum.de>
Copyright © 2019 Tom Teichler <tom.teichler@teckids.org>
Copyright © 2021 Lloyd Meins <meinsll@katharineum.de>
Copyright © 2023, 2024 Michael Bauer <michael-bauer@posteo.de>
Licenced under the EUPL, version 1.2 or later, by Teckids e.V. (Bonn, Germany).
......
......@@ -17,13 +17,14 @@ class ChronosConfig(AppConfig):
}
licence = "EUPL-1.2+"
copyright_info = (
([2018, 2019, 2020, 2021, 2022], "Jonathan Weth", "wethjo@katharineum.de"),
([2018, 2019, 2020, 2021, 2022, 2023, 2024], "Jonathan Weth", "dev@jonathanweth.de"),
([2018, 2019], "Frank Poetzsch-Heffter", "p-h@katharineum.de"),
([2019, 2020, 2022], "Dominik George", "dominik.george@teckids.org"),
([2019, 2021], "Hangzhi Yu", "yuha@katharineum.de"),
([2019], "Julian Leucker", "leuckeju@katharineum.de"),
([2019, 2021, 2022, 2023, 2024], "Hangzhi Yu", "yuha@katharineum.de"),
([2019, 2023, 2024], "Julian Leucker", "leuckeju@katharineum.de"),
([2019], "Tom Teichler", "tom.teichler@teckids.org"),
([2021], "Lloyd Meins", "meinsll@katharineum.de"),
([2023, 2024], "Michael Bauer", "michael-bauer@posteo.de"),
)
def ready(self):
......
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