From: Ani Sinha Date: Wed, 7 Jan 2026 04:52:50 +0000 (+0530) Subject: docs: update copyright year to 2026 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=900e9a3adca66367ddb1989f8dd61b2bbc7115bf;p=thirdparty%2Fqemu.git docs: update copyright year to 2026 We are already in 2026. Update docs to update copyright info to year 2026. Cc: peter.maydell@linaro.org Cc: qemu-trivial@nongnu.org Signed-off-by: Ani Sinha Reviewed-by: Alex Bennée Message-ID: <20260107045250.34420-1-anisinha@redhat.com> Signed-off-by: Thomas Huth --- diff --git a/docs/conf.py b/docs/conf.py index bc4e9622dc..f835904ba1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -92,7 +92,7 @@ default_role = 'any' # General information about the project. project = u'QEMU' -copyright = u'2025, The QEMU Project Developers' +copyright = u'2026, 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 bc8fab9169..a9ccec7b38 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-2025 " \ +#define QEMU_COPYRIGHT "Copyright (c) 2003-2026 " \ "Fabrice Bellard and the QEMU Project developers" /* Bug reporting information for --help arguments, About dialogs, etc */