2022-05-06 15:49:08 +02:00
|
|
|
#ifndef QEMU_HELP_TEXTS_H
|
|
|
|
#define QEMU_HELP_TEXTS_H
|
2007-11-11 03:51:17 +01:00
|
|
|
|
2016-08-04 13:14:36 +02:00
|
|
|
/* Copyright string for -version arguments, About dialogs, etc */
|
2023-05-25 08:43:45 +02:00
|
|
|
#define QEMU_COPYRIGHT "Copyright (c) 2003-2023 " \
|
2016-08-04 13:14:36 +02:00
|
|
|
"Fabrice Bellard and the QEMU Project developers"
|
|
|
|
|
2017-08-03 18:33:53 +02:00
|
|
|
/* Bug reporting information for --help arguments, About dialogs, etc */
|
|
|
|
#define QEMU_HELP_BOTTOM \
|
2017-11-21 13:04:35 +01: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 18:33:53 +02:00
|
|
|
|
2007-11-11 03:51:17 +01:00
|
|
|
#endif
|