[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] qemu-common.h: Update copyright string to include 2020
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH] qemu-common.h: Update copyright string to include 2020 |
Date: |
Sat, 14 Mar 2020 22:33:12 +0100 |
Extend the copyright range to include the current year.
Reported-by: John Arbuckle <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
include/qemu-common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/qemu-common.h b/include/qemu-common.h
index 082da59e85..d0142f29ac 100644
--- a/include/qemu-common.h
+++ b/include/qemu-common.h
@@ -13,7 +13,7 @@
#define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR)
/* Copyright string for -version arguments, About dialogs, etc */
-#define QEMU_COPYRIGHT "Copyright (c) 2003-2019 " \
+#define QEMU_COPYRIGHT "Copyright (c) 2003-2020 " \
"Fabrice Bellard and the QEMU Project developers"
/* Bug reporting information for --help arguments, About dialogs, etc */
--
2.21.1
- [PATCH] qemu-common.h: Update copyright string to include 2020,
Philippe Mathieu-Daudé <=