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

Merge branch 'update/copyright' into 'master'

Update copyright information for 2021

See merge request AlekSIS/official/AlekSIS-App-Untis!64
parents cf85abcd 2ac3dcea
No related branches found
No related tags found
1 merge request!64Update copyright information for 2021
Pipeline #6978 passed
Pipeline: AlekSIS

#6983

    ......@@ -30,12 +30,12 @@ Licence
    ::
    Copyright © 2018, 2019, 2020 Jonathan Weth <wethjo@katharineum.de>
    Copyright © 2018, 2019, 2020, 2021 Jonathan Weth <dev@jonathanweth.de>
    Copyright © 2018, 2019 Frank Poetzsch-Heffter <p-h@katharineum.de>
    Copyright © 2019, 2020 Dominik George <dominik.george@teckids.org>
    Copyright © 2019, 2020 Tom Teichler <tom.teichler@teckids.org>
    Copyright © 2019 Julian Leucker <leuckeju@katharineum.de>
    Copyright © 2019 mirabilos <thorsten.glaser@teckids.org>
    Copyright © 2019 Tom Teichler <tom.teichler@teckids.org>
    Licenced under the EUPL, version 1.2 or later
    ......
    ......@@ -10,10 +10,10 @@ class UntisConfig(AppConfig):
    }
    licence = "EUPL-1.2+"
    copyright_info = (
    ([2018, 2019, 2020], "Jonathan Weth", "wethjo@katharineum.de"),
    ([2018, 2019, 2020, 2021], "Jonathan Weth", "dev@jonathanweth.de"),
    ([2018, 2019], "Frank Poetzsch-Heffter", "p-h@katharineum.de"),
    ([2019, 2020], "Dominik George", "dominik.george@teckids.org"),
    ([2019, 2020], "Tom Teichler", "tom.teichler@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