docs/conf.py | 2 +- include/qemu/help-texts.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
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>
---
docs/conf.py | 2 +-
include/qemu/help-texts.h | 2 +-
2 files changed, 2 insertions(+), 2 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 @@
# 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
diff --git a/include/qemu/help-texts.h b/include/qemu/help-texts.h
index 4f265fed8d..d0359f82e0 100644
--- a/include/qemu/help-texts.h
+++ b/include/qemu/help-texts.h
@@ -2,7 +2,7 @@
#define QEMU_HELP_TEXTS_H
/* Copyright string for -version arguments, About dialogs, etc */
-#define QEMU_COPYRIGHT "Copyright (c) 2003-2022 " \
+#define QEMU_COPYRIGHT "Copyright (c) 2003-2023 " \
"Fabrice Bellard and the QEMU Project developers"
/* Bug reporting information for --help arguments, About dialogs, etc */
base-commit: aa33508196f4e2da04625bee36e1f7be5b9267e7
--
2.34.1
On Thu, 25 May 2023 at 07:45, Enze Li <lienze@kylinos.cn> wrote: > > 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> Whoops, thanks for catching this. These are indeed the only two places that need to be updated (compare commit fd50a00a57509 which was 2022's update). Reviewed-by: Peter Maydell <peter.maydell@linaro.org> (One day I might try to get the copyright date to be defined in one place rather than two...) -- PMM
On Thu, 25 May 2023 at 10:24, Peter Maydell <peter.maydell@linaro.org> wrote: > > On Thu, 25 May 2023 at 07:45, Enze Li <lienze@kylinos.cn> wrote: > > > > 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> > > Whoops, thanks for catching this. These are indeed the > only two places that need to be updated (compare commit > fd50a00a57509 which was 2022's update). > > Reviewed-by: Peter Maydell <peter.maydell@linaro.org> > > (One day I might try to get the copyright date to be > defined in one place rather than two...) I'll take this patch via target-arm.next, since I'm doing a pullreq anyway. thanks -- PMM
© 2016 - 2023 Red Hat, Inc.