summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorPeter Maydell2021-07-05 11:55:41 +0200
committerPeter Maydell2021-07-18 11:59:46 +0200
commit955990af736a8cb2af7839d53b26ed8bb3b0633a (patch)
tree38246735aa29bc263592df3a32469f7156520ef5 /docs/conf.py
parenttarget/arm: Fix offsets for TTBCR (diff)
downloadqemu-955990af736a8cb2af7839d53b26ed8bb3b0633a.tar.gz
qemu-955990af736a8cb2af7839d53b26ed8bb3b0633a.tar.xz
qemu-955990af736a8cb2af7839d53b26ed8bb3b0633a.zip
docs: Fix documentation Copyright date
In commit 6d8980a38fa we updated the copyright string we present to the user in -version output, About dialogs, etc, but we forgot that the Sphinx manuals have a separate copyright string setting. Update that one too. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-id: 20210705095547.15790-2-peter.maydell@linaro.org
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 42729e22bb..ff6e92c6e2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -87,7 +87,7 @@ master_doc = 'index'
# General information about the project.
project = u'QEMU'
-copyright = u'2020, The QEMU Project Developers'
+copyright = u'2021, The QEMU Project Developers'
author = u'The QEMU Project Developers'
# The version info for the project you're documenting, acts as replacement for