Commit fb43f4dddc1512e6429c526871b48c99292a4861
1 parent
19d36792
copyright update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2101 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
5 additions
and
5 deletions
qemu-img.c
1 | 1 | /* |
2 | - * create a COW disk image | |
2 | + * QEMU disk image utility | |
3 | 3 | * |
4 | - * Copyright (c) 2003 Fabrice Bellard | |
4 | + * Copyright (c) 2003-2006 Fabrice Bellard | |
5 | 5 | * |
6 | 6 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
7 | 7 | * of this software and associated documentation files (the "Software"), to deal |
... | ... | @@ -131,7 +131,7 @@ static void format_print(void *opaque, const char *name) |
131 | 131 | |
132 | 132 | void help(void) |
133 | 133 | { |
134 | - printf("qemu-img version " QEMU_VERSION ", Copyright (c) 2004-2005 Fabrice Bellard\n" | |
134 | + printf("qemu-img version " QEMU_VERSION ", Copyright (c) 2004-2006 Fabrice Bellard\n" | |
135 | 135 | "usage: qemu-img command [command options]\n" |
136 | 136 | "QEMU disk image utility\n" |
137 | 137 | "\n" | ... | ... |
vl.c
1 | 1 | /* |
2 | 2 | * QEMU System Emulator |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005 Fabrice Bellard | |
4 | + * Copyright (c) 2003-2006 Fabrice Bellard | |
5 | 5 | * |
6 | 6 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
7 | 7 | * of this software and associated documentation files (the "Software"), to deal |
... | ... | @@ -5800,7 +5800,7 @@ int main_loop(void) |
5800 | 5800 | |
5801 | 5801 | void help(void) |
5802 | 5802 | { |
5803 | - printf("QEMU PC emulator version " QEMU_VERSION ", Copyright (c) 2003-2005 Fabrice Bellard\n" | |
5803 | + printf("QEMU PC emulator version " QEMU_VERSION ", Copyright (c) 2003-2006 Fabrice Bellard\n" | |
5804 | 5804 | "usage: %s [options] [disk_image]\n" |
5805 | 5805 | "\n" |
5806 | 5806 | "'disk_image' is a raw hard image image for IDE hard disk 0\n" | ... | ... |