Skip to content

Commit 3d5d015

Browse files
ani-sinhahuth
authored andcommitted
docs: update copyright date to the year 2025
We are already in January 2025! Update copyright notices. Cc: [email protected] Cc: [email protected] Signed-off-by: Ani Sinha <[email protected]> Message-ID: <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent 8b70d7f commit 3d5d015

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
# General information about the project.
8989
project = u'QEMU'
90-
copyright = u'2024, The QEMU Project Developers'
90+
copyright = u'2025, The QEMU Project Developers'
9191
author = u'The QEMU Project Developers'
9292

9393
# The version info for the project you're documenting, acts as replacement for

include/qemu/help-texts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define QEMU_HELP_TEXTS_H
33

44
/* Copyright string for -version arguments, About dialogs, etc */
5-
#define QEMU_COPYRIGHT "Copyright (c) 2003-2024 " \
5+
#define QEMU_COPYRIGHT "Copyright (c) 2003-2025 " \
66
"Fabrice Bellard and the QEMU Project developers"
77

88
/* Bug reporting information for --help arguments, About dialogs, etc */

0 commit comments

Comments
 (0)