From 4b308cdbac2e8571141ff34c4379f97794b43f5f Mon Sep 17 00:00:00 2001 From: Honza Mach <honza.mach.ml@gmail.com> Date: Tue, 17 Jul 2018 12:05:23 +0200 Subject: [PATCH] Fix: Replaced all remaining occurences of the short version of my name with the version contained in my primary email address. --- LICENSE.txt | 2 +- README.rst | 2 +- conf.py | 8 ++++---- manual.rst | 2 +- setup.py | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 32725ef..2642fde 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 52f63d5..395dcbf 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 8ce25ea..229bc79 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 a659f3e..6b666f1 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 a6e9fca..53b7189 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 = [ -- GitLab