summaryrefslogtreecommitdiff
path: root/hid/src
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-01-07 16:39:02 +0300
committerMaxim Devaev <[email protected]>2022-01-07 16:39:02 +0300
commit1b3a2cc3f7bd96f720320e2c0e39c2aedb00e068 (patch)
treee0f18ec24515ab0421c915e8c1626d232988c1d0 /hid/src
parent0efd93d496337856af3437df84dbc980a86819d4 (diff)
copyright bump
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/tools.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
12 files changed, 12 insertions, 12 deletions
diff --git a/hid/src/aum.h b/hid/src/aum.h
index 368adbda..42b379aa 100644
--- a/hid/src/aum.h
+++ b/hid/src/aum.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2022 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 185a05c4..30343862 100644
--- a/hid/src/main.cpp
+++ b/hid/src/main.cpp
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2022 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 1b06a39c..5965d41e 100644
--- a/hid/src/proto.h
+++ b/hid/src/proto.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2022 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 9daa4c5b..6b5e616d 100644
--- a/hid/src/ps2/hid.h
+++ b/hid/src/ps2/hid.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2022 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 de19d6d6..a2b6f8fd 100644
--- a/hid/src/ps2/keymap.h
+++ b/hid/src/ps2/keymap.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2022 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 526217cb..bc4ecb47 100644
--- a/hid/src/ps2/keymap.h.mako
+++ b/hid/src/ps2/keymap.h.mako
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2022 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 5d10a15c..e2b56928 100644
--- a/hid/src/spi.cpp
+++ b/hid/src/spi.cpp
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2022 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 ada04283..fc9337e5 100644
--- a/hid/src/spi.h
+++ b/hid/src/spi.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2022 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/tools.h b/hid/src/tools.h
index 79517da9..0a798596 100644
--- a/hid/src/tools.h
+++ b/hid/src/tools.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2022 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 f46af36a..5f840661 100644
--- a/hid/src/usb/hid.h
+++ b/hid/src/usb/hid.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2022 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 5c034d30..224a181c 100644
--- a/hid/src/usb/keymap.h
+++ b/hid/src/usb/keymap.h
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2022 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 f693d398..fe295bea 100644
--- a/hid/src/usb/keymap.h.mako
+++ b/hid/src/usb/keymap.h.mako
@@ -2,7 +2,7 @@
# #
# KVMD - The main PiKVM daemon. #
# #
-# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
+# Copyright (C) 2018-2022 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 #