2022-05-06 13:49:08 +00:00
|
|
|
#ifndef QEMU_HELP_TEXTS_H
|
|
|
|
#define QEMU_HELP_TEXTS_H
|
2007-11-11 02:51:17 +00:00
|
|
|
|
2016-08-04 11:14:36 +00:00
|
|
|
/* Copyright string for -version arguments, About dialogs, etc */
|
2024-03-11 12:03:46 +00:00
|
|
|
#define QEMU_COPYRIGHT "Copyright (c) 2003-2024 " \
|
2016-08-04 11:14:36 +00:00
|
|
|
"Fabrice Bellard and the QEMU Project developers"
|
|
|
|
|
2017-08-03 16:33:53 +00:00
|
|
|
/* Bug reporting information for --help arguments, About dialogs, etc */
|
|
|
|
#define QEMU_HELP_BOTTOM \
|
2017-11-21 12:04:35 +00:00
|
|
|
"See <https://qemu.org/contribute/report-a-bug> for how to report bugs.\n" \
|
|
|
|
"More information on the QEMU project at <https://qemu.org>."
|
2017-08-03 16:33:53 +00:00
|
|
|
|
2007-11-11 02:51:17 +00:00
|
|
|
#endif
|