diff options
author | Maxim Devaev <[email protected]> | 2024-03-22 16:02:55 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-03-22 16:02:55 +0200 |
commit | ce62d711c14067ead21421ec7550b81b36770611 (patch) | |
tree | bd0c13a362f123730cd8c9f2272416ee701534e2 /hid/arduino/lib/drivers | |
parent | c9ee5131a1505eba10766434d4e10ae584438889 (diff) |
updated copyright date
Diffstat (limited to 'hid/arduino/lib/drivers')
-rw-r--r-- | hid/arduino/lib/drivers/aum.h | 2 | ||||
-rw-r--r-- | hid/arduino/lib/drivers/board.h | 2 | ||||
-rw-r--r-- | hid/arduino/lib/drivers/connection.h | 2 | ||||
-rw-r--r-- | hid/arduino/lib/drivers/driver.h | 2 | ||||
-rw-r--r-- | hid/arduino/lib/drivers/factory.h | 2 | ||||
-rw-r--r-- | hid/arduino/lib/drivers/keyboard.h | 2 | ||||
-rw-r--r-- | hid/arduino/lib/drivers/mouse.h | 2 | ||||
-rw-r--r-- | hid/arduino/lib/drivers/serial.h | 2 | ||||
-rw-r--r-- | hid/arduino/lib/drivers/storage.h | 2 | ||||
-rw-r--r-- | hid/arduino/lib/drivers/tools.cpp | 2 | ||||
-rw-r--r-- | hid/arduino/lib/drivers/tools.h | 2 | ||||
-rw-r--r-- | hid/arduino/lib/drivers/usb-keymap.h | 2 | ||||
-rw-r--r-- | hid/arduino/lib/drivers/usb-keymap.h.mako | 2 |
13 files changed, 13 insertions, 13 deletions
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 # |