diff options
author | Maxim Devaev <[email protected]> | 2023-05-27 12:41:22 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-05-27 12:41:22 +0300 |
commit | a834c89ef33785754c608fa17bc1cb359e1cb2aa (patch) | |
tree | de90ed601fbc948e0b98b6e3e3ae89bfd690715f /hid/lib/drivers | |
parent | ac2ea460456c2d6d824f5708f0ddb50d3d8a7d05 (diff) |
copyright update
Diffstat (limited to 'hid/lib/drivers')
-rw-r--r-- | hid/lib/drivers/aum.h | 2 | ||||
-rw-r--r-- | hid/lib/drivers/board.h | 2 | ||||
-rw-r--r-- | hid/lib/drivers/connection.h | 2 | ||||
-rw-r--r-- | hid/lib/drivers/driver.h | 2 | ||||
-rw-r--r-- | hid/lib/drivers/factory.h | 2 | ||||
-rw-r--r-- | hid/lib/drivers/keyboard.h | 2 | ||||
-rw-r--r-- | hid/lib/drivers/mouse.h | 2 | ||||
-rw-r--r-- | hid/lib/drivers/serial.h | 2 | ||||
-rw-r--r-- | hid/lib/drivers/storage.h | 2 | ||||
-rw-r--r-- | hid/lib/drivers/tools.cpp | 2 | ||||
-rw-r--r-- | hid/lib/drivers/tools.h | 2 | ||||
-rw-r--r-- | hid/lib/drivers/usb-keymap.h | 2 | ||||
-rw-r--r-- | hid/lib/drivers/usb-keymap.h.mako | 2 |
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 # |