diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2022-01-20 12:47:13 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-01-28 14:29:46 +0000 |
commit | fd50a00a57509623ac253614ab10c7ea0eeb8d51 (patch) | |
tree | da7c766f7ea7cf57acf7edd2410c47edb00e3fb1 /include/qemu-common.h | |
parent | b367db48126d4ee14579af6cf5cdbffeb9496627 (diff) | |
download | qemu-fd50a00a57509623ac253614ab10c7ea0eeb8d51.zip qemu-fd50a00a57509623ac253614ab10c7ea0eeb8d51.tar.gz qemu-fd50a00a57509623ac253614ab10c7ea0eeb8d51.tar.bz2 |
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
Diffstat (limited to 'include/qemu-common.h')
-rw-r--r-- | include/qemu-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu-common.h b/include/qemu-common.h index 73bcf76..0e7e7ba 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 */ |