summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 15f0f5003..e95a114e1 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -56,8 +56,8 @@ master_doc = 'index'
# General information about the project.
project = 'BuildStream'
-copyright = '2017-2018, Codethink Limited'
-author = 'Tristan Van Berkom'
+copyright = '2017-2018, The BuildStream Contributors'
+author = 'The BuildStream Contributors'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -267,7 +267,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'BuildStream.tex', 'BuildStream Documentation',
- 'Tristan Van Berkom', 'manual'),
+ 'The BuildStream Contributors', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of