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

Update copyright information and add new app config meta data

parent eb67257e
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,9 @@ Licence
::
Copyright © 2019 Julian Leucker <leuckeju@katharineum.de>
Copyright © 2018, 2019, 2020 Jonathan Weth <wethjo@katharineum.de>
Copyright © 2019 Julian Leucker <leuckeju@katharineum.de>
Copyright © 2020 Frank Poetzsch-Heffter <p-h@katharineum.de>
Licenced under the EUPL, version 1.2 or later
......
......@@ -4,3 +4,13 @@ from aleksis.core.util.apps import AppConfig
class ResintConfig(AppConfig):
name = "aleksis.apps.resint"
verbose_name = "AlekSIS – Resint (Public poster)"
urls = {
"Repository": "https://edugit.org/AlekSIS/official/AlekSIS-App-Resint/",
}
licence = "EUPL-1.2+"
copyright = (
([2018, 2019, 2020], "Jonathan Weth", "wethjo@katharineum.de"),
([2019], "Julian Leucker", "leuckeju@katharineum.de"),
([2020], "Frank Poetzsch-Heffter", "p-h@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