summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-03-20 20:21:31 +0000
committerJavier Jardón <jjardon@gnome.org>2018-03-22 12:15:55 +0000
commita52cc0dda2928d92ae9c35d0855c37e11f01b584 (patch)
tree887e8758dc6720a9b0e0a26748d7893c4abf983a
parent9250917446bd1e577ac9482309c8c1358042eb07 (diff)
downloadbuildstream-a52cc0dda2928d92ae9c35d0855c37e11f01b584.tar.gz
source/conf.py: change copyright/author to "BuildStream Team"
-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