summaryrefslogtreecommitdiff
path: root/hid/lib/drivers-stm32
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2023-05-27 12:41:22 +0300
committerMaxim Devaev <[email protected]>2023-05-27 12:41:22 +0300
commita834c89ef33785754c608fa17bc1cb359e1cb2aa (patch)
treede90ed601fbc948e0b98b6e3e3ae89bfd690715f /hid/lib/drivers-stm32
parentac2ea460456c2d6d824f5708f0ddb50d3d8a7d05 (diff)
copyright update
Diffstat (limited to 'hid/lib/drivers-stm32')
-rw-r--r--hid/lib/drivers-stm32/backup-register.h2
-rw-r--r--hid/lib/drivers-stm32/board-stm32.h2
-rw-r--r--hid/lib/drivers-stm32/factory.cpp2
-rw-r--r--hid/lib/drivers-stm32/usb/hid-wrapper-stm32.h2
-rw-r--r--hid/lib/drivers-stm32/usb/keyboard-stm32.h2
-rw-r--r--hid/lib/drivers-stm32/usb/mouse-absolute-stm32.h2
-rw-r--r--hid/lib/drivers-stm32/usb/mouse-relative-stm32.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/hid/lib/drivers-stm32/backup-register.h b/hid/lib/drivers-stm32/backup-register.h
index c3b5e088..196e4e1c 100644
--- a/hid/lib/drivers-stm32/backup-register.h
+++ b/hid/lib/drivers-stm32/backup-register.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-stm32/board-stm32.h b/hid/lib/drivers-stm32/board-stm32.h
index 0e375b9c..1602edaa 100644
--- a/hid/lib/drivers-stm32/board-stm32.h
+++ b/hid/lib/drivers-stm32/board-stm32.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-stm32/factory.cpp b/hid/lib/drivers-stm32/factory.cpp
index 39ca4dae..8f20e0ff 100644
--- a/hid/lib/drivers-stm32/factory.cpp
+++ b/hid/lib/drivers-stm32/factory.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-stm32/usb/hid-wrapper-stm32.h b/hid/lib/drivers-stm32/usb/hid-wrapper-stm32.h
index 0228d296..62f58213 100644
--- a/hid/lib/drivers-stm32/usb/hid-wrapper-stm32.h
+++ b/hid/lib/drivers-stm32/usb/hid-wrapper-stm32.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-stm32/usb/keyboard-stm32.h b/hid/lib/drivers-stm32/usb/keyboard-stm32.h
index 427b1ec8..22dec04d 100644
--- a/hid/lib/drivers-stm32/usb/keyboard-stm32.h
+++ b/hid/lib/drivers-stm32/usb/keyboard-stm32.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-stm32/usb/mouse-absolute-stm32.h b/hid/lib/drivers-stm32/usb/mouse-absolute-stm32.h
index 9d78fb6b..65195c78 100644
--- a/hid/lib/drivers-stm32/usb/mouse-absolute-stm32.h
+++ b/hid/lib/drivers-stm32/usb/mouse-absolute-stm32.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-stm32/usb/mouse-relative-stm32.h b/hid/lib/drivers-stm32/usb/mouse-relative-stm32.h
index 3bf42d91..4524e20b 100644
--- a/hid/lib/drivers-stm32/usb/mouse-relative-stm32.h
+++ b/hid/lib/drivers-stm32/usb/mouse-relative-stm32.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 #