diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-04-26 20:58:11 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-04-26 20:58:11 +0000 |
commit | 4606bb3f062eee892043dcbefe0dba148ade1627 (patch) | |
tree | f126de31c9e1821a0e9b0bfc68f0f57f12e796a6 /linux-user | |
parent | aaaa7df6250f28e1eb1d3311140d01cd03641412 (diff) |
copyright update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@769 c046a42c-6fe2-441c-8c8c-71466251a162
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 2af888fddc..ae4f6a5ac7 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -814,7 +814,7 @@ void cpu_loop(CPUPPCState *env) void usage(void) { - printf("qemu-" TARGET_ARCH " version " QEMU_VERSION ", Copyright (c) 2003 Fabrice Bellard\n" + printf("qemu-" TARGET_ARCH " version " QEMU_VERSION ", Copyright (c) 2003-2004 Fabrice Bellard\n" "usage: qemu-" TARGET_ARCH " [-h] [-d opts] [-L path] [-s size] program [arguments...]\n" "Linux CPU emulator (compiled for %s emulation)\n" "\n" |