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

Merge branch 'fix/copyright' into 'master'

Update copyright information

See merge request !58
parents 607ae327 d9b35348
No related branches found
No related tags found
1 merge request!58Update copyright information
Pipeline #2930 canceled
......@@ -16,9 +16,13 @@ Licence
::
Copyright © 2019–2020 Tom Teichler <tom.teichler@teckids.org>
Copyright © 2019 Dominik George <dominik.george@teckids.org>
Copyright © 2019 mirabilos <thorsten.glaser@teckids.org>
Copyright © 2019 Tom Teichler <tom.teichler@teckids.org>
Copyright © 2020 Julian Leucker <leuckeju@katharineum.de>
Copyright © 2020 Jonathan Weth <wethjo@katharineum.de>
Copyright © 2020 Hangzhi Yu <yuha@katharineum.de>
Licenced under the EUPL, version 1.2 or later
......
......@@ -10,7 +10,10 @@ class AlsijilConfig(AppConfig):
}
licence = "EUPL-1.2+"
copyright_info = (
([2019, 2020], "Tom Teichler", "tom.teichler@teckids.org"),
([2019], "Dominik George", "dominik.george@teckids.org"),
([2019], "mirabilos", "thorsten.glaser@teckids.org"),
([2019], "Tom Teichler", "tom.teichler@teckids.org"),
([2020], "Julian Leucker", "leuckeju@katharineum.de"),
([2020], "Jonathan Weth", "wethjo@katharineum.de"),
([2020], "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