disas: Remove old libopcode arm disassembler
[qemu.git] / include / qemu / help-texts.h
blobba32cc8b1f393688e80eb614b1e7aa97860716fc
1 #ifndef QEMU_COMMON_H
2 #define QEMU_COMMON_H
4 /* Copyright string for -version arguments, About dialogs, etc */
5 #define QEMU_COPYRIGHT "Copyright (c) 2003-2022 " \
6 "Fabrice Bellard and the QEMU Project developers"
8 /* Bug reporting information for --help arguments, About dialogs, etc */
9 #define QEMU_HELP_BOTTOM \
10 "See <https://qemu.org/contribute/report-a-bug> for how to report bugs.\n" \
11 "More information on the QEMU project at <https://qemu.org>."
13 #endif