diff options
Diffstat (limited to 'testenv/tests/plugins/auth')
-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 |
4 files changed, 4 insertions, 4 deletions
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]> # # # |