]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qemu-common.h: update copyright date to 2018
authorJohn Arbuckle <programmingkidx@gmail.com>
Sun, 9 Sep 2018 15:32:38 +0000 (11:32 -0400)
committerThomas Huth <thuth@redhat.com>
Tue, 16 Oct 2018 15:52:06 +0000 (17:52 +0200)
Currently the copyright date is set to 2017. Update the date to say
2018.

Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Thomas Huth <thuth@redhat.com>
include/qemu-common.h

index 85f4749aefb73a5e19d2da5a7e930cc05c640c04..ed60ba251d8f8e67bda5cde96cd30b5edb9c3952 100644 (file)
@@ -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 */