|
@@ -13,7 +13,7 @@
|
|
#define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR)
|
|
#define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR)
|
|
|
|
|
|
/* Copyright string for -version arguments, About dialogs, etc */
|
|
/* Copyright string for -version arguments, About dialogs, etc */
|
|
-#define QEMU_COPYRIGHT "Copyright (c) 2003-2021 " \
|
|
|
|
|
|
+#define QEMU_COPYRIGHT "Copyright (c) 2003-2022 " \
|
|
"Fabrice Bellard and the QEMU Project developers"
|
|
"Fabrice Bellard and the QEMU Project developers"
|
|
|
|
|
|
/* Bug reporting information for --help arguments, About dialogs, etc */
|
|
/* Bug reporting information for --help arguments, About dialogs, etc */
|