diff options
| author | Enze Li <lienze@kylinos.cn> | 2023-05-25 14:43:45 +0800 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2023-05-30 15:50:17 +0100 |
| commit | 5d6c687c9d2249de3f41d8d71baa1f15cc5cf112 (patch) | |
| tree | fcebfaf7a19c627fdb350a2ed8470ceab7f041de /docs/conf.py | |
| parent | 441d701db75a6aa0c5e7c21836282e1555924a2d (diff) | |
| download | focaccia-qemu-5d6c687c9d2249de3f41d8d71baa1f15cc5cf112.tar.gz focaccia-qemu-5d6c687c9d2249de3f41d8d71baa1f15cc5cf112.zip | |
Update copyright dates to 2023
I noticed that in the latest version, the copyright string is still 2022, even though 2023 is halfway through. This patch fixes that and fixes the documentation along with it. Signed-off-by: Enze Li <lienze@kylinos.cn> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20230525064345.1152801-1-lienze@kylinos.cn Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index c687ff2663..e84a95e71c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -89,7 +89,7 @@ default_role = 'any' # General information about the project. project = u'QEMU' -copyright = u'2022, The QEMU Project Developers' +copyright = u'2023, The QEMU Project Developers' author = u'The QEMU Project Developers' # The version info for the project you're documenting, acts as replacement for |