diff options
author | Maxim Devaev <[email protected]> | 2023-05-27 12:41:22 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-05-27 12:41:22 +0300 |
commit | a834c89ef33785754c608fa17bc1cb359e1cb2aa (patch) | |
tree | de90ed601fbc948e0b98b6e3e3ae89bfd690715f /kvmd/apps/ipmi | |
parent | ac2ea460456c2d6d824f5708f0ddb50d3d8a7d05 (diff) |
copyright update
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 13aa9730..60982275 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-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/apps/ipmi/__main__.py b/kvmd/apps/ipmi/__main__.py index 3849d1b9..73bb60b3 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-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/apps/ipmi/auth.py b/kvmd/apps/ipmi/auth.py index e5c004eb..c559a67a 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-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/apps/ipmi/server.py b/kvmd/apps/ipmi/server.py index 87265607..3679ce10 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-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 # |