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.
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'),
]

View File

@ -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"