We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b70d7f commit 3d5d015Copy full SHA for 3d5d015
docs/conf.py
@@ -87,7 +87,7 @@
87
88
# General information about the project.
89
project = u'QEMU'
90
-copyright = u'2024, The QEMU Project Developers'
+copyright = u'2025, The QEMU Project Developers'
91
author = u'The QEMU Project Developers'
92
93
# The version info for the project you're documenting, acts as replacement for
include/qemu/help-texts.h
@@ -2,7 +2,7 @@
2
#define QEMU_HELP_TEXTS_H
3
4
/* Copyright string for -version arguments, About dialogs, etc */
5
-#define QEMU_COPYRIGHT "Copyright (c) 2003-2024 " \
+#define QEMU_COPYRIGHT "Copyright (c) 2003-2025 " \
6
"Fabrice Bellard and the QEMU Project developers"
7
8
/* Bug reporting information for --help arguments, About dialogs, etc */
0 commit comments