diff options
author | Peter Maydell | 2022-01-20 13:47:13 +0100 |
---|---|---|
committer | Peter Maydell | 2022-01-28 15:29:46 +0100 |
commit | fd50a00a57509623ac253614ab10c7ea0eeb8d51 (patch) | |
tree | da7c766f7ea7cf57acf7edd2410c47edb00e3fb1 | |
parent | Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20220127' into st... (diff) | |
download | qemu-fd50a00a57509623ac253614ab10c7ea0eeb8d51.tar.gz qemu-fd50a00a57509623ac253614ab10c7ea0eeb8d51.tar.xz qemu-fd50a00a57509623ac253614ab10c7ea0eeb8d51.zip |
Update copyright dates to 2022
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
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | include/qemu-common.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index e79015975e..49dab44cca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/include/qemu-common.h b/include/qemu-common.h index 73bcf763ed..0e7e7bab95 100644 --- a/include/qemu-common.h +++ b/include/qemu-common.h @@ -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 */ |