From d915b7bb4c2956ea3ef223605abe257dc7d7445a Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Thu, 4 Aug 2016 12:14:36 +0100 Subject: Update ancient copyright string in -version output Currently the -version command line argument prints a string ending with "Copyright (c) 2003-2008 Fabrice Bellard". This is now some eight years out of date; abstract it out of the several places that print the string and update it to: Copyright (c) 2003-2016 Fabrice Bellard and the QEMU Project developers to reflect the work by all the QEMU Project contributors over the last decade. Signed-off-by: Peter Maydell Acked-by: Stefan Hajnoczi Reviewed-by: Eric Blake Message-id: 1470309276-5012-1-git-send-email-peter.maydell@linaro.org --- bsd-user/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bsd-user') diff --git a/bsd-user/main.c b/bsd-user/main.c index bbba43f716..b4a0a00c3f 100644 --- a/bsd-user/main.c +++ b/bsd-user/main.c @@ -667,7 +667,8 @@ void cpu_loop(CPUSPARCState *env) static void usage(void) { - printf("qemu-" TARGET_NAME " version " QEMU_VERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n" + printf("qemu-" TARGET_NAME " version " QEMU_VERSION QEMU_PKGVERSION + ", " QEMU_COPYRIGHT "\n" "usage: qemu-" TARGET_NAME " [options] program [arguments...]\n" "BSD CPU emulator (compiled for %s emulation)\n" "\n" -- cgit v1.2.1