From 4f0340b9def3cfeca450c055022d6b6f7b19ce4a Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Tue, 26 Nov 2019 22:29:27 +0100 Subject: [PATCH] Fix copyright holders. --- README.rst | 4 +--- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 425f7da..103655b 100644 --- a/README.rst +++ b/README.rst @@ -18,10 +18,8 @@ Licence :: Copyright © 2019 Dominik George <dominik.george@teckids.org> - Copyright © 2019 mirabilos <thorsten.glaser@teckids.org> - Copyright © 2019 Tom Teichler <tom.teichler@teckids.org> - Licenced under the EUPL + Licensed under the EUPL Please see the LICENCE file accompanying this distribution for the full licence text or on the `Europen Union Public Licence`_ website diff --git a/pyproject.toml b/pyproject.toml index e75f8df..d77699a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = [ readme = "README.rst" description = "BiscuIT School Information System (SIS) - App for Untis import" -authors = ["Dominik George <dominik.george@teckids.org>", "mirabilos <thorsten.glaser@teckids.org>", "Tom Teichler <tom.teichler@teckids.org>"] +authors = ["Dominik George <dominik.george@teckids.org>"] license = "EUPL-1.2" homepage = "https://biscuit.edugit.io/" repository = "https://edugit.org/BiscuIT/BiscuIT-App-Untis" -- GitLab