Commit f5a8510c7cac37c83acd5faf88c537551e6c21f9

Authored by bellard
1 parent 93856aac

copyright


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1534 c046a42c-6fe2-441c-8c8c-71466251a162
linux-user/main.c
@@ -973,7 +973,7 @@ void cpu_loop(CPUPPCState *env) @@ -973,7 +973,7 @@ void cpu_loop(CPUPPCState *env)
973 973
974 void usage(void) 974 void usage(void)
975 { 975 {
976 - printf("qemu-" TARGET_ARCH " version " QEMU_VERSION ", Copyright (c) 2003-2004 Fabrice Bellard\n" 976 + printf("qemu-" TARGET_ARCH " version " QEMU_VERSION ", Copyright (c) 2003-2005 Fabrice Bellard\n"
977 "usage: qemu-" TARGET_ARCH " [-h] [-g] [-d opts] [-L path] [-s size] program [arguments...]\n" 977 "usage: qemu-" TARGET_ARCH " [-h] [-g] [-d opts] [-L path] [-s size] program [arguments...]\n"
978 "Linux CPU emulator (compiled for %s emulation)\n" 978 "Linux CPU emulator (compiled for %s emulation)\n"
979 "\n" 979 "\n"
qemu-img.c
@@ -127,7 +127,7 @@ static void format_print(void *opaque, const char *name) @@ -127,7 +127,7 @@ static void format_print(void *opaque, const char *name)
127 127
128 void help(void) 128 void help(void)
129 { 129 {
130 - printf("qemu-img version " QEMU_VERSION ", Copyright (c) 2004 Fabrice Bellard\n" 130 + printf("qemu-img version " QEMU_VERSION ", Copyright (c) 2004-2005 Fabrice Bellard\n"
131 "usage: qemu-img command [command options]\n" 131 "usage: qemu-img command [command options]\n"
132 "QEMU disk image utility\n" 132 "QEMU disk image utility\n"
133 "\n" 133 "\n"
@@ -2792,7 +2792,7 @@ int main_loop(void) @@ -2792,7 +2792,7 @@ int main_loop(void)
2792 2792
2793 void help(void) 2793 void help(void)
2794 { 2794 {
2795 - printf("QEMU PC emulator version " QEMU_VERSION ", Copyright (c) 2003-2004 Fabrice Bellard\n" 2795 + printf("QEMU PC emulator version " QEMU_VERSION ", Copyright (c) 2003-2005 Fabrice Bellard\n"
2796 "usage: %s [options] [disk_image]\n" 2796 "usage: %s [options] [disk_image]\n"
2797 "\n" 2797 "\n"
2798 "'disk_image' is a raw hard image image for IDE hard disk 0\n" 2798 "'disk_image' is a raw hard image image for IDE hard disk 0\n"