Skip to content
Snippets Groups Projects
Commit 4b308cdb authored by Honza Mach's avatar Honza Mach
Browse files

Fix: Replaced all remaining occurences of the short version of my name with...

Fix: Replaced all remaining occurences of the short version of my name with the version contained in my primary email address.
parent 60e5ae92
No related branches found
No related tags found
No related merge requests found
The MIT License (MIT) The MIT License (MIT)
Copyright (C) since 2016 CESNET, z.s.p.o (http://www.ces.net/) 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. 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 This project was initially written for personal use of the original author. Later
......
...@@ -51,7 +51,7 @@ Copyright ...@@ -51,7 +51,7 @@ Copyright
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
| Copyright (C) since 2016 CESNET, z.s.p.o (http://www.ces.net/) | 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. | 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. | This project was initially written for personal use of the original author.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# This file is part of PyZenKit package. # This file is part of PyZenKit package.
# #
# Copyright (C) since 2016 CESNET, z.s.p.o (http://www.ces.net/) # 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. # 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 # This project was initially written for personal use of the original author. Later
...@@ -65,8 +65,8 @@ master_doc = 'manual' ...@@ -65,8 +65,8 @@ master_doc = 'manual'
# General information about the project. # General information about the project.
project = u'PyZenKit - Python script and daemon toolkit' project = u'PyZenKit - Python script and daemon toolkit'
copyright = u'since 2016, Jan Mach' copyright = u'since 2016, Honza Mach'
author = u'Jan Mach' author = u'Honza Mach'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
...@@ -154,7 +154,7 @@ latex_elements = { ...@@ -154,7 +154,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
(master_doc, 'pyzenkit.tex', u'PyZenKit - Python script and daemon toolkit - Documentation', (master_doc, 'pyzenkit.tex', u'PyZenKit - Python script and daemon toolkit - Documentation',
u'Jan Mach', 'manual'), u'Honza Mach', 'manual'),
] ]
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
This file is part of PyZenKit package (https://pypi.python.org/pypi/pyzenkit). 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 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. 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 This project was initially written for personal use of the original author. Later
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# This file is part of PyZenKit package. # This file is part of PyZenKit package.
# #
# Copyright (C) since 2016 CESNET, z.s.p.o (http://www.ces.net/) # 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. # 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 # This project was initially written for personal use of the original author. Later
...@@ -51,7 +51,7 @@ setup( ...@@ -51,7 +51,7 @@ setup(
], ],
keywords = 'library console script daemon', keywords = 'library console script daemon',
url = 'https://github.com/honzamach/pyzenkit', url = 'https://github.com/honzamach/pyzenkit',
author = 'Jan Mach', author = 'Honza Mach',
author_email = 'email@jan-mach.cz', author_email = 'email@jan-mach.cz',
license = 'MIT', license = 'MIT',
packages = [ packages = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment