mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
docs: update copyright date to the year 2025
We are already in January 2025! Update copyright notices. Cc: peter.maydell@linaro.org Cc: qemu-trivial@nongnu.org Signed-off-by: Ani Sinha <anisinha@redhat.com> Message-ID: <20250101080116.1050336-1-anisinha@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
8b70d7f207
commit
3d5d015ca4
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ default_role = 'any'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'QEMU'
|
project = u'QEMU'
|
||||||
copyright = u'2024, The QEMU Project Developers'
|
copyright = u'2025, The QEMU Project Developers'
|
||||||
author = u'The QEMU Project Developers'
|
author = u'The QEMU Project Developers'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#define QEMU_HELP_TEXTS_H
|
#define QEMU_HELP_TEXTS_H
|
||||||
|
|
||||||
/* Copyright string for -version arguments, About dialogs, etc */
|
/* Copyright string for -version arguments, About dialogs, etc */
|
||||||
#define QEMU_COPYRIGHT "Copyright (c) 2003-2024 " \
|
#define QEMU_COPYRIGHT "Copyright (c) 2003-2025 " \
|
||||||
"Fabrice Bellard and the QEMU Project developers"
|
"Fabrice Bellard and the QEMU Project developers"
|
||||||
|
|
||||||
/* Bug reporting information for --help arguments, About dialogs, etc */
|
/* Bug reporting information for --help arguments, About dialogs, etc */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue