diff options
author | Maxim Devaev <[email protected]> | 2021-09-08 06:47:54 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-09-08 06:47:54 +0300 |
commit | 8f11fa3b91921a6037b56ead0853928b1404de0f (patch) | |
tree | 45c002095795db7b8a23e5043d16b46a89e9485a /testenv/tests/validators | |
parent | ca812117e48cbc6e2c71947b912748cfd3ff9691 (diff) |
small rebranding
Diffstat (limited to 'testenv/tests/validators')
-rw-r--r-- | testenv/tests/validators/__init__.py | 2 | ||||
-rw-r--r-- | testenv/tests/validators/test_auth.py | 2 | ||||
-rw-r--r-- | testenv/tests/validators/test_basic.py | 2 | ||||
-rw-r--r-- | testenv/tests/validators/test_hid.py | 2 | ||||
-rw-r--r-- | testenv/tests/validators/test_hw.py | 2 | ||||
-rw-r--r-- | testenv/tests/validators/test_kvm.py | 2 | ||||
-rw-r--r-- | testenv/tests/validators/test_net.py | 2 | ||||
-rw-r--r-- | testenv/tests/validators/test_os.py | 2 | ||||
-rw-r--r-- | testenv/tests/validators/test_ugpio.py | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/testenv/tests/validators/__init__.py b/testenv/tests/validators/__init__.py index 2e9dc6b1..3b396989 100644 --- a/testenv/tests/validators/__init__.py +++ b/testenv/tests/validators/__init__.py @@ -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/testenv/tests/validators/test_auth.py b/testenv/tests/validators/test_auth.py index bd904846..4be84d84 100644 --- a/testenv/tests/validators/test_auth.py +++ b/testenv/tests/validators/test_auth.py @@ -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/testenv/tests/validators/test_basic.py b/testenv/tests/validators/test_basic.py index 8e8f5135..d68feab8 100644 --- a/testenv/tests/validators/test_basic.py +++ b/testenv/tests/validators/test_basic.py @@ -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/testenv/tests/validators/test_hid.py b/testenv/tests/validators/test_hid.py index fe509a47..068e8bd3 100644 --- a/testenv/tests/validators/test_hid.py +++ b/testenv/tests/validators/test_hid.py @@ -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/testenv/tests/validators/test_hw.py b/testenv/tests/validators/test_hw.py index d3115069..6e47cb71 100644 --- a/testenv/tests/validators/test_hw.py +++ b/testenv/tests/validators/test_hw.py @@ -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/testenv/tests/validators/test_kvm.py b/testenv/tests/validators/test_kvm.py index c6ba4436..55317950 100644 --- a/testenv/tests/validators/test_kvm.py +++ b/testenv/tests/validators/test_kvm.py @@ -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/testenv/tests/validators/test_net.py b/testenv/tests/validators/test_net.py index bbb5185c..05b4cf19 100644 --- a/testenv/tests/validators/test_net.py +++ b/testenv/tests/validators/test_net.py @@ -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/testenv/tests/validators/test_os.py b/testenv/tests/validators/test_os.py index d23dd324..5db62936 100644 --- a/testenv/tests/validators/test_os.py +++ b/testenv/tests/validators/test_os.py @@ -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/testenv/tests/validators/test_ugpio.py b/testenv/tests/validators/test_ugpio.py index 15eb499b..2b190694 100644 --- a/testenv/tests/validators/test_ugpio.py +++ b/testenv/tests/validators/test_ugpio.py @@ -1,6 +1,6 @@ # ========================================================================== # # # -# KVMD - The main Pi-KVM daemon. # +# KVMD - The main PiKVM daemon. # # # # Copyright (C) 2018-2021 Maxim Devaev <[email protected]> # # # |