summaryrefslogtreecommitdiff
path: root/hid/arduino
diff options
context:
space:
mode:
Diffstat (limited to 'hid/arduino')
-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
31 files changed, 31 insertions, 31 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 #