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

Update copyright information and add new app config meta data

parent 2ee0bea8
No related branches found
No related tags found
No related merge requests found
...@@ -16,11 +16,11 @@ Licence ...@@ -16,11 +16,11 @@ Licence
:: ::
Copyright © 2018, 2019 Frank Poetzsch-Heffter <p-h@katharineum.de>
Copyright © 2018, 2019, 2020 Jonathan Weth <wethjo@katharineum.de> Copyright © 2018, 2019, 2020 Jonathan Weth <wethjo@katharineum.de>
Copyright © 2018, 2019 Frank Poetzsch-Heffter <p-h@katharineum.de>
Copyright © 2019, 2020 Dominik George <dominik.george@teckids.org> Copyright © 2019, 2020 Dominik George <dominik.george@teckids.org>
Copyright © 2019 Hangzhi Yu <yuha@katharineum.de>
Copyright © 2019 Tom Teichler <tom.teichler@teckids.org> Copyright © 2019 Tom Teichler <tom.teichler@teckids.org>
Copyright © 2019 Hangzhi Yu <yuha@katharineum.de>
Licenced under the EUPL, version 1.2 or later Licenced under the EUPL, version 1.2 or later
......
...@@ -3,4 +3,16 @@ from aleksis.core.util.apps import AppConfig ...@@ -3,4 +3,16 @@ from aleksis.core.util.apps import AppConfig
class ChronosConfig(AppConfig): class ChronosConfig(AppConfig):
name = "aleksis.apps.chronos" name = "aleksis.apps.chronos"
verbose_name = "AlekSIS - Chronos (Timetables)" verbose_name = "AlekSIS — Chronos (Timetables)"
urls = {
"Repository": "https://edugit.org/AlekSIS/official/AlekSIS-App-Chronos/",
}
licence = "EUPL-1.2+"
copyright = (
([2018, 2019, 2020], "Jonathan Weth", "wethjo@katharineum.de"),
([2018, 2019], "Frank Poetzsch-Heffter", "p-h@katharineum.de"),
([2019, 2020], "Dominik George", "dominik.george@teckids.org"),
([2019], "Tom Teichler", "tom.teichler@teckids.org"),
([2019], "Hangzhi Yu", "yuha@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