docs: update copyright date to the year 2025
authorAni Sinha <anisinha@redhat.com>
Wed, 1 Jan 2025 08:01:16 +0000 (13:31 +0530)
committerThomas Huth <thuth@redhat.com>
Thu, 2 Jan 2025 06:44:28 +0000 (07:44 +0100)
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>
docs/conf.py
include/qemu/help-texts.h

index 164a8ee8b22b580e53e582ee25bb0fffc96c0039..31bb9a37893f4eee7eae4069466ceba0b0c216f5 100644 (file)
@@ -87,7 +87,7 @@ default_role = 'any'
 
 # General information about the project.
 project = u'QEMU'
-copyright = u'2024, The QEMU Project Developers'
+copyright = u'2025, The QEMU Project Developers'
 author = u'The QEMU Project Developers'
 
 # The version info for the project you're documenting, acts as replacement for
index 353ab2ad8b05b1a067004d2ec0dcfc2168081165..bc8fab916970cc485104a80bb09dc55d3a542b20 100644 (file)
@@ -2,7 +2,7 @@
 #define QEMU_HELP_TEXTS_H
 
 /* 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"
 
 /* Bug reporting information for --help arguments, About dialogs, etc */