Browse Source

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 <anisinha@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20260107045250.34420-1-anisinha@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pull/316/head
Ani Sinha 7 months ago
committed by Thomas Huth
parent
commit
900e9a3adc
  1. 2
      docs/conf.py
  2. 2
      include/qemu/help-texts.h

2
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

2
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 */

Loading…
Cancel
Save