Update copyrights

This commit is contained in:
Ivan Kravets
2016-08-25 00:12:03 +03:00
parent a57ed93923
commit 3979ee33a3
3 changed files with 6 additions and 6 deletions

View File

@ -45,7 +45,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'PlatformIO' 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 # 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
@ -199,7 +199,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
('index', 'PlatformIO.tex', u'PlatformIO Documentation', ('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 # 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). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'platformio', u'PlatformIO Documentation', ('index', 'platformio', u'PlatformIO Documentation',
[u'Ivan Kravets'], 1) [u'PlatformIO'], 1)
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@ -243,7 +243,7 @@ man_pages = [
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'PlatformIO', u'PlatformIO Documentation', ('index', 'PlatformIO', u'PlatformIO Documentation',
u'Ivan Kravets', 'PlatformIO', 'One line description of project.', u'PlatformIO', 'PlatformIO', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]

View File

@ -28,7 +28,7 @@ __author__ = "Ivan Kravets"
__email__ = "me@ikravets.com" __email__ = "me@ikravets.com"
__license__ = "Apache Software License" __license__ = "Apache Software License"
__copyright__ = "Copyright 2014-2016 Ivan Kravets" __copyright__ = "Copyright 2014-present PlatformIO"
__apiurl__ = "http://api.platformio.org" __apiurl__ = "http://api.platformio.org"
__apiip__ = "198.7.57.247" __apiip__ = "198.7.57.247"