Commit 4606bb3f062eee892043dcbefe0dba148ade1627

Authored by bellard
1 parent aaaa7df6

copyright update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@769 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
linux-user/main.c
@@ -814,7 +814,7 @@ void cpu_loop(CPUPPCState *env) @@ -814,7 +814,7 @@ void cpu_loop(CPUPPCState *env)
814 814
815 void usage(void) 815 void usage(void)
816 { 816 {
817 - printf("qemu-" TARGET_ARCH " version " QEMU_VERSION ", Copyright (c) 2003 Fabrice Bellard\n" 817 + printf("qemu-" TARGET_ARCH " version " QEMU_VERSION ", Copyright (c) 2003-2004 Fabrice Bellard\n"
818 "usage: qemu-" TARGET_ARCH " [-h] [-d opts] [-L path] [-s size] program [arguments...]\n" 818 "usage: qemu-" TARGET_ARCH " [-h] [-d opts] [-L path] [-s size] program [arguments...]\n"
819 "Linux CPU emulator (compiled for %s emulation)\n" 819 "Linux CPU emulator (compiled for %s emulation)\n"
820 "\n" 820 "\n"