diff --git a/README.md b/README.md
index 15449e9..1d269d4 100644
--- a/README.md
+++ b/README.md
@@ -142,4 +142,4 @@ MIT. See [debian/copyright](debian/copyright).
---
-Built on Ubuntu by Vladimir Obcharov & Claude Code.
+Built on Ubuntu by Volodymyr Ovcharov & Claude Code.
diff --git a/aisisstant-setup b/aisisstant-setup
index 270a9eb..819b231 100755
--- a/aisisstant-setup
+++ b/aisisstant-setup
@@ -367,7 +367,7 @@ def _build_splash_content(with_next_btn=False, on_next=None):
authors_label.set_margin_bottom(10)
content.append(authors_label)
- author1 = Gtk.Label(label="Vladimir Obcharov")
+ author1 = Gtk.Label(label="Volodymyr Ovcharov")
author1.add_css_class("splash-author-name")
content.append(author1)
diff --git a/debian/copyright b/debian/copyright
index 9d32a07..4c2768a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
-Copyright: 2026 Vladimir Obcharov
+Copyright: 2026 Volodymyr Ovcharov
License: MIT
diff --git a/tests/test_collectors_window.py b/tests/test_collectors_window.py
index 4543297..2bc0e71 100644
--- a/tests/test_collectors_window.py
+++ b/tests/test_collectors_window.py
@@ -42,7 +42,7 @@ def test_different_counts_normalize_same(self):
# --- Browser suffixes ---
def test_strips_chrome_suffix(self):
assert WindowCollector._normalize_title(
- "GitHub - Google Chrome - Vladimir"
+ "GitHub - Google Chrome - Volodymyr"
) == "GitHub"
def test_strips_chrome_suffix_no_profile(self):