From 5dd6bfd90d01e0cb27c349157208e5e4ce883846 Mon Sep 17 00:00:00 2001 From: Ani Sinha Date: Mon, 11 Mar 2024 17:33:46 +0530 Subject: docs: update copyright date to the year 2024 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 Reviewed-by: Peter Maydell Message-id: 20240311120346.9596-1-anisinha@redhat.com Signed-off-by: Peter Maydell --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 1b2afa241c..aae0304ac6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 -- cgit 1.4.1