diff --git a/docs/conf.py b/docs/conf.py index 2a3116cf..5f9474e6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,7 +45,7 @@ master_doc = 'index' # General information about the project. project = u'PlatformIO' -copyright = u'2014-2016, Ivan Kravets' +copyright = u'2014-present, PlatformIO' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -199,7 +199,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'PlatformIO.tex', u'PlatformIO Documentation', - u'Ivan Kravets', 'manual'), + u'PlatformIO', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -229,7 +229,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'platformio', u'PlatformIO Documentation', - [u'Ivan Kravets'], 1) + [u'PlatformIO'], 1) ] # If true, show URL addresses after external links. @@ -243,7 +243,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'PlatformIO', u'PlatformIO Documentation', - u'Ivan Kravets', 'PlatformIO', 'One line description of project.', + u'PlatformIO', 'PlatformIO', 'One line description of project.', 'Miscellaneous'), ] diff --git a/examples b/examples index 394b9480..a32b1662 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 394b9480ef1bc920fe7ad9aa57bd0134f18ce458 +Subproject commit a32b166297015fd9cb942c4711801e03e3ee9b94 diff --git a/platformio/__init__.py b/platformio/__init__.py index 934d4304..b8e820b0 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -28,7 +28,7 @@ __author__ = "Ivan Kravets" __email__ = "me@ikravets.com" __license__ = "Apache Software License" -__copyright__ = "Copyright 2014-2016 Ivan Kravets" +__copyright__ = "Copyright 2014-present PlatformIO" __apiurl__ = "http://api.platformio.org" __apiip__ = "198.7.57.247"