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

Update copyright information and add new app config meta data

parent b46a822b
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,9 @@ Licence
::
Copyright © 2018, 2019, 2020 Jonathan Weth <wethjo@katharineum.de>
Copyright © 2018, 2019 Frank Poetzsch-Heffter <p-h@katharineum.de>
Copyright © 2018, 2019 Jonathan Weth <wethjo@katharineum.de>
Copyright © 2019 Dominik George <dominik.george@teckids.org>
Copyright © 2019, 2020 Dominik George <dominik.george@teckids.org>
Copyright © 2019 Julian Leucker <leuckeju@katharineum.de>
Copyright © 2019 mirabilos <thorsten.glaser@teckids.org>
Copyright © 2019 Tom Teichler <tom.teichler@teckids.org>
......
......@@ -3,4 +3,17 @@ from aleksis.core.util.apps import AppConfig
class UntisConfig(AppConfig):
name = "aleksis.apps.untis"
verbose_name = "AlekSIS - Untis interface"
verbose_name = "AlekSIS — UNTIS interface"
urls = {
"Repository": "https://edugit.org/AlekSIS/official/AlekSIS-App-Untis/",
}
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], "Julian Leucker", "leuckeju@katharineum.de"),
([2019], "mirabilos", "thorsten.glaser@teckids.org"),
([2019], "Tom Teichler", "tom.teichler@teckids.org"),
)
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