diff mbox

[1/3] doc: update copyright notices

Message ID 20170801081136.23321-1-stewart@linux.vnet.ibm.com
State Accepted
Headers show

Commit Message

Stewart Smith Aug. 1, 2017, 8:11 a.m. UTC
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
---
 doc/conf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox

Patch

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