From aefa99d5a4c43bb5ca5656753822f13dff62add1 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 12 May 2026 08:35:16 +0200 Subject: [PATCH] copyright update --- radicale/log.py | 2 +- radicale/tests/custom/web.py | 2 +- radicale/web/__init__.py | 3 ++- radicale/web/internal.py | 3 ++- radicale/web/none.py | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/radicale/log.py b/radicale/log.py index 1436166c..81fa5fb8 100644 --- a/radicale/log.py +++ b/radicale/log.py @@ -1,7 +1,7 @@ # This file is part of Radicale - CalDAV and CardDAV server # Copyright © 2011-2017 Guillaume Ayoub # Copyright © 2017-2023 Unrud -# Copyright © 2024-2024 Peter Bieringer +# Copyright © 2024-2026 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/tests/custom/web.py b/radicale/tests/custom/web.py index 7afdd510..0834a9d7 100644 --- a/radicale/tests/custom/web.py +++ b/radicale/tests/custom/web.py @@ -1,6 +1,6 @@ # This file is part of Radicale - CalDAV and CardDAV server # Copyright © 2017-2021 Unrud -# Copyright © 2025-2025 Peter Bieringer +# Copyright © 2025-2026 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/web/__init__.py b/radicale/web/__init__.py index 526452aa..094b8560 100644 --- a/radicale/web/__init__.py +++ b/radicale/web/__init__.py @@ -1,5 +1,6 @@ # This file is part of Radicale - CalDAV and CardDAV server -# Copyright © 2017-2018 Unrud +# Copyright © 2017-2021 Unrud +# Copyright © 2026-2026 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/web/internal.py b/radicale/web/internal.py index 312ad961..1fd78e2d 100644 --- a/radicale/web/internal.py +++ b/radicale/web/internal.py @@ -1,5 +1,6 @@ # This file is part of Radicale - CalDAV and CardDAV server -# Copyright © 2017-2018 Unrud +# Copyright © 2017-2022 Unrud +# Copyright © 2026-2026 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/web/none.py b/radicale/web/none.py index 7f6b4bba..e6ebb39b 100644 --- a/radicale/web/none.py +++ b/radicale/web/none.py @@ -1,6 +1,6 @@ # This file is part of Radicale - CalDAV and CardDAV server # Copyright © 2017-2022 Unrud -# Copyright © 2025-2025 Peter Bieringer +# Copyright © 2025-2026 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