qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 01/15] qemu-common.h: update copyright date to 2018


From: Thomas Huth
Subject: [Qemu-devel] [PULL 01/15] qemu-common.h: update copyright date to 2018
Date: Wed, 17 Oct 2018 12:04:53 +0200

From: John Arbuckle <address@hidden>

Currently the copyright date is set to 2017. Update the date to say
2018.

Signed-off-by: John Arbuckle <address@hidden>
Reviewed-by: Stefan Weil <address@hidden>
Signed-off-by: Thomas Huth <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 85f4749..ed60ba2 100644
--- a/include/qemu-common.h
+++ b/include/qemu-common.h
@@ -17,7 +17,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-2017 " \
+#define QEMU_COPYRIGHT "Copyright (c) 2003-2018 " \
     "Fabrice Bellard and the QEMU Project developers"
 
 /* Bug reporting information for --help arguments, About dialogs, etc */
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]