qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Update copyright date for user-facing copyright strings


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] Update copyright date for user-facing copyright strings
Date: Fri, 20 Mar 2020 18:27:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 3/16/20 12:20 PM, Peter Maydell wrote:
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 <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>
---
  include/qemu-common.h | 2 +-
  docs/conf.py          | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/qemu-common.h b/include/qemu-common.h
index 082da59e852..d0142f29ac1 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 */
diff --git a/docs/conf.py b/docs/conf.py
index 960043cb860..af55f506d5d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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'

Ah, more complete than https://www.mail-archive.com/address@hidden/msg688687.html, thanks.

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>

  author = u'The QEMU Project Developers'
# The version info for the project you're documenting, acts as replacement for





reply via email to

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