docs: update copyright date to the year 2024
authorAni Sinha <anisinha@redhat.com>
Mon, 11 Mar 2024 12:03:46 +0000 (17:33 +0530)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 11 Mar 2024 17:21:21 +0000 (17:21 +0000)
We are already in the third month of 2024 but the copyright notices still refer
to 2023. Update the date to 2024 in documentation and help texts.

Cc: peter.maydell@linaro.org
Cc: qemu-trivial@nongnu.org
Signed-off-by: Ani Sinha <anisinha@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20240311120346.9596-1-anisinha@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
docs/conf.py
include/qemu/help-texts.h

index 1b2afa241c08ffa0efbc6a9dfe21fb60cd9b5b72..aae0304ac6ef386ff02e6ae4bbb160ad29e1c7b0 100644 (file)
@@ -88,7 +88,7 @@ default_role = 'any'
 
 # General information about the project.
 project = u'QEMU'
-copyright = u'2023, The QEMU Project Developers'
+copyright = u'2024, The QEMU Project Developers'
 author = u'The QEMU Project Developers'
 
 # The version info for the project you're documenting, acts as replacement for
index d0359f82e08a79bd00f0d5c84e2c4967cfa469e3..353ab2ad8b05b1a067004d2ec0dcfc2168081165 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-2023 " \
+#define QEMU_COPYRIGHT "Copyright (c) 2003-2024 " \
     "Fabrice Bellard and the QEMU Project developers"
 
 /* Bug reporting information for --help arguments, About dialogs, etc */