From d83885d1087d2d50704141e8117170634601ee37 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 18 Jun 2024 08:24:04 +0200 Subject: [PATCH] extend copyright --- radicale/httputils.py | 3 ++- radicale/log.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/radicale/httputils.py b/radicale/httputils.py index 246332ee..766850c2 100644 --- a/radicale/httputils.py +++ b/radicale/httputils.py @@ -2,7 +2,8 @@ # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter # Copyright © 2008-2017 Guillaume Ayoub -# Copyright © 2017-2018 Unrud +# Copyright © 2017-2022 Unrud +# Copyright © 2024-2024 Peter Bieringer # # 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/log.py b/radicale/log.py index 59473644..313b4933 100644 --- a/radicale/log.py +++ b/radicale/log.py @@ -1,6 +1,7 @@ # This file is part of Radicale - CalDAV and CardDAV server # Copyright © 2011-2017 Guillaume Ayoub -# Copyright © 2017-2019 Unrud +# Copyright © 2017-2023 Unrud +# Copyright © 2024-2024 Peter Bieringer # # 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