]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
Update copyright date for user-facing copyright strings
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 16 Mar 2020 11:20:06 +0000 (11:20 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 22 Mar 2020 11:16:21 +0000 (11:16 +0000)
Update the copyright date to 2020 for the copyright strings which are
user-facing and represent overall copyright info for all of QEMU.

Reported-by: John Arbuckle <programmingkidx@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200316112006.19107-1-peter.maydell@linaro.org

docs/conf.py
include/qemu-common.h

index 960043cb8603f0e911f75a7f6e6ecc47ff61c302..af55f506d5ddd42c107d2c8ed2b9201533322136 100644 (file)
@@ -80,7 +80,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'QEMU'
-copyright = u'2019, The QEMU Project Developers'
+copyright = u'2020, The QEMU Project Developers'
 author = u'The QEMU Project Developers'
 
 # The version info for the project you're documenting, acts as replacement for
index 082da59e852ffa420fdc99e29eb8adf19f3c90d6..d0142f29ac1a3a3a85d7d88b3dd9c2eaa6e75edd 100644 (file)
@@ -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 */