aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2021-07-05 10:55:41 +0100
committerPeter Maydell <peter.maydell@linaro.org>2021-07-18 10:59:46 +0100
commit955990af736a8cb2af7839d53b26ed8bb3b0633a (patch)
tree38246735aa29bc263592df3a32469f7156520ef5 /docs
parentd102058e795229f53a443a58d10d8b457e96acb4 (diff)
downloadqemu-955990af736a8cb2af7839d53b26ed8bb3b0633a.zip
qemu-955990af736a8cb2af7839d53b26ed8bb3b0633a.tar.gz
qemu-955990af736a8cb2af7839d53b26ed8bb3b0633a.tar.bz2
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')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 42729e2..ff6e92c 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