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/plugins | |
parent | ca812117e48cbc6e2c71947b912748cfd3ff9691 (diff) |
small rebranding
Diffstat (limited to 'testenv/tests/plugins')
-rw-r--r-- | testenv/tests/plugins/__init__.py | 2 | ||||
-rw-r--r-- | testenv/tests/plugins/auth/__init__.py | 2 | ||||
-rw-r--r-- | testenv/tests/plugins/auth/test_htpasswd.py | 2 | ||||
-rw-r--r-- | testenv/tests/plugins/auth/test_http.py | 2 | ||||
-rw-r--r-- | testenv/tests/plugins/auth/test_pam.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/testenv/tests/plugins/__init__.py b/testenv/tests/plugins/__init__.py index 2e9dc6b1..3b396989 100644 --- a/testenv/tests/plugins/__init__.py +++ b/testenv/tests/plugins/__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/plugins/auth/__init__.py b/testenv/tests/plugins/auth/__init__.py index 7bbe269a..624a6d46 100644 --- a/testenv/tests/plugins/auth/__init__.py +++ b/testenv/tests/plugins/auth/__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/plugins/auth/test_htpasswd.py b/testenv/tests/plugins/auth/test_htpasswd.py index b14fc4f0..76e58efc 100644 --- a/testenv/tests/plugins/auth/test_htpasswd.py +++ b/testenv/tests/plugins/auth/test_htpasswd.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/plugins/auth/test_http.py b/testenv/tests/plugins/auth/test_http.py index b490450d..22f2fcec 100644 --- a/testenv/tests/plugins/auth/test_http.py +++ b/testenv/tests/plugins/auth/test_http.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/plugins/auth/test_pam.py b/testenv/tests/plugins/auth/test_pam.py index d365f9ee..2ab9224e 100644 --- a/testenv/tests/plugins/auth/test_pam.py +++ b/testenv/tests/plugins/auth/test_pam.py @@ -1,6 +1,6 @@ # ========================================================================== # # # -# KVMD - The main Pi-KVM daemon. # +# KVMD - The main PiKVM daemon. # # # # Copyright (C) 2018-2021 Maxim Devaev <[email protected]> # # # |