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 e5f34641..0e2461a9 100644 --- a/kvmd/apps/otg/hid/__init__.py +++ b/kvmd/apps/otg/hid/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main Pi-KVM daemon. # # # -# Copyright (C) 2018 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2021 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 a098c6de..d08f9bc8 100644 --- a/kvmd/apps/otg/hid/keyboard.py +++ b/kvmd/apps/otg/hid/keyboard.py @@ -2,7 +2,7 @@ # # # KVMD - The main Pi-KVM daemon. # # # -# Copyright (C) 2018 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2021 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 b1d235a2..40f7280f 100644 --- a/kvmd/apps/otg/hid/mouse.py +++ b/kvmd/apps/otg/hid/mouse.py @@ -2,7 +2,7 @@ # # # KVMD - The main Pi-KVM daemon. # # # -# Copyright (C) 2018 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2021 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 # |