diff options
Diffstat (limited to 'kvmd/helpers')
-rw-r--r-- | kvmd/helpers/__init__.py | 2 | ||||
-rw-r--r-- | kvmd/helpers/remount/__init__.py | 2 | ||||
-rw-r--r-- | kvmd/helpers/remount/__main__.py | 2 | ||||
-rw-r--r-- | kvmd/helpers/swapfiles/__init__.py | 2 | ||||
-rw-r--r-- | kvmd/helpers/swapfiles/__main__.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/kvmd/helpers/__init__.py b/kvmd/helpers/__init__.py index 6ed9261b..8d45fdfd 100644 --- a/kvmd/helpers/__init__.py +++ b/kvmd/helpers/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2024 Maxim Devaev <[email protected]> # # # # This program 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/kvmd/helpers/remount/__init__.py b/kvmd/helpers/remount/__init__.py index c6373fec..e41bbbfd 100644 --- a/kvmd/helpers/remount/__init__.py +++ b/kvmd/helpers/remount/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2024 Maxim Devaev <[email protected]> # # # # This program 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/kvmd/helpers/remount/__main__.py b/kvmd/helpers/remount/__main__.py index 73bb60b3..4827fc49 100644 --- a/kvmd/helpers/remount/__main__.py +++ b/kvmd/helpers/remount/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2024 Maxim Devaev <[email protected]> # # # # This program 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/kvmd/helpers/swapfiles/__init__.py b/kvmd/helpers/swapfiles/__init__.py index af6e1705..f4affe01 100644 --- a/kvmd/helpers/swapfiles/__init__.py +++ b/kvmd/helpers/swapfiles/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2024 Maxim Devaev <[email protected]> # # # # This program 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/kvmd/helpers/swapfiles/__main__.py b/kvmd/helpers/swapfiles/__main__.py index 73bb60b3..4827fc49 100644 --- a/kvmd/helpers/swapfiles/__main__.py +++ b/kvmd/helpers/swapfiles/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2024 Maxim Devaev <[email protected]> # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # |