From 8f11fa3b91921a6037b56ead0853928b1404de0f Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 8 Sep 2021 06:47:54 +0300 Subject: small rebranding --- hid/src/aum.h | 2 +- hid/src/main.cpp | 2 +- hid/src/proto.h | 2 +- hid/src/ps2/hid.h | 2 +- hid/src/ps2/keymap.h | 2 +- hid/src/ps2/keymap.h.mako | 2 +- hid/src/spi.cpp | 2 +- hid/src/spi.h | 2 +- hid/src/tools.h | 2 +- hid/src/usb/hid.h | 2 +- hid/src/usb/keymap.h | 2 +- hid/src/usb/keymap.h.mako | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'hid') 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 # # # 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 # # # 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 # # # 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 # # # 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 # # # 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 # # # 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 # # # 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 # # # 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 # # # 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 # # # 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 # # # 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 # # # -- cgit v1.2.3