diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-04-15 14:28:13 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-04-17 20:58:24 +0900 |
commit | 548ec0ce8ac3b70a3798d286b45dff3ce6395a24 (patch) | |
tree | 4104a8d4a94ce74bf1550e12b6cd58e21e0e79eb /doc/source | |
parent | 98ca2be8d935378885878549758d4a3a90b1824a (diff) | |
download | buildstream-548ec0ce8ac3b70a3798d286b45dff3ce6395a24.tar.gz |
doc/source/conf.py: Update copyright year
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 076bfde53..0234d392f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ master_doc = "index" # General information about the project. project = "BuildStream" -copyright = "2017-2018, The BuildStream Contributors" # pylint: disable=redefined-builtin +copyright = "2017-2020, The BuildStream Contributors" # pylint: disable=redefined-builtin author = "The BuildStream Contributors" # The version info for the project you're documenting, acts as replacement for |