diff options
Diffstat (limited to 'kvmd/apps/otg/hid')
-rw-r--r-- | kvmd/apps/otg/hid/__init__.py | 2 | ||||
-rw-r--r-- | kvmd/apps/otg/hid/keyboard.py | 2 | ||||
-rw-r--r-- | kvmd/apps/otg/hid/mouse.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kvmd/apps/otg/hid/__init__.py b/kvmd/apps/otg/hid/__init__.py index 2f30cecb..14e7e9c4 100644 --- a/kvmd/apps/otg/hid/__init__.py +++ b/kvmd/apps/otg/hid/__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/otg/hid/keyboard.py b/kvmd/apps/otg/hid/keyboard.py index 6a4d0184..a49a22a0 100644 --- a/kvmd/apps/otg/hid/keyboard.py +++ b/kvmd/apps/otg/hid/keyboard.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/otg/hid/mouse.py b/kvmd/apps/otg/hid/mouse.py index e0f7350b..99f53833 100644 --- a/kvmd/apps/otg/hid/mouse.py +++ b/kvmd/apps/otg/hid/mouse.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 # |