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