summaryrefslogtreecommitdiff
path: root/hid
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-09-08 06:47:54 +0300
committerMaxim Devaev <[email protected]>2021-09-08 06:47:54 +0300
commit8f11fa3b91921a6037b56ead0853928b1404de0f (patch)
tree45c002095795db7b8a23e5043d16b46a89e9485a /hid
parentca812117e48cbc6e2c71947b912748cfd3ff9691 (diff)
small rebranding
Diffstat (limited to 'hid')
-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 cab0af5c..368adbda 100644
--- a/hid/src/aum.h
+++ b/hid/src/aum.h
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/hid/src/main.cpp b/hid/src/main.cpp
index 10136d54..185a05c4 100644
--- a/hid/src/main.cpp
+++ b/hid/src/main.cpp
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/hid/src/proto.h b/hid/src/proto.h
index 18124d74..1b06a39c 100644
--- a/hid/src/proto.h
+++ b/hid/src/proto.h
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/hid/src/ps2/hid.h b/hid/src/ps2/hid.h
index 2e5514d4..9daa4c5b 100644
--- a/hid/src/ps2/hid.h
+++ b/hid/src/ps2/hid.h
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/hid/src/ps2/keymap.h b/hid/src/ps2/keymap.h
index f45d6eb9..de19d6d6 100644
--- a/hid/src/ps2/keymap.h
+++ b/hid/src/ps2/keymap.h
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/hid/src/ps2/keymap.h.mako b/hid/src/ps2/keymap.h.mako
index 95fc0d5c..526217cb 100644
--- a/hid/src/ps2/keymap.h.mako
+++ b/hid/src/ps2/keymap.h.mako
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/hid/src/spi.cpp b/hid/src/spi.cpp
index 9f2b4b59..5d10a15c 100644
--- a/hid/src/spi.cpp
+++ b/hid/src/spi.cpp
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/hid/src/spi.h b/hid/src/spi.h
index 2e980606..ada04283 100644
--- a/hid/src/spi.h
+++ b/hid/src/spi.h
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/hid/src/tools.h b/hid/src/tools.h
index 6dc7d510..79517da9 100644
--- a/hid/src/tools.h
+++ b/hid/src/tools.h
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/hid/src/usb/hid.h b/hid/src/usb/hid.h
index 13f68cf1..f46af36a 100644
--- a/hid/src/usb/hid.h
+++ b/hid/src/usb/hid.h
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/hid/src/usb/keymap.h b/hid/src/usb/keymap.h
index d1954d3a..5c034d30 100644
--- a/hid/src/usb/keymap.h
+++ b/hid/src/usb/keymap.h
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/hid/src/usb/keymap.h.mako b/hid/src/usb/keymap.h.mako
index 90a61695..f693d398 100644
--- a/hid/src/usb/keymap.h.mako
+++ b/hid/src/usb/keymap.h.mako
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #