diff options
Diffstat (limited to 'kvmd/apps/ipmi')
-rw-r--r-- | kvmd/apps/ipmi/__init__.py | 2 | ||||
-rw-r--r-- | kvmd/apps/ipmi/__main__.py | 2 | ||||
-rw-r--r-- | kvmd/apps/ipmi/auth.py | 2 | ||||
-rw-r--r-- | kvmd/apps/ipmi/server.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kvmd/apps/ipmi/__init__.py b/kvmd/apps/ipmi/__init__.py index 60982275..2f6cebd8 100644 --- a/kvmd/apps/ipmi/__init__.py +++ b/kvmd/apps/ipmi/__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/apps/ipmi/__main__.py b/kvmd/apps/ipmi/__main__.py index 73bb60b3..4827fc49 100644 --- a/kvmd/apps/ipmi/__main__.py +++ b/kvmd/apps/ipmi/__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/apps/ipmi/auth.py b/kvmd/apps/ipmi/auth.py index c559a67a..71a13fe7 100644 --- a/kvmd/apps/ipmi/auth.py +++ b/kvmd/apps/ipmi/auth.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/apps/ipmi/server.py b/kvmd/apps/ipmi/server.py index 47d3950e..c6e35fae 100644 --- a/kvmd/apps/ipmi/server.py +++ b/kvmd/apps/ipmi/server.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 # |