]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
Update copyright dates to 2023
authorEnze Li <lienze@kylinos.cn>
Thu, 25 May 2023 06:43:45 +0000 (14:43 +0800)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 30 May 2023 14:50:17 +0000 (15:50 +0100)
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>
docs/conf.py
include/qemu/help-texts.h

index c687ff26630137b4568265e3f572b78aae0f86ce..e84a95e71ce1e79c2d0596d0dbe3485c7debbea6 100644 (file)
@@ -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
index 4f265fed8df1787a697dfb98ab9570748596f31c..d0359f82e08a79bd00f0d5c84e2c4967cfa469e3 100644 (file)
@@ -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 */