]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
Update copyright dates to 2022
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Jan 2022 12:47:13 +0000 (12:47 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Jan 2022 14:29:46 +0000 (14:29 +0000)
It's a new year; update the copyright strings for our
help/version/about information and for our documentation.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20220120124713.288303-1-peter.maydell@linaro.org

docs/conf.py
include/qemu-common.h

index e79015975e6abb7a75327fc0546c1ce477213e6d..49dab44cca5a72637b4f892d7612499ab7ffb47c 100644 (file)
@@ -98,7 +98,7 @@ default_role = 'any'
 
 # General information about the project.
 project = u'QEMU'
-copyright = u'2021, The QEMU Project Developers'
+copyright = u'2022, The QEMU Project Developers'
 author = u'The QEMU Project Developers'
 
 # The version info for the project you're documenting, acts as replacement for
index 73bcf763ed8281dc8f369d81beea5081d6fe8c4c..0e7e7bab9592df4e190790eab911d45b0f6c9d9f 100644 (file)
@@ -13,7 +13,7 @@
 #define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR)
 
 /* Copyright string for -version arguments, About dialogs, etc */
-#define QEMU_COPYRIGHT "Copyright (c) 2003-2021 " \
+#define QEMU_COPYRIGHT "Copyright (c) 2003-2022 " \
     "Fabrice Bellard and the QEMU Project developers"
 
 /* Bug reporting information for --help arguments, About dialogs, etc */