From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grP81-00009O-Ti for qemu-devel@nongnu.org; Wed, 06 Feb 2019 10:28:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grP80-0004PQ-4P for qemu-devel@nongnu.org; Wed, 06 Feb 2019 10:28:45 -0500 From: Laurent Vivier Date: Wed, 6 Feb 2019 16:28:01 +0100 Message-Id: <20190206152807.31896-2-laurent@vivier.eu> In-Reply-To: <20190206152807.31896-1-laurent@vivier.eu> References: <20190206152807.31896-1-laurent@vivier.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 1/7] qemu-common.h: Update copyright string for 2019 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Laurent Vivier , Eduardo Habkost , qemu-trivial@nongnu.org, Anthony Green , Marcel Apfelbaum , qemu-arm@nongnu.org, Andrzej Zaborowski , Guan Xuetao , Michael Tokarev , Peter Maydell , Artyom Tarasenko , Mark Cave-Ayland , Eric Blake , Stefan Hajnoczi , =?UTF-8?q?Alex=20Benn=C3=A9e?= From: Peter Maydell Update the copyright string we use in version/help output, since we're well into the new year now. Signed-off-by: Peter Maydell Reviewed-by: Eric Blake Reviewed-by: Stefan Hajnoczi Reviewed-by: Alex Bennée Message-Id: <20190201173655.4567-1-peter.maydell@linaro.org> Signed-off-by: Laurent Vivier --- include/qemu-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/qemu-common.h b/include/qemu-common.h index ed60ba251d..a102245519 100644 --- a/include/qemu-common.h +++ b/include/qemu-common.h @@ -17,7 +17,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-2018 " \ +#define QEMU_COPYRIGHT "Copyright (c) 2003-2019 " \ "Fabrice Bellard and the QEMU Project developers" /* Bug reporting information for --help arguments, About dialogs, etc */ -- 2.20.1