summaryrefslogtreecommitdiff
path: root/hid
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2024-03-22 16:02:55 +0200
committerMaxim Devaev <[email protected]>2024-03-22 16:02:55 +0200
commitce62d711c14067ead21421ec7550b81b36770611 (patch)
treebd0c13a362f123730cd8c9f2272416ee701534e2 /hid
parentc9ee5131a1505eba10766434d4e10ae584438889 (diff)
updated copyright date
Diffstat (limited to 'hid')
-rw-r--r--hid/arduino/lib/drivers-avr/eeprom.h2
-rw-r--r--hid/arduino/lib/drivers-avr/factory.cpp2
-rw-r--r--hid/arduino/lib/drivers-avr/ps2/hid.h2
-rw-r--r--hid/arduino/lib/drivers-avr/ps2/keymap.h2
-rw-r--r--hid/arduino/lib/drivers-avr/ps2/keymap.h.mako2
-rw-r--r--hid/arduino/lib/drivers-avr/spi.cpp2
-rw-r--r--hid/arduino/lib/drivers-avr/spi.h2
-rw-r--r--hid/arduino/lib/drivers-avr/usb/hid.h2
-rw-r--r--hid/arduino/lib/drivers-stm32/backup-register.h2
-rw-r--r--hid/arduino/lib/drivers-stm32/board-stm32.h2
-rw-r--r--hid/arduino/lib/drivers-stm32/factory.cpp2
-rw-r--r--hid/arduino/lib/drivers-stm32/usb/hid-wrapper-stm32.h2
-rw-r--r--hid/arduino/lib/drivers-stm32/usb/keyboard-stm32.h2
-rw-r--r--hid/arduino/lib/drivers-stm32/usb/mouse-absolute-stm32.h2
-rw-r--r--hid/arduino/lib/drivers-stm32/usb/mouse-relative-stm32.h2
-rw-r--r--hid/arduino/lib/drivers/aum.h2
-rw-r--r--hid/arduino/lib/drivers/board.h2
-rw-r--r--hid/arduino/lib/drivers/connection.h2
-rw-r--r--hid/arduino/lib/drivers/driver.h2
-rw-r--r--hid/arduino/lib/drivers/factory.h2
-rw-r--r--hid/arduino/lib/drivers/keyboard.h2
-rw-r--r--hid/arduino/lib/drivers/mouse.h2
-rw-r--r--hid/arduino/lib/drivers/serial.h2
-rw-r--r--hid/arduino/lib/drivers/storage.h2
-rw-r--r--hid/arduino/lib/drivers/tools.cpp2
-rw-r--r--hid/arduino/lib/drivers/tools.h2
-rw-r--r--hid/arduino/lib/drivers/usb-keymap.h2
-rw-r--r--hid/arduino/lib/drivers/usb-keymap.h.mako2
-rw-r--r--hid/arduino/src/main.cpp2
-rw-r--r--hid/arduino/src/outputs.h2
-rw-r--r--hid/arduino/src/proto.h2
-rw-r--r--hid/pico/src/main.c2
-rw-r--r--hid/pico/src/ph_cmds.c2
-rw-r--r--hid/pico/src/ph_cmds.h2
-rw-r--r--hid/pico/src/ph_com.c2
-rw-r--r--hid/pico/src/ph_com.h2
-rw-r--r--hid/pico/src/ph_com_bridge.c2
-rw-r--r--hid/pico/src/ph_com_bridge.h2
-rw-r--r--hid/pico/src/ph_com_spi.c2
-rw-r--r--hid/pico/src/ph_com_spi.h2
-rw-r--r--hid/pico/src/ph_com_uart.c2
-rw-r--r--hid/pico/src/ph_com_uart.h2
-rw-r--r--hid/pico/src/ph_debug.c2
-rw-r--r--hid/pico/src/ph_debug.h2
-rw-r--r--hid/pico/src/ph_outputs.c2
-rw-r--r--hid/pico/src/ph_outputs.h2
-rw-r--r--hid/pico/src/ph_proto.h2
-rw-r--r--hid/pico/src/ph_ps2.c2
-rw-r--r--hid/pico/src/ph_ps2.h2
-rw-r--r--hid/pico/src/ph_tools.h2
-rw-r--r--hid/pico/src/ph_types.h2
-rw-r--r--hid/pico/src/ph_usb.c2
-rw-r--r--hid/pico/src/ph_usb.h2
-rw-r--r--hid/pico/src/ph_usb_kbd.c2
-rw-r--r--hid/pico/src/ph_usb_kbd.h2
-rw-r--r--hid/pico/src/ph_usb_keymap.h2
-rw-r--r--hid/pico/src/ph_usb_keymap.h.mako2
-rw-r--r--hid/pico/src/ph_usb_mouse.c2
-rw-r--r--hid/pico/src/ph_usb_mouse.h2
-rw-r--r--hid/pico/src/tusb_config.h2
60 files changed, 60 insertions, 60 deletions
diff --git a/hid/arduino/lib/drivers-avr/eeprom.h b/hid/arduino/lib/drivers-avr/eeprom.h
index bac642a7..9e727704 100644
--- a/hid/arduino/lib/drivers-avr/eeprom.h
+++ b/hid/arduino/lib/drivers-avr/eeprom.h
@@ -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/hid/arduino/lib/drivers-avr/factory.cpp b/hid/arduino/lib/drivers-avr/factory.cpp
index 801e7a2f..2fb54187 100644
--- a/hid/arduino/lib/drivers-avr/factory.cpp
+++ b/hid/arduino/lib/drivers-avr/factory.cpp
@@ -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/hid/arduino/lib/drivers-avr/ps2/hid.h b/hid/arduino/lib/drivers-avr/ps2/hid.h
index ecd64d16..56cc321d 100644
--- a/hid/arduino/lib/drivers-avr/ps2/hid.h
+++ b/hid/arduino/lib/drivers-avr/ps2/hid.h
@@ -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/hid/arduino/lib/drivers-avr/ps2/keymap.h b/hid/arduino/lib/drivers-avr/ps2/keymap.h
index 65a5d7a1..b864c8c1 100644
--- a/hid/arduino/lib/drivers-avr/ps2/keymap.h
+++ b/hid/arduino/lib/drivers-avr/ps2/keymap.h
@@ -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/hid/arduino/lib/drivers-avr/ps2/keymap.h.mako b/hid/arduino/lib/drivers-avr/ps2/keymap.h.mako
index 75dfd8c2..8e31e44d 100644
--- a/hid/arduino/lib/drivers-avr/ps2/keymap.h.mako
+++ b/hid/arduino/lib/drivers-avr/ps2/keymap.h.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/hid/arduino/lib/drivers-avr/spi.cpp b/hid/arduino/lib/drivers-avr/spi.cpp
index f9cab4ac..9572c513 100644
--- a/hid/arduino/lib/drivers-avr/spi.cpp
+++ b/hid/arduino/lib/drivers-avr/spi.cpp
@@ -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/hid/arduino/lib/drivers-avr/spi.h b/hid/arduino/lib/drivers-avr/spi.h
index 368895c2..742a808d 100644
--- a/hid/arduino/lib/drivers-avr/spi.h
+++ b/hid/arduino/lib/drivers-avr/spi.h
@@ -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/hid/arduino/lib/drivers-avr/usb/hid.h b/hid/arduino/lib/drivers-avr/usb/hid.h
index aa7b7ba0..ce15f427 100644
--- a/hid/arduino/lib/drivers-avr/usb/hid.h
+++ b/hid/arduino/lib/drivers-avr/usb/hid.h
@@ -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/hid/arduino/lib/drivers-stm32/backup-register.h b/hid/arduino/lib/drivers-stm32/backup-register.h
index 196e4e1c..6265dd04 100644
--- a/hid/arduino/lib/drivers-stm32/backup-register.h
+++ b/hid/arduino/lib/drivers-stm32/backup-register.h
@@ -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/hid/arduino/lib/drivers-stm32/board-stm32.h b/hid/arduino/lib/drivers-stm32/board-stm32.h
index 1602edaa..97411cb2 100644
--- a/hid/arduino/lib/drivers-stm32/board-stm32.h
+++ b/hid/arduino/lib/drivers-stm32/board-stm32.h
@@ -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/hid/arduino/lib/drivers-stm32/factory.cpp b/hid/arduino/lib/drivers-stm32/factory.cpp
index 8f20e0ff..9540bb7d 100644
--- a/hid/arduino/lib/drivers-stm32/factory.cpp
+++ b/hid/arduino/lib/drivers-stm32/factory.cpp
@@ -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/hid/arduino/lib/drivers-stm32/usb/hid-wrapper-stm32.h b/hid/arduino/lib/drivers-stm32/usb/hid-wrapper-stm32.h
index 62f58213..3df0f4ea 100644
--- a/hid/arduino/lib/drivers-stm32/usb/hid-wrapper-stm32.h
+++ b/hid/arduino/lib/drivers-stm32/usb/hid-wrapper-stm32.h
@@ -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/hid/arduino/lib/drivers-stm32/usb/keyboard-stm32.h b/hid/arduino/lib/drivers-stm32/usb/keyboard-stm32.h
index 22dec04d..578e0751 100644
--- a/hid/arduino/lib/drivers-stm32/usb/keyboard-stm32.h
+++ b/hid/arduino/lib/drivers-stm32/usb/keyboard-stm32.h
@@ -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/hid/arduino/lib/drivers-stm32/usb/mouse-absolute-stm32.h b/hid/arduino/lib/drivers-stm32/usb/mouse-absolute-stm32.h
index 65195c78..4090cd4f 100644
--- a/hid/arduino/lib/drivers-stm32/usb/mouse-absolute-stm32.h
+++ b/hid/arduino/lib/drivers-stm32/usb/mouse-absolute-stm32.h
@@ -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/hid/arduino/lib/drivers-stm32/usb/mouse-relative-stm32.h b/hid/arduino/lib/drivers-stm32/usb/mouse-relative-stm32.h
index 4524e20b..943857ef 100644
--- a/hid/arduino/lib/drivers-stm32/usb/mouse-relative-stm32.h
+++ b/hid/arduino/lib/drivers-stm32/usb/mouse-relative-stm32.h
@@ -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/hid/arduino/lib/drivers/aum.h b/hid/arduino/lib/drivers/aum.h
index 3d407d12..b211304a 100644
--- a/hid/arduino/lib/drivers/aum.h
+++ b/hid/arduino/lib/drivers/aum.h
@@ -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/hid/arduino/lib/drivers/board.h b/hid/arduino/lib/drivers/board.h
index cc431d62..069bbb0e 100644
--- a/hid/arduino/lib/drivers/board.h
+++ b/hid/arduino/lib/drivers/board.h
@@ -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/hid/arduino/lib/drivers/connection.h b/hid/arduino/lib/drivers/connection.h
index 7a9beb7b..f0e2ca0b 100644
--- a/hid/arduino/lib/drivers/connection.h
+++ b/hid/arduino/lib/drivers/connection.h
@@ -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/hid/arduino/lib/drivers/driver.h b/hid/arduino/lib/drivers/driver.h
index af60b112..7fcb72dd 100644
--- a/hid/arduino/lib/drivers/driver.h
+++ b/hid/arduino/lib/drivers/driver.h
@@ -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/hid/arduino/lib/drivers/factory.h b/hid/arduino/lib/drivers/factory.h
index 116a6c84..5eeba394 100644
--- a/hid/arduino/lib/drivers/factory.h
+++ b/hid/arduino/lib/drivers/factory.h
@@ -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/hid/arduino/lib/drivers/keyboard.h b/hid/arduino/lib/drivers/keyboard.h
index 1128def9..b853ba67 100644
--- a/hid/arduino/lib/drivers/keyboard.h
+++ b/hid/arduino/lib/drivers/keyboard.h
@@ -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/hid/arduino/lib/drivers/mouse.h b/hid/arduino/lib/drivers/mouse.h
index 83216e29..1877bf1e 100644
--- a/hid/arduino/lib/drivers/mouse.h
+++ b/hid/arduino/lib/drivers/mouse.h
@@ -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/hid/arduino/lib/drivers/serial.h b/hid/arduino/lib/drivers/serial.h
index 32ec5613..60ade223 100644
--- a/hid/arduino/lib/drivers/serial.h
+++ b/hid/arduino/lib/drivers/serial.h
@@ -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/hid/arduino/lib/drivers/storage.h b/hid/arduino/lib/drivers/storage.h
index 3b676905..19a5a770 100644
--- a/hid/arduino/lib/drivers/storage.h
+++ b/hid/arduino/lib/drivers/storage.h
@@ -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/hid/arduino/lib/drivers/tools.cpp b/hid/arduino/lib/drivers/tools.cpp
index a6585245..3dbd8470 100644
--- a/hid/arduino/lib/drivers/tools.cpp
+++ b/hid/arduino/lib/drivers/tools.cpp
@@ -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/hid/arduino/lib/drivers/tools.h b/hid/arduino/lib/drivers/tools.h
index 34f88022..ea75e378 100644
--- a/hid/arduino/lib/drivers/tools.h
+++ b/hid/arduino/lib/drivers/tools.h
@@ -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/hid/arduino/lib/drivers/usb-keymap.h b/hid/arduino/lib/drivers/usb-keymap.h
index 5a86337f..95134453 100644
--- a/hid/arduino/lib/drivers/usb-keymap.h
+++ b/hid/arduino/lib/drivers/usb-keymap.h
@@ -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/hid/arduino/lib/drivers/usb-keymap.h.mako b/hid/arduino/lib/drivers/usb-keymap.h.mako
index 5ae01421..5a10ac45 100644
--- a/hid/arduino/lib/drivers/usb-keymap.h.mako
+++ b/hid/arduino/lib/drivers/usb-keymap.h.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/hid/arduino/src/main.cpp b/hid/arduino/src/main.cpp
index c1539106..aa880b10 100644
--- a/hid/arduino/src/main.cpp
+++ b/hid/arduino/src/main.cpp
@@ -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/hid/arduino/src/outputs.h b/hid/arduino/src/outputs.h
index dd9008f3..b1992fc4 100644
--- a/hid/arduino/src/outputs.h
+++ b/hid/arduino/src/outputs.h
@@ -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/hid/arduino/src/proto.h b/hid/arduino/src/proto.h
index 5fbdd49c..a2e95722 100644
--- a/hid/arduino/src/proto.h
+++ b/hid/arduino/src/proto.h
@@ -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/hid/pico/src/main.c b/hid/pico/src/main.c
index f1d266a5..ee603db3 100644
--- a/hid/pico/src/main.c
+++ b/hid/pico/src/main.c
@@ -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/hid/pico/src/ph_cmds.c b/hid/pico/src/ph_cmds.c
index 8b2994b4..52ccba16 100644
--- a/hid/pico/src/ph_cmds.c
+++ b/hid/pico/src/ph_cmds.c
@@ -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/hid/pico/src/ph_cmds.h b/hid/pico/src/ph_cmds.h
index bfb820c5..e0c4c9db 100644
--- a/hid/pico/src/ph_cmds.h
+++ b/hid/pico/src/ph_cmds.h
@@ -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/hid/pico/src/ph_com.c b/hid/pico/src/ph_com.c
index 85a7923a..860b6202 100644
--- a/hid/pico/src/ph_com.c
+++ b/hid/pico/src/ph_com.c
@@ -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/hid/pico/src/ph_com.h b/hid/pico/src/ph_com.h
index 9019d7f7..12ca2d48 100644
--- a/hid/pico/src/ph_com.h
+++ b/hid/pico/src/ph_com.h
@@ -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/hid/pico/src/ph_com_bridge.c b/hid/pico/src/ph_com_bridge.c
index 6731527b..d9fc4552 100644
--- a/hid/pico/src/ph_com_bridge.c
+++ b/hid/pico/src/ph_com_bridge.c
@@ -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/hid/pico/src/ph_com_bridge.h b/hid/pico/src/ph_com_bridge.h
index 7bfd5d31..7bc293e7 100644
--- a/hid/pico/src/ph_com_bridge.h
+++ b/hid/pico/src/ph_com_bridge.h
@@ -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/hid/pico/src/ph_com_spi.c b/hid/pico/src/ph_com_spi.c
index 5da80a6f..e324e8dc 100644
--- a/hid/pico/src/ph_com_spi.c
+++ b/hid/pico/src/ph_com_spi.c
@@ -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/hid/pico/src/ph_com_spi.h b/hid/pico/src/ph_com_spi.h
index 61f7c932..9a6d55b6 100644
--- a/hid/pico/src/ph_com_spi.h
+++ b/hid/pico/src/ph_com_spi.h
@@ -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/hid/pico/src/ph_com_uart.c b/hid/pico/src/ph_com_uart.c
index 593f5640..8d64f56b 100644
--- a/hid/pico/src/ph_com_uart.c
+++ b/hid/pico/src/ph_com_uart.c
@@ -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/hid/pico/src/ph_com_uart.h b/hid/pico/src/ph_com_uart.h
index 11e372da..b423c6c8 100644
--- a/hid/pico/src/ph_com_uart.h
+++ b/hid/pico/src/ph_com_uart.h
@@ -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/hid/pico/src/ph_debug.c b/hid/pico/src/ph_debug.c
index ee497a31..e08b9db1 100644
--- a/hid/pico/src/ph_debug.c
+++ b/hid/pico/src/ph_debug.c
@@ -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/hid/pico/src/ph_debug.h b/hid/pico/src/ph_debug.h
index db7ef31d..33d5eed8 100644
--- a/hid/pico/src/ph_debug.h
+++ b/hid/pico/src/ph_debug.h
@@ -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/hid/pico/src/ph_outputs.c b/hid/pico/src/ph_outputs.c
index a61b659f..4ec40de5 100644
--- a/hid/pico/src/ph_outputs.c
+++ b/hid/pico/src/ph_outputs.c
@@ -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/hid/pico/src/ph_outputs.h b/hid/pico/src/ph_outputs.h
index d2487327..bddf9208 100644
--- a/hid/pico/src/ph_outputs.h
+++ b/hid/pico/src/ph_outputs.h
@@ -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/hid/pico/src/ph_proto.h b/hid/pico/src/ph_proto.h
index 11989170..78b28d32 100644
--- a/hid/pico/src/ph_proto.h
+++ b/hid/pico/src/ph_proto.h
@@ -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/hid/pico/src/ph_ps2.c b/hid/pico/src/ph_ps2.c
index 6dab2eb6..5eb07174 100644
--- a/hid/pico/src/ph_ps2.c
+++ b/hid/pico/src/ph_ps2.c
@@ -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/hid/pico/src/ph_ps2.h b/hid/pico/src/ph_ps2.h
index 1050b919..62fee109 100644
--- a/hid/pico/src/ph_ps2.h
+++ b/hid/pico/src/ph_ps2.h
@@ -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/hid/pico/src/ph_tools.h b/hid/pico/src/ph_tools.h
index 469be810..489302c4 100644
--- a/hid/pico/src/ph_tools.h
+++ b/hid/pico/src/ph_tools.h
@@ -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/hid/pico/src/ph_types.h b/hid/pico/src/ph_types.h
index 79ab6c15..97b89e90 100644
--- a/hid/pico/src/ph_types.h
+++ b/hid/pico/src/ph_types.h
@@ -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/hid/pico/src/ph_usb.c b/hid/pico/src/ph_usb.c
index 0358e724..a3d1da00 100644
--- a/hid/pico/src/ph_usb.c
+++ b/hid/pico/src/ph_usb.c
@@ -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/hid/pico/src/ph_usb.h b/hid/pico/src/ph_usb.h
index 5a4146e3..357f578d 100644
--- a/hid/pico/src/ph_usb.h
+++ b/hid/pico/src/ph_usb.h
@@ -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/hid/pico/src/ph_usb_kbd.c b/hid/pico/src/ph_usb_kbd.c
index 95835b0f..b4613c27 100644
--- a/hid/pico/src/ph_usb_kbd.c
+++ b/hid/pico/src/ph_usb_kbd.c
@@ -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/hid/pico/src/ph_usb_kbd.h b/hid/pico/src/ph_usb_kbd.h
index a6658201..8bbdcd05 100644
--- a/hid/pico/src/ph_usb_kbd.h
+++ b/hid/pico/src/ph_usb_kbd.h
@@ -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/hid/pico/src/ph_usb_keymap.h b/hid/pico/src/ph_usb_keymap.h
index 951949ae..f2481e41 100644
--- a/hid/pico/src/ph_usb_keymap.h
+++ b/hid/pico/src/ph_usb_keymap.h
@@ -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/hid/pico/src/ph_usb_keymap.h.mako b/hid/pico/src/ph_usb_keymap.h.mako
index dd156fed..454f9c1e 100644
--- a/hid/pico/src/ph_usb_keymap.h.mako
+++ b/hid/pico/src/ph_usb_keymap.h.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/hid/pico/src/ph_usb_mouse.c b/hid/pico/src/ph_usb_mouse.c
index 5004228c..33f35410 100644
--- a/hid/pico/src/ph_usb_mouse.c
+++ b/hid/pico/src/ph_usb_mouse.c
@@ -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/hid/pico/src/ph_usb_mouse.h b/hid/pico/src/ph_usb_mouse.h
index 6b6c6c73..1d13d73d 100644
--- a/hid/pico/src/ph_usb_mouse.h
+++ b/hid/pico/src/ph_usb_mouse.h
@@ -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/hid/pico/src/tusb_config.h b/hid/pico/src/tusb_config.h
index dae732a8..a3986ee1 100644
--- a/hid/pico/src/tusb_config.h
+++ b/hid/pico/src/tusb_config.h
@@ -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 #