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