summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2017-08-01 18:01:56 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-08-01 18:01:56 +1000
commit4b5370484439bb6a2f26ebecde9d101b551b0e43 (patch)
tree309ef901fa208d08ca9a11c92cff479c12284529 /doc/conf.py
parent99685f794fce6abefefd644d5f61972c54952957 (diff)
downloadtalos-skiboot-4b5370484439bb6a2f26ebecde9d101b551b0e43.tar.gz
talos-skiboot-4b5370484439bb6a2f26ebecde9d101b551b0e43.zip
doc: update copyright notices
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index edd7f275..9fdb2e86 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -50,7 +50,7 @@ master_doc = 'index'
# General information about the project.
project = u'skiboot'
-copyright = u'2016, Stewart Smith, IBM, others'
+copyright = u'2016-2017, IBM, others'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -234,7 +234,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'skiboot', u'skiboot Documentation',
- [u'Stewart Smith, IBM, others'], 1)
+ [u'IBM, others'], 1)
]
# If true, show URL addresses after external links.
@@ -248,7 +248,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'skiboot', u'skiboot Documentation',
- u'Stewart Smith, IBM, others', 'skiboot', 'OPAL (OpenPower Abstraction Layer): boot and runtime firmware for POWER.',
+ u'IBM, others', 'skiboot', 'OPAL (OpenPower Abstraction Layer): boot and runtime firmware for POWER.',
'Miscellaneous'),
]
OpenPOWER on IntegriCloud