diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2019-02-01 17:36:55 +0000 |
|---|---|---|
| committer | Laurent Vivier <laurent@vivier.eu> | 2019-02-06 15:45:23 +0100 |
| commit | 1dcb3c3b7d084427a816a608ebf92ab7b76e2b48 (patch) | |
| tree | c4cb4997741e9ec94e2e76627dd7f76a04b85a52 | |
| parent | 47994e16b1d66411953623e7c0bf0cdcd50bd507 (diff) | |
| download | focaccia-qemu-1dcb3c3b7d084427a816a608ebf92ab7b76e2b48.tar.gz focaccia-qemu-1dcb3c3b7d084427a816a608ebf92ab7b76e2b48.zip | |
qemu-common.h: Update copyright string for 2019
Update the copyright string we use in version/help output, since we're well into the new year now. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20190201173655.4567-1-peter.maydell@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
| -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 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 */ |