MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPGA machine section
[qemu/ar7.git] / include / qemu / help-texts.h
blobd0359f82e08a79bd00f0d5c84e2c4967cfa469e3
1 #ifndef QEMU_HELP_TEXTS_H
2 #define QEMU_HELP_TEXTS_H
4 /* Copyright string for -version arguments, About dialogs, etc */
5 #define QEMU_COPYRIGHT "Copyright (c) 2003-2023 " \
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