Skip to content
Snippets Groups Projects

Update copyright

Merged Jonathan Weth requested to merge update/copyright into master
2 files
+ 8
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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):
Loading