summaryrefslogtreecommitdiff
path: root/hid/src
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-01-07 10:33:02 +0300
committerDevaev Maxim <[email protected]>2021-01-07 10:33:02 +0300
commitc169f55204075d0cd529434bcb526328cc949bed (patch)
treebe83490cced2f79c384567b975bc039129fc6734 /hid/src
parent0904675dabd89f54ae844aa551ea2c037638f27f (diff)
update copy
Diffstat (limited to 'hid/src')
-rw-r--r--hid/src/aum.h2
-rw-r--r--hid/src/main.cpp2
-rw-r--r--hid/src/proto.h2
-rw-r--r--hid/src/ps2/hid.h2
-rw-r--r--hid/src/ps2/keymap.h2
-rw-r--r--hid/src/ps2/keymap.h.mako2
-rw-r--r--hid/src/spi.cpp2
-rw-r--r--hid/src/spi.h2
-rw-r--r--hid/src/usb/hid.h2
-rw-r--r--hid/src/usb/keymap.h2
-rw-r--r--hid/src/usb/keymap.h.mako2
11 files changed, 11 insertions, 11 deletions
diff --git a/hid/src/aum.h b/hid/src/aum.h
index 85a3699b..cab0af5c 100644
--- a/hid/src/aum.h
+++ b/hid/src/aum.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main Pi-KVM daemon. #
# #
-# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2021 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/src/main.cpp b/hid/src/main.cpp
index 6a97d609..72ad60b8 100644
--- a/hid/src/main.cpp
+++ b/hid/src/main.cpp
@@ -2,7 +2,7 @@
# #
# KVMD - The main Pi-KVM daemon. #
# #
-# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2021 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/src/proto.h b/hid/src/proto.h
index f5886f00..7a273a30 100644
--- a/hid/src/proto.h
+++ b/hid/src/proto.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main Pi-KVM daemon. #
# #
-# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2021 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/src/ps2/hid.h b/hid/src/ps2/hid.h
index c344625b..2e5514d4 100644
--- a/hid/src/ps2/hid.h
+++ b/hid/src/ps2/hid.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main Pi-KVM daemon. #
# #
-# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2021 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/src/ps2/keymap.h b/hid/src/ps2/keymap.h
index 933f6ee5..9307e9e0 100644
--- a/hid/src/ps2/keymap.h
+++ b/hid/src/ps2/keymap.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main Pi-KVM daemon. #
# #
-# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2021 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/src/ps2/keymap.h.mako b/hid/src/ps2/keymap.h.mako
index bedb5fcc..95fc0d5c 100644
--- a/hid/src/ps2/keymap.h.mako
+++ b/hid/src/ps2/keymap.h.mako
@@ -2,7 +2,7 @@
# #
# KVMD - The main Pi-KVM daemon. #
# #
-# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2021 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/src/spi.cpp b/hid/src/spi.cpp
index fe634a14..9f2b4b59 100644
--- a/hid/src/spi.cpp
+++ b/hid/src/spi.cpp
@@ -2,7 +2,7 @@
# #
# KVMD - The main Pi-KVM daemon. #
# #
-# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2021 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/src/spi.h b/hid/src/spi.h
index 10a97e81..2e980606 100644
--- a/hid/src/spi.h
+++ b/hid/src/spi.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main Pi-KVM daemon. #
# #
-# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2021 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/src/usb/hid.h b/hid/src/usb/hid.h
index bd7ba966..c23f8715 100644
--- a/hid/src/usb/hid.h
+++ b/hid/src/usb/hid.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main Pi-KVM daemon. #
# #
-# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2021 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/src/usb/keymap.h b/hid/src/usb/keymap.h
index 1564b1f0..1ce4ce90 100644
--- a/hid/src/usb/keymap.h
+++ b/hid/src/usb/keymap.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main Pi-KVM daemon. #
# #
-# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2021 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/src/usb/keymap.h.mako b/hid/src/usb/keymap.h.mako
index a93d91a4..90a61695 100644
--- a/hid/src/usb/keymap.h.mako
+++ b/hid/src/usb/keymap.h.mako
@@ -2,7 +2,7 @@
# #
# KVMD - The main Pi-KVM daemon. #
# #
-# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2021 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 #