mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 07:30:02 +00:00
Merge pull request #129 from percona/year_fix
Fixed incorrect copyright year
This commit is contained in:
@@ -41,7 +41,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Percona Toolkit'
|
project = u'Percona Toolkit'
|
||||||
copyright = u'2015, Percona LLC and/or its affiliates'
|
copyright = u'2016, Percona LLC and/or its affiliates'
|
||||||
|
|
||||||
# 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
|
||||||
@@ -179,7 +179,7 @@ htmlhelp_basename = 'PerconaToolkitdoc'
|
|||||||
# (source start file, target name, title, author, documentclass [howto/manual]).
|
# (source start file, target name, title, author, documentclass [howto/manual]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'PerconaToolkit.tex', u'Percona Toolkit Documentation',
|
('index', 'PerconaToolkit.tex', u'Percona Toolkit Documentation',
|
||||||
u'2015, Percona LLC and/or its affiliates', 'manual'),
|
u'2016, Percona LLC and/or its affiliates', '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
|
||||||
@@ -212,5 +212,5 @@ latex_logo = 'percona-logo.jpg'
|
|||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('index', 'perconatoolkit', u'Percona Toolkit Documentation',
|
('index', 'perconatoolkit', u'Percona Toolkit Documentation',
|
||||||
[u'2015, Percona LLC and/or its affiliates'], 1)
|
[u'2016, Percona LLC and/or its affiliates'], 1)
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user