diff options
author | Maxim Devaev <[email protected]> | 2024-03-22 16:02:55 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-03-22 16:02:55 +0200 |
commit | ce62d711c14067ead21421ec7550b81b36770611 (patch) | |
tree | bd0c13a362f123730cd8c9f2272416ee701534e2 /kvmd/keyboard | |
parent | c9ee5131a1505eba10766434d4e10ae584438889 (diff) |
updated copyright date
Diffstat (limited to 'kvmd/keyboard')
-rw-r--r-- | kvmd/keyboard/__init__.py | 2 | ||||
-rw-r--r-- | kvmd/keyboard/mappings.py | 2 | ||||
-rw-r--r-- | kvmd/keyboard/mappings.py.mako | 2 | ||||
-rw-r--r-- | kvmd/keyboard/printer.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kvmd/keyboard/__init__.py b/kvmd/keyboard/__init__.py index 6ed9261b..8d45fdfd 100644 --- a/kvmd/keyboard/__init__.py +++ b/kvmd/keyboard/__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/keyboard/mappings.py b/kvmd/keyboard/mappings.py index 449864aa..8e7d87d1 100644 --- a/kvmd/keyboard/mappings.py +++ b/kvmd/keyboard/mappings.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/keyboard/mappings.py.mako b/kvmd/keyboard/mappings.py.mako index a04b1cb6..a8df423c 100644 --- a/kvmd/keyboard/mappings.py.mako +++ b/kvmd/keyboard/mappings.py.mako @@ -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/keyboard/printer.py b/kvmd/keyboard/printer.py index d6d5839c..efee6d44 100644 --- a/kvmd/keyboard/printer.py +++ b/kvmd/keyboard/printer.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 # |