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-20 20:25:24 +0000
commit7c2035121e4abb9e91a333dfdf31aec728926fa1 (patch)
tree3e07ce5d9c7af4f9631d8a6a5b5b4b559e820e8c
parent6a5e8446e8bd8cdb085eba4546db0e8caaa3941e (diff)
downloadbuildstream-7c2035121e4abb9e91a333dfdf31aec728926fa1.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..a930ecf32 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, BuildStream Team'
+author = 'BuildStream Team'
# 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'),
+ 'BuildStream Team', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of