summaryrefslogtreecommitdiff
path: root/testenv/tests/apps
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 /testenv/tests/apps
parentca812117e48cbc6e2c71947b912748cfd3ff9691 (diff)
small rebranding
Diffstat (limited to 'testenv/tests/apps')
-rw-r--r--testenv/tests/apps/__init__.py2
-rw-r--r--testenv/tests/apps/cleanup/__init__.py2
-rw-r--r--testenv/tests/apps/cleanup/test_main.py2
-rw-r--r--testenv/tests/apps/htpasswd/__init__.py2
-rw-r--r--testenv/tests/apps/htpasswd/test_main.py2
-rw-r--r--testenv/tests/apps/kvmd/__init__.py2
-rw-r--r--testenv/tests/apps/kvmd/test_auth.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/testenv/tests/apps/__init__.py b/testenv/tests/apps/__init__.py
index 2e9dc6b1..3b396989 100644
--- a/testenv/tests/apps/__init__.py
+++ b/testenv/tests/apps/__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/apps/cleanup/__init__.py b/testenv/tests/apps/cleanup/__init__.py
index 2e9dc6b1..3b396989 100644
--- a/testenv/tests/apps/cleanup/__init__.py
+++ b/testenv/tests/apps/cleanup/__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/apps/cleanup/test_main.py b/testenv/tests/apps/cleanup/test_main.py
index c1c829f0..9e0a4f41 100644
--- a/testenv/tests/apps/cleanup/test_main.py
+++ b/testenv/tests/apps/cleanup/test_main.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/apps/htpasswd/__init__.py b/testenv/tests/apps/htpasswd/__init__.py
index 2e9dc6b1..3b396989 100644
--- a/testenv/tests/apps/htpasswd/__init__.py
+++ b/testenv/tests/apps/htpasswd/__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/apps/htpasswd/test_main.py b/testenv/tests/apps/htpasswd/test_main.py
index 54f30047..a40eaa0a 100644
--- a/testenv/tests/apps/htpasswd/test_main.py
+++ b/testenv/tests/apps/htpasswd/test_main.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/apps/kvmd/__init__.py b/testenv/tests/apps/kvmd/__init__.py
index 2e9dc6b1..3b396989 100644
--- a/testenv/tests/apps/kvmd/__init__.py
+++ b/testenv/tests/apps/kvmd/__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/apps/kvmd/test_auth.py b/testenv/tests/apps/kvmd/test_auth.py
index 1e8c59b8..5c56bec9 100644
--- a/testenv/tests/apps/kvmd/test_auth.py
+++ b/testenv/tests/apps/kvmd/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]> #
# #