Skip to content
Snippets Groups Projects
Commit 95fcbe1e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '136-sync-copyright-in-readme-md-and-apps-py' into 'master'

Resolve "Sync Copyright in README.md and apps.py"

Closes #136

See merge request !163
parents 070f901f ff3dacea
No related branches found
No related tags found
1 merge request!163Resolve "Sync Copyright in README.md and apps.py"
Pipeline #11849 canceled
...@@ -10,10 +10,11 @@ class ChronosConfig(AppConfig): ...@@ -10,10 +10,11 @@ class ChronosConfig(AppConfig):
} }
licence = "EUPL-1.2+" licence = "EUPL-1.2+"
copyright_info = ( copyright_info = (
([2018, 2019, 2020], "Jonathan Weth", "wethjo@katharineum.de"), ([2018, 2019, 2020, 2021], "Jonathan Weth", "wethjo@katharineum.de"),
([2018, 2019], "Frank Poetzsch-Heffter", "p-h@katharineum.de"), ([2018, 2019], "Frank Poetzsch-Heffter", "p-h@katharineum.de"),
([2019, 2020], "Dominik George", "dominik.george@teckids.org"), ([2019, 2020], "Dominik George", "dominik.george@teckids.org"),
([2019, 2021], "Hangzhi Yu", "yuha@katharineum.de"),
([2019], "Julian Leucker", "leuckeju@katharineum.de"), ([2019], "Julian Leucker", "leuckeju@katharineum.de"),
([2019], "Tom Teichler", "tom.teichler@teckids.org"), ([2019], "Tom Teichler", "tom.teichler@teckids.org"),
([2019], "Hangzhi Yu", "yuha@katharineum.de"), ([2021], "Lloyd Meins", "meinsll@katharineum.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