[Skiboot] [PATCH 1/3] doc: update copyright notices
Stewart Smith
stewart at linux.vnet.ibm.com
Tue Aug 1 18:11:34 AEST 2017
Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
doc/conf.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/conf.py b/doc/conf.py
index edd7f275f563..9fdb2e8678c0 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'),
]
--
2.13.3
More information about the Skiboot
mailing list