From 2c0da6f37c19987c4d7fae9b86b69671da2024c4 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Wed, 29 May 2024 06:08:04 +0200 Subject: [PATCH] extend copyright --- radicale/app/__init__.py | 1 + radicale/app/put.py | 1 + radicale/config.py | 1 + 3 files changed, 3 insertions(+) diff --git a/radicale/app/__init__.py b/radicale/app/__init__.py index 21837b9c..27465794 100644 --- a/radicale/app/__init__.py +++ b/radicale/app/__init__.py @@ -3,6 +3,7 @@ # Copyright © 2008 Pascal Halter # Copyright © 2008-2017 Guillaume Ayoub # Copyright © 2017-2019 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/app/put.py b/radicale/app/put.py index fd52865d..1666bd29 100644 --- a/radicale/app/put.py +++ b/radicale/app/put.py @@ -3,6 +3,7 @@ # Copyright © 2008 Pascal Halter # Copyright © 2008-2017 Guillaume Ayoub # Copyright © 2017-2018 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/config.py b/radicale/config.py index eab4c869..4cf3e2ce 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -3,6 +3,7 @@ # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter # Copyright © 2017-2019 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