diff options
| author | Peter Maydell | 2016-08-04 13:14:36 +0200 |
|---|---|---|
| committer | Peter Maydell | 2016-08-11 17:24:53 +0200 |
| commit | d915b7bb4c2956ea3ef223605abe257dc7d7445a (patch) | |
| tree | 3533b3a99ebd790c5aae44d279a2a6ad9e62359a /linux-user | |
| parent | Merge remote-tracking branch 'remotes/amit/tags/vser-for-2.7-1' into staging (diff) | |
| download | qemu-d915b7bb4c2956ea3ef223605abe257dc7d7445a.tar.gz qemu-d915b7bb4c2956ea3ef223605abe257dc7d7445a.tar.xz qemu-d915b7bb4c2956ea3ef223605abe257dc7d7445a.zip | |
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 <peter.maydell@linaro.org>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1470309276-5012-1-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'linux-user')
| -rw-r--r-- | linux-user/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/main.c b/linux-user/main.c index 462e820469..f2f4d2f05a 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -4000,7 +4000,7 @@ static void handle_arg_strace(const char *arg) static void handle_arg_version(const char *arg) { printf("qemu-" TARGET_NAME " version " QEMU_VERSION QEMU_PKGVERSION - ", Copyright (c) 2003-2008 Fabrice Bellard\n"); + ", " QEMU_COPYRIGHT "\n"); exit(EXIT_SUCCESS); } |
