Branch: refs/heads/master Home: https://github.com/qemu/qemu Commit: d915b7bb4c2956ea3ef223605abe257dc7d7445a https://github.com/qemu/qemu/commit/d915b7bb4c2956ea3ef223605abe257dc7d7445a Author: Peter Maydell <peter.mayd...@linaro.org> Date: 2016-08-11 (Thu, 11 Aug 2016)
Changed paths: M bsd-user/main.c M include/qemu-common.h M linux-user/main.c M qemu-img.c M vl.c Log Message: ----------- 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.mayd...@linaro.org> Acked-by: Stefan Hajnoczi <stefa...@redhat.com> Reviewed-by: Eric Blake <ebl...@redhat.com> Message-id: 1470309276-5012-1-git-send-email-peter.mayd...@linaro.org