|
@@ -18,6 +18,10 @@
|
|
|
|
|
|
#include "qemu/option.h"
|
|
#include "qemu/option.h"
|
|
|
|
|
|
|
|
+/* Copyright string for -version arguments, About dialogs, etc */
|
|
|
|
+#define QEMU_COPYRIGHT "Copyright (c) 2003-2016 " \
|
|
|
|
+ "Fabrice Bellard and the QEMU Project developers"
|
|
|
|
+
|
|
/* main function, renamed */
|
|
/* main function, renamed */
|
|
#if defined(CONFIG_COCOA)
|
|
#if defined(CONFIG_COCOA)
|
|
int qemu_main(int argc, char **argv, char **envp);
|
|
int qemu_main(int argc, char **argv, char **envp);
|