From 9b26a610936deaf436af9b7e39e4b7f0a35e4409 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 16 Mar 2020 11:20:06 +0000 Subject: Update copyright date for user-facing copyright strings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the copyright date to 2020 for the copyright strings which are user-facing and represent overall copyright info for all of QEMU. Reported-by: John Arbuckle Signed-off-by: Peter Maydell Reviewed-by: Stefan Hajnoczi Reviewed-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Message-id: 20200316112006.19107-1-peter.maydell@linaro.org --- include/qemu-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/qemu-common.h') diff --git a/include/qemu-common.h b/include/qemu-common.h index 082da59e85..d0142f29ac 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-2019 " \ +#define QEMU_COPYRIGHT "Copyright (c) 2003-2020 " \ "Fabrice Bellard and the QEMU Project developers" /* Bug reporting information for --help arguments, About dialogs, etc */ -- cgit 1.4.1