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 4a6824c1..6ed9261b 100644 --- a/kvmd/helpers/__init__.py +++ b/kvmd/helpers/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2023 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 14a87769..1738a90e 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-2022 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2023 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 3849d1b9..73bb60b3 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-2022 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2023 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 c0e271c4..af6e1705 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-2022 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2023 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 3849d1b9..73bb60b3 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-2022 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2023 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 # |