summaryrefslogtreecommitdiff
path: root/hid/lib/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'hid/lib/drivers')
-rw-r--r--hid/lib/drivers/aum.h2
-rw-r--r--hid/lib/drivers/board.h2
-rw-r--r--hid/lib/drivers/connection.h2
-rw-r--r--hid/lib/drivers/driver.h2
-rw-r--r--hid/lib/drivers/factory.h2
-rw-r--r--hid/lib/drivers/keyboard.h2
-rw-r--r--hid/lib/drivers/mouse.h2
-rw-r--r--hid/lib/drivers/serial.h2
-rw-r--r--hid/lib/drivers/storage.h2
-rw-r--r--hid/lib/drivers/tools.cpp2
-rw-r--r--hid/lib/drivers/tools.h2
-rw-r--r--hid/lib/drivers/usb-keymap.h2
-rw-r--r--hid/lib/drivers/usb-keymap.h.mako2
13 files changed, 13 insertions, 13 deletions
diff --git a/hid/lib/drivers/aum.h b/hid/lib/drivers/aum.h
index 42b379aa..3d407d12 100644
--- a/hid/lib/drivers/aum.h
+++ b/hid/lib/drivers/aum.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2023 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/lib/drivers/board.h b/hid/lib/drivers/board.h
index 2f9bcad7..cc431d62 100644
--- a/hid/lib/drivers/board.h
+++ b/hid/lib/drivers/board.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2023 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/lib/drivers/connection.h b/hid/lib/drivers/connection.h
index 39973a5a..7a9beb7b 100644
--- a/hid/lib/drivers/connection.h
+++ b/hid/lib/drivers/connection.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2023 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/lib/drivers/driver.h b/hid/lib/drivers/driver.h
index 811a15b4..af60b112 100644
--- a/hid/lib/drivers/driver.h
+++ b/hid/lib/drivers/driver.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2023 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/lib/drivers/factory.h b/hid/lib/drivers/factory.h
index e77fee75..116a6c84 100644
--- a/hid/lib/drivers/factory.h
+++ b/hid/lib/drivers/factory.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2023 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/lib/drivers/keyboard.h b/hid/lib/drivers/keyboard.h
index 49fd15de..1128def9 100644
--- a/hid/lib/drivers/keyboard.h
+++ b/hid/lib/drivers/keyboard.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2023 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/lib/drivers/mouse.h b/hid/lib/drivers/mouse.h
index e0f4b151..83216e29 100644
--- a/hid/lib/drivers/mouse.h
+++ b/hid/lib/drivers/mouse.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2023 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/lib/drivers/serial.h b/hid/lib/drivers/serial.h
index 8eaadaff..32ec5613 100644
--- a/hid/lib/drivers/serial.h
+++ b/hid/lib/drivers/serial.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2023 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/lib/drivers/storage.h b/hid/lib/drivers/storage.h
index 6af582d8..3b676905 100644
--- a/hid/lib/drivers/storage.h
+++ b/hid/lib/drivers/storage.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2023 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/lib/drivers/tools.cpp b/hid/lib/drivers/tools.cpp
index 0220e5f0..a6585245 100644
--- a/hid/lib/drivers/tools.cpp
+++ b/hid/lib/drivers/tools.cpp
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2023 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/lib/drivers/tools.h b/hid/lib/drivers/tools.h
index 00f0fd2a..34f88022 100644
--- a/hid/lib/drivers/tools.h
+++ b/hid/lib/drivers/tools.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2023 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/lib/drivers/usb-keymap.h b/hid/lib/drivers/usb-keymap.h
index 8371b04e..5a86337f 100644
--- a/hid/lib/drivers/usb-keymap.h
+++ b/hid/lib/drivers/usb-keymap.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2023 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/lib/drivers/usb-keymap.h.mako b/hid/lib/drivers/usb-keymap.h.mako
index 3e2324ef..5ae01421 100644
--- a/hid/lib/drivers/usb-keymap.h.mako
+++ b/hid/lib/drivers/usb-keymap.h.mako
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2023 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 #