Commit 84f2e8ef058f5919f0e896d48edecc4c1282e092

Authored by bellard
1 parent a9ce8590

copyright update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2392 c046a42c-6fe2-441c-8c8c-71466251a162
linux-user/main.c
@@ -1530,7 +1530,7 @@ void cpu_loop(CPUM68KState *env) @@ -1530,7 +1530,7 @@ void cpu_loop(CPUM68KState *env)
1530 1530
1531 void usage(void) 1531 void usage(void)
1532 { 1532 {
1533 - printf("qemu-" TARGET_ARCH " version " QEMU_VERSION ", Copyright (c) 2003-2005 Fabrice Bellard\n" 1533 + printf("qemu-" TARGET_ARCH " version " QEMU_VERSION ", Copyright (c) 2003-2007 Fabrice Bellard\n"
1534 "usage: qemu-" TARGET_ARCH " [-h] [-g] [-d opts] [-L path] [-s size] program [arguments...]\n" 1534 "usage: qemu-" TARGET_ARCH " [-h] [-g] [-d opts] [-L path] [-s size] program [arguments...]\n"
1535 "Linux CPU emulator (compiled for %s emulation)\n" 1535 "Linux CPU emulator (compiled for %s emulation)\n"
1536 "\n" 1536 "\n"
qemu-img.c
1 /* 1 /*
2 * QEMU disk image utility 2 * QEMU disk image utility
3 * 3 *
4 - * Copyright (c) 2003-2006 Fabrice Bellard 4 + * Copyright (c) 2003-2007 Fabrice Bellard
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy 6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal 7 * of this software and associated documentation files (the "Software"), to deal
@@ -93,7 +93,7 @@ static void format_print(void *opaque, const char *name) @@ -93,7 +93,7 @@ static void format_print(void *opaque, const char *name)
93 93
94 void help(void) 94 void help(void)
95 { 95 {
96 - printf("qemu-img version " QEMU_VERSION ", Copyright (c) 2004-2006 Fabrice Bellard\n" 96 + printf("qemu-img version " QEMU_VERSION ", Copyright (c) 2004-2007 Fabrice Bellard\n"
97 "usage: qemu-img command [command options]\n" 97 "usage: qemu-img command [command options]\n"
98 "QEMU disk image utility\n" 98 "QEMU disk image utility\n"
99 "\n" 99 "\n"
1 /* 1 /*
2 * QEMU System Emulator 2 * QEMU System Emulator
3 * 3 *
4 - * Copyright (c) 2003-2006 Fabrice Bellard 4 + * Copyright (c) 2003-2007 Fabrice Bellard
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy 6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal 7 * of this software and associated documentation files (the "Software"), to deal
@@ -6010,7 +6010,7 @@ int main_loop(void) @@ -6010,7 +6010,7 @@ int main_loop(void)
6010 6010
6011 void help(void) 6011 void help(void)
6012 { 6012 {
6013 - printf("QEMU PC emulator version " QEMU_VERSION ", Copyright (c) 2003-2006 Fabrice Bellard\n" 6013 + printf("QEMU PC emulator version " QEMU_VERSION ", Copyright (c) 2003-2007 Fabrice Bellard\n"
6014 "usage: %s [options] [disk_image]\n" 6014 "usage: %s [options] [disk_image]\n"
6015 "\n" 6015 "\n"
6016 "'disk_image' is a raw hard image image for IDE hard disk 0\n" 6016 "'disk_image' is a raw hard image image for IDE hard disk 0\n"