From a26bfaa08aa6ebc52cca714c35d20cc2836d58b1 Mon Sep 17 00:00:00 2001 From: David Greaves Date: Mon, 7 Jul 2025 14:06:44 +0100 Subject: [PATCH] Add copyright for contributors Signed-off-by: David Greaves --- radicale/app/report.py | 3 ++- radicale/tests/test_expand.py | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/radicale/app/report.py b/radicale/app/report.py index c24e17f4..8e84a9fc 100644 --- a/radicale/app/report.py +++ b/radicale/app/report.py @@ -5,8 +5,9 @@ # Copyright © 2017-2021 Unrud # Copyright © 2024-2024 Pieter Hijma # Copyright © 2024-2024 Ray -# Copyright © 2024-2024 Georgiy +# Copyright © 2024-2025 Georgiy # Copyright © 2024-2025 Peter Bieringer +# Copyright © 2025-2025 David Greaves # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radicale/tests/test_expand.py b/radicale/tests/test_expand.py index 2b7dee1d..b4d54b22 100644 --- a/radicale/tests/test_expand.py +++ b/radicale/tests/test_expand.py @@ -1,6 +1,8 @@ # This file is part of Radicale - CalDAV and CardDAV server # Copyright © 2012-2017 Guillaume Ayoub # Copyright © 2017-2019 Unrud +# Copyright © 2024 Pieter Hijma +# Copyright © 2025 David Greaves # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by