diff --git a/LICENSE.txt b/LICENSE.txt
index 32725ef3f1647490b59e466d4c69644e4cec288a..2642fde358903742def3cb908433bdc274ac2075 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,7 +1,7 @@
 The MIT License (MIT)
 
 Copyright (C) since 2016 CESNET, z.s.p.o (http://www.ces.net/)
-Copyright (C) since 2015 Jan Mach <honza.mach.ml@gmail.com>
+Copyright (C) since 2015 Honza Mach <honza.mach.ml@gmail.com>
 Use of this package is governed by the MIT license, see LICENSE file.
 
 This project was initially written for personal use of the original author. Later
diff --git a/README.rst b/README.rst
index 52f63d5b68c51878d13da6009169bbb0585542bf..395dcbf2caaeafa778a6f25ceaab5a1a7e500248 100644
--- a/README.rst
+++ b/README.rst
@@ -51,7 +51,7 @@ Copyright
 --------------------------------------------------------------------------------
 
 | Copyright (C) since 2016 CESNET, z.s.p.o (http://www.ces.net/)
-| Copyright (C) since 2015 Jan Mach <honza.mach.ml@gmail.com>
+| Copyright (C) since 2015 Honza Mach <honza.mach.ml@gmail.com>
 | Use of this package is governed by the MIT license, see LICENSE file.
 |
 | This project was initially written for personal use of the original author.
diff --git a/conf.py b/conf.py
index 8ce25ea0380f3c4953fd72081abb74ee44505b75..229bc79fdd16f74c4651c1f6b63d07cc46caa137 100644
--- a/conf.py
+++ b/conf.py
@@ -3,7 +3,7 @@
 # This file is part of PyZenKit package.
 #
 # Copyright (C) since 2016 CESNET, z.s.p.o (http://www.ces.net/)
-# Copyright (C) since 2015 Jan Mach <honza.mach.ml@gmail.com>
+# Copyright (C) since 2015 Honza Mach <honza.mach.ml@gmail.com>
 # Use of this package is governed by the MIT license, see LICENSE file.
 #
 # This project was initially written for personal use of the original author. Later
@@ -65,8 +65,8 @@ master_doc = 'manual'
 
 # General information about the project.
 project = u'PyZenKit - Python script and daemon toolkit'
-copyright = u'since 2016, Jan Mach'
-author = u'Jan Mach'
+copyright = u'since 2016, Honza Mach'
+author = u'Honza Mach'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -154,7 +154,7 @@ latex_elements = {
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
     (master_doc, 'pyzenkit.tex', u'PyZenKit - Python script and daemon toolkit - Documentation',
-     u'Jan Mach', 'manual'),
+     u'Honza Mach', 'manual'),
 ]
 
 
diff --git a/manual.rst b/manual.rst
index a659f3e57932550fb4fccdf8ea4877bb50496c34..6b666f1f72d32ade17bb04523f96c9653fa47576 100644
--- a/manual.rst
+++ b/manual.rst
@@ -3,7 +3,7 @@
    This file is part of PyZenKit package (https://pypi.python.org/pypi/pyzenkit).
 
    Copyright (C) since 2016 CESNET, z.s.p.o (http://www.ces.net/)
-   Copyright (C) since 2015 Jan Mach <honza.mach.ml@gmail.com>
+   Copyright (C) since 2015 Honza Mach <honza.mach.ml@gmail.com>
    Use of this package is governed by the MIT license, see LICENSE file.
 
    This project was initially written for personal use of the original author. Later
diff --git a/setup.py b/setup.py
index a6e9fca344e3feb9bb401c7e9707956fd87bdad7..53b7189cf7f89fc678d6c39d2dbc7f54b913bcb3 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@
 # This file is part of PyZenKit package.
 #
 # Copyright (C) since 2016 CESNET, z.s.p.o (http://www.ces.net/)
-# Copyright (C) since 2015 Jan Mach <honza.mach.ml@gmail.com>
+# Copyright (C) since 2015 Honza Mach <honza.mach.ml@gmail.com>
 # Use of this package is governed by the MIT license, see LICENSE file.
 #
 # This project was initially written for personal use of the original author. Later
@@ -51,7 +51,7 @@ setup(
     ],
     keywords = 'library console script daemon',
     url = 'https://github.com/honzamach/pyzenkit',
-    author = 'Jan Mach',
+    author = 'Honza Mach',
     author_email = 'email@jan-mach.cz',
     license = 'MIT',
     packages = [