summary refs log tree commit diff stats
path: root/include/qemu-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu-common.h')
-rw-r--r--include/qemu-common.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/qemu-common.h b/include/qemu-common.h
deleted file mode 100644
index ba32cc8b1f..0000000000
--- a/include/qemu-common.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef QEMU_COMMON_H
-#define QEMU_COMMON_H
-
-/* Copyright string for -version arguments, About dialogs, etc */
-#define QEMU_COPYRIGHT "Copyright (c) 2003-2022 " \
-    "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