summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgenmap.py6
-rw-r--r--hid/src/inline.h2
-rw-r--r--hid/src/keymap.h2
-rw-r--r--hid/src/main.cpp2
-rw-r--r--keymap.in2
-rw-r--r--kvmd/__init__.py2
-rw-r--r--kvmd/aioregion.py2
-rw-r--r--kvmd/apps/__init__.py2
-rw-r--r--kvmd/apps/cleanup/__init__.py2
-rw-r--r--kvmd/apps/cleanup/__main__.py2
-rw-r--r--kvmd/apps/htpasswd/__init__.py2
-rw-r--r--kvmd/apps/htpasswd/__main__.py2
-rw-r--r--kvmd/apps/kvmd/__init__.py2
-rw-r--r--kvmd/apps/kvmd/__main__.py2
-rw-r--r--kvmd/apps/kvmd/atx.py2
-rw-r--r--kvmd/apps/kvmd/auth.py2
-rw-r--r--kvmd/apps/kvmd/hid.py2
-rw-r--r--kvmd/apps/kvmd/info.py2
-rw-r--r--kvmd/apps/kvmd/logreader.py2
-rw-r--r--kvmd/apps/kvmd/msd.py2
-rw-r--r--kvmd/apps/kvmd/server.py2
-rw-r--r--kvmd/apps/kvmd/streamer.py2
-rw-r--r--kvmd/data/keymap.yaml2
-rw-r--r--kvmd/gpio.py2
-rw-r--r--kvmd/logging.py2
-rw-r--r--kvmd/yamlconf/__init__.py2
-rw-r--r--kvmd/yamlconf/dumper.py2
-rw-r--r--kvmd/yamlconf/loader.py2
-rwxr-xr-xscripts/kvmd-gencert2
-rwxr-xr-xsetup.py2
-rw-r--r--web/index.html2
-rw-r--r--web/kvm/index.html2
-rw-r--r--web/login/index.html2
-rw-r--r--web/share/css/index/index.css2
-rw-r--r--web/share/css/kvm/about.css2
-rw-r--r--web/share/css/kvm/hid.css2
-rw-r--r--web/share/css/kvm/keyboard.css2
-rw-r--r--web/share/css/kvm/msd.css2
-rw-r--r--web/share/css/kvm/stream.css2
-rw-r--r--web/share/css/leds.css2
-rw-r--r--web/share/css/login/login.css2
-rw-r--r--web/share/css/main.css2
-rw-r--r--web/share/css/menu.css2
-rw-r--r--web/share/css/modals.css2
-rw-r--r--web/share/css/progress.css2
-rw-r--r--web/share/css/sliders.css2
-rw-r--r--web/share/css/switches.css2
-rw-r--r--web/share/css/vars.css2
-rw-r--r--web/share/css/windows.css2
-rw-r--r--web/share/js/bb.js2
-rw-r--r--web/share/js/index/main.js2
-rw-r--r--web/share/js/kvm/atx.js2
-rw-r--r--web/share/js/kvm/hid.js2
-rw-r--r--web/share/js/kvm/keyboard.js2
-rw-r--r--web/share/js/kvm/main.js2
-rw-r--r--web/share/js/kvm/mouse.js2
-rw-r--r--web/share/js/kvm/msd.js2
-rw-r--r--web/share/js/kvm/session.js2
-rw-r--r--web/share/js/kvm/stream.js2
-rw-r--r--web/share/js/login/main.js2
-rw-r--r--web/share/js/tools.js2
-rw-r--r--web/share/js/wm.js2
62 files changed, 64 insertions, 64 deletions
diff --git a/genmap.py b/genmap.py
index ccb97166..74424414 100755
--- a/genmap.py
+++ b/genmap.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
@@ -54,7 +54,7 @@ def main() -> None:
keymap_yaml_file.write(textwrap.dedent("""
# ========================================================================== #
# #
- # KVMD - The The main Pi-KVM daemon. #
+ # KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
@@ -84,7 +84,7 @@ def main() -> None:
hid_header_file.write(textwrap.dedent("""
/*****************************************************************************
# #
- # KVMD - The The main Pi-KVM daemon. #
+ # KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/hid/src/inline.h b/hid/src/inline.h
index e9dd90bd..e4204750 100644
--- a/hid/src/inline.h
+++ b/hid/src/inline.h
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/hid/src/keymap.h b/hid/src/keymap.h
index f652101e..ac7bc5ea 100644
--- a/hid/src/keymap.h
+++ b/hid/src/keymap.h
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/hid/src/main.cpp b/hid/src/main.cpp
index 509e0a24..8f84fd1d 100644
--- a/hid/src/main.cpp
+++ b/hid/src/main.cpp
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/keymap.in b/keymap.in
index 587a265b..6b3d6237 100644
--- a/keymap.in
+++ b/keymap.in
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/__init__.py b/kvmd/__init__.py
index 9aecd2b8..ab252450 100644
--- a/kvmd/__init__.py
+++ b/kvmd/__init__.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/aioregion.py b/kvmd/aioregion.py
index 4ec2ba17..0b57e801 100644
--- a/kvmd/aioregion.py
+++ b/kvmd/aioregion.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/apps/__init__.py b/kvmd/apps/__init__.py
index 644cc109..be94c07a 100644
--- a/kvmd/apps/__init__.py
+++ b/kvmd/apps/__init__.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/apps/cleanup/__init__.py b/kvmd/apps/cleanup/__init__.py
index 4aa7f2c1..b39559f6 100644
--- a/kvmd/apps/cleanup/__init__.py
+++ b/kvmd/apps/cleanup/__init__.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/apps/cleanup/__main__.py b/kvmd/apps/cleanup/__main__.py
index 7d92324d..77f4e294 100644
--- a/kvmd/apps/cleanup/__main__.py
+++ b/kvmd/apps/cleanup/__main__.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/apps/htpasswd/__init__.py b/kvmd/apps/htpasswd/__init__.py
index 4906c581..50b3d26b 100644
--- a/kvmd/apps/htpasswd/__init__.py
+++ b/kvmd/apps/htpasswd/__init__.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/apps/htpasswd/__main__.py b/kvmd/apps/htpasswd/__main__.py
index 7d92324d..77f4e294 100644
--- a/kvmd/apps/htpasswd/__main__.py
+++ b/kvmd/apps/htpasswd/__main__.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/apps/kvmd/__init__.py b/kvmd/apps/kvmd/__init__.py
index 85dd552f..3f2431d7 100644
--- a/kvmd/apps/kvmd/__init__.py
+++ b/kvmd/apps/kvmd/__init__.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/apps/kvmd/__main__.py b/kvmd/apps/kvmd/__main__.py
index 7d92324d..77f4e294 100644
--- a/kvmd/apps/kvmd/__main__.py
+++ b/kvmd/apps/kvmd/__main__.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/apps/kvmd/atx.py b/kvmd/apps/kvmd/atx.py
index 9cff48af..1380ffce 100644
--- a/kvmd/apps/kvmd/atx.py
+++ b/kvmd/apps/kvmd/atx.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/apps/kvmd/auth.py b/kvmd/apps/kvmd/auth.py
index 051091e8..cb69458d 100644
--- a/kvmd/apps/kvmd/auth.py
+++ b/kvmd/apps/kvmd/auth.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/apps/kvmd/hid.py b/kvmd/apps/kvmd/hid.py
index 1a7ad4a3..adf4f743 100644
--- a/kvmd/apps/kvmd/hid.py
+++ b/kvmd/apps/kvmd/hid.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/apps/kvmd/info.py b/kvmd/apps/kvmd/info.py
index bf739b3d..c1bc62fe 100644
--- a/kvmd/apps/kvmd/info.py
+++ b/kvmd/apps/kvmd/info.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/apps/kvmd/logreader.py b/kvmd/apps/kvmd/logreader.py
index fedd48a5..9b379e2d 100644
--- a/kvmd/apps/kvmd/logreader.py
+++ b/kvmd/apps/kvmd/logreader.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/apps/kvmd/msd.py b/kvmd/apps/kvmd/msd.py
index 44f836a3..8ae9d9be 100644
--- a/kvmd/apps/kvmd/msd.py
+++ b/kvmd/apps/kvmd/msd.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/apps/kvmd/server.py b/kvmd/apps/kvmd/server.py
index 864e0b64..3c84dbe2 100644
--- a/kvmd/apps/kvmd/server.py
+++ b/kvmd/apps/kvmd/server.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/apps/kvmd/streamer.py b/kvmd/apps/kvmd/streamer.py
index 8b939929..71662959 100644
--- a/kvmd/apps/kvmd/streamer.py
+++ b/kvmd/apps/kvmd/streamer.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/data/keymap.yaml b/kvmd/data/keymap.yaml
index 4471aa52..4981b5ff 100644
--- a/kvmd/data/keymap.yaml
+++ b/kvmd/data/keymap.yaml
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/gpio.py b/kvmd/gpio.py
index fbcdba99..64a1a100 100644
--- a/kvmd/gpio.py
+++ b/kvmd/gpio.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/logging.py b/kvmd/logging.py
index c551a414..e012e8f9 100644
--- a/kvmd/logging.py
+++ b/kvmd/logging.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/yamlconf/__init__.py b/kvmd/yamlconf/__init__.py
index 893def88..ef329082 100644
--- a/kvmd/yamlconf/__init__.py
+++ b/kvmd/yamlconf/__init__.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/yamlconf/dumper.py b/kvmd/yamlconf/dumper.py
index 2c9e1ce1..517965fe 100644
--- a/kvmd/yamlconf/dumper.py
+++ b/kvmd/yamlconf/dumper.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/kvmd/yamlconf/loader.py b/kvmd/yamlconf/loader.py
index a4c17e99..ba82152c 100644
--- a/kvmd/yamlconf/loader.py
+++ b/kvmd/yamlconf/loader.py
@@ -1,6 +1,6 @@
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/scripts/kvmd-gencert b/scripts/kvmd-gencert
index 60fbd962..5def7926 100755
--- a/scripts/kvmd-gencert
+++ b/scripts/kvmd-gencert
@@ -1,7 +1,7 @@
#!/bin/bash
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/setup.py b/setup.py
index 77802e98..b8b9dccd 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# ========================================================================== #
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/index.html b/web/index.html
index 4a68a29a..e7ab8f3d 100644
--- a/web/index.html
+++ b/web/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- =========================================================================
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 53bc8bcd..d821f4a4 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- =========================================================================
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/login/index.html b/web/login/index.html
index 79873651..248f877c 100644
--- a/web/login/index.html
+++ b/web/login/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- =========================================================================
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/index/index.css b/web/share/css/index/index.css
index 8df9dfc5..9dcdb09d 100644
--- a/web/share/css/index/index.css
+++ b/web/share/css/index/index.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/kvm/about.css b/web/share/css/kvm/about.css
index a78cbf4f..83ba6091 100644
--- a/web/share/css/kvm/about.css
+++ b/web/share/css/kvm/about.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/kvm/hid.css b/web/share/css/kvm/hid.css
index 61e37334..24862f33 100644
--- a/web/share/css/kvm/hid.css
+++ b/web/share/css/kvm/hid.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/kvm/keyboard.css b/web/share/css/kvm/keyboard.css
index 782e1b0f..601c6a59 100644
--- a/web/share/css/kvm/keyboard.css
+++ b/web/share/css/kvm/keyboard.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/kvm/msd.css b/web/share/css/kvm/msd.css
index 59f0139f..285d334f 100644
--- a/web/share/css/kvm/msd.css
+++ b/web/share/css/kvm/msd.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/kvm/stream.css b/web/share/css/kvm/stream.css
index 8525f11c..2406e51c 100644
--- a/web/share/css/kvm/stream.css
+++ b/web/share/css/kvm/stream.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/leds.css b/web/share/css/leds.css
index 0752d00f..491659cb 100644
--- a/web/share/css/leds.css
+++ b/web/share/css/leds.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/login/login.css b/web/share/css/login/login.css
index 326e22b1..05d9bae5 100644
--- a/web/share/css/login/login.css
+++ b/web/share/css/login/login.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/main.css b/web/share/css/main.css
index 507fe16b..5262bb99 100644
--- a/web/share/css/main.css
+++ b/web/share/css/main.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/menu.css b/web/share/css/menu.css
index 4a7bf1cc..8e97b7b7 100644
--- a/web/share/css/menu.css
+++ b/web/share/css/menu.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/modals.css b/web/share/css/modals.css
index b843d193..98ea7c0b 100644
--- a/web/share/css/modals.css
+++ b/web/share/css/modals.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/progress.css b/web/share/css/progress.css
index 7f5c8468..f7fbf62b 100644
--- a/web/share/css/progress.css
+++ b/web/share/css/progress.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/sliders.css b/web/share/css/sliders.css
index da1e4537..c62b6fda 100644
--- a/web/share/css/sliders.css
+++ b/web/share/css/sliders.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/switches.css b/web/share/css/switches.css
index 1dfdb15b..fbc9582e 100644
--- a/web/share/css/switches.css
+++ b/web/share/css/switches.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/vars.css b/web/share/css/vars.css
index aa7fe060..d4e5f49b 100644
--- a/web/share/css/vars.css
+++ b/web/share/css/vars.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/windows.css b/web/share/css/windows.css
index bd217336..5beb3a69 100644
--- a/web/share/css/windows.css
+++ b/web/share/css/windows.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/bb.js b/web/share/js/bb.js
index 65c917b0..141d18da 100644
--- a/web/share/js/bb.js
+++ b/web/share/js/bb.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/index/main.js b/web/share/js/index/main.js
index a972b543..ac4c8a66 100644
--- a/web/share/js/index/main.js
+++ b/web/share/js/index/main.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/kvm/atx.js b/web/share/js/kvm/atx.js
index 3c3b5ead..c649ae4e 100644
--- a/web/share/js/kvm/atx.js
+++ b/web/share/js/kvm/atx.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/kvm/hid.js b/web/share/js/kvm/hid.js
index f927d401..a39201f2 100644
--- a/web/share/js/kvm/hid.js
+++ b/web/share/js/kvm/hid.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/kvm/keyboard.js b/web/share/js/kvm/keyboard.js
index a804dce4..f15c2b53 100644
--- a/web/share/js/kvm/keyboard.js
+++ b/web/share/js/kvm/keyboard.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/kvm/main.js b/web/share/js/kvm/main.js
index 00c32d79..3019f980 100644
--- a/web/share/js/kvm/main.js
+++ b/web/share/js/kvm/main.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/kvm/mouse.js b/web/share/js/kvm/mouse.js
index 9eee06e4..905c7a5d 100644
--- a/web/share/js/kvm/mouse.js
+++ b/web/share/js/kvm/mouse.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/kvm/msd.js b/web/share/js/kvm/msd.js
index 246fc2ad..7cf5aa0f 100644
--- a/web/share/js/kvm/msd.js
+++ b/web/share/js/kvm/msd.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/kvm/session.js b/web/share/js/kvm/session.js
index 800a46d8..57946b56 100644
--- a/web/share/js/kvm/session.js
+++ b/web/share/js/kvm/session.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/kvm/stream.js b/web/share/js/kvm/stream.js
index 8fd1d217..97d08ea3 100644
--- a/web/share/js/kvm/stream.js
+++ b/web/share/js/kvm/stream.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/login/main.js b/web/share/js/login/main.js
index 0eb9411a..37d05989 100644
--- a/web/share/js/login/main.js
+++ b/web/share/js/login/main.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/tools.js b/web/share/js/tools.js
index 3993e065..89b90978 100644
--- a/web/share/js/tools.js
+++ b/web/share/js/tools.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/wm.js b/web/share/js/wm.js
index 3a456b5b..f7465694 100644
--- a/web/share/js/wm.js
+++ b/web/share/js/wm.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The The main Pi-KVM daemon. #
+# KVMD - The main Pi-KVM daemon. #
# #
# Copyright (C) 2018 Maxim Devaev <[email protected]> #
# #