summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Maydell2019-02-01 18:36:55 +0100
committerLaurent Vivier2019-02-06 15:45:23 +0100
commit1dcb3c3b7d084427a816a608ebf92ab7b76e2b48 (patch)
treec4cb4997741e9ec94e2e76627dd7f76a04b85a52
parentMerge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190205'... (diff)
downloadqemu-1dcb3c3b7d084427a816a608ebf92ab7b76e2b48.tar.gz
qemu-1dcb3c3b7d084427a816a608ebf92ab7b76e2b48.tar.xz
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.h2
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 */