aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/help-texts.h
blob: 353ab2ad8b05b1a067004d2ec0dcfc2168081165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef QEMU_HELP_TEXTS_H
#define QEMU_HELP_TEXTS_H

/* Copyright string for -version arguments, About dialogs, etc */
#define QEMU_COPYRIGHT "Copyright (c) 2003-2024 " \
    "Fabrice Bellard and the QEMU Project developers"

/* Bug reporting information for --help arguments, About dialogs, etc */
#define QEMU_HELP_BOTTOM \
    "See <https://qemu.org/contribute/report-a-bug> for how to report bugs.\n" \
    "More information on the QEMU project at <https://qemu.org>."

#endif