mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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
This commit is contained in:
parent
bea048dcb9
commit
d915b7bb4c
5 changed files with 10 additions and 4 deletions
|
@ -44,7 +44,7 @@
|
|||
#include <getopt.h>
|
||||
|
||||
#define QEMU_IMG_VERSION "qemu-img version " QEMU_VERSION QEMU_PKGVERSION \
|
||||
", Copyright (c) 2004-2008 Fabrice Bellard\n"
|
||||
", " QEMU_COPYRIGHT "\n"
|
||||
|
||||
typedef struct img_cmd_t {
|
||||
const char *name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue