All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Update copyright date for user-facing copyright strings
@ 2020-03-16 11:20 Peter Maydell
  2020-03-20 14:06 ` Stefan Hajnoczi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Peter Maydell @ 2020-03-16 11:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: John Arbuckle

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>
---
 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'
 author = u'The QEMU Project Developers'
 
 # The version info for the project you're documenting, acts as replacement for
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] Update copyright date for user-facing copyright strings
  2020-03-16 11:20 [PATCH] Update copyright date for user-facing copyright strings Peter Maydell
@ 2020-03-20 14:06 ` Stefan Hajnoczi
  2020-03-20 14:36 ` Alex Bennée
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2020-03-20 14:06 UTC (permalink / raw)
  To: Peter Maydell; +Cc: John Arbuckle, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 507 bytes --]

On Mon, Mar 16, 2020 at 11:20:06AM +0000, 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 <programmingkidx@gmail.com>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  include/qemu-common.h | 2 +-
>  docs/conf.py          | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Update copyright date for user-facing copyright strings
  2020-03-16 11:20 [PATCH] Update copyright date for user-facing copyright strings Peter Maydell
  2020-03-20 14:06 ` Stefan Hajnoczi
@ 2020-03-20 14:36 ` Alex Bennée
  2020-03-20 17:27 ` Philippe Mathieu-Daudé
  2020-03-22 19:05 ` Peter Maydell
  3 siblings, 0 replies; 5+ messages in thread
From: Alex Bennée @ 2020-03-20 14:36 UTC (permalink / raw)
  To: Peter Maydell; +Cc: John Arbuckle, qemu-devel


Peter Maydell <peter.maydell@linaro.org> writes:

> 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: Alex Bennée <alex.bennee@linaro.org>

> ---
>  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'
>  author = u'The QEMU Project Developers'
>  
>  # The version info for the project you're documenting, acts as replacement for


-- 
Alex Bennée


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Update copyright date for user-facing copyright strings
  2020-03-16 11:20 [PATCH] Update copyright date for user-facing copyright strings Peter Maydell
  2020-03-20 14:06 ` Stefan Hajnoczi
  2020-03-20 14:36 ` Alex Bennée
@ 2020-03-20 17:27 ` Philippe Mathieu-Daudé
  2020-03-22 19:05 ` Peter Maydell
  3 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-03-20 17:27 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel; +Cc: John Arbuckle

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 <programmingkidx@gmail.com>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>   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/qemu-devel@nongnu.org/msg688687.html, thanks.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Update copyright date for user-facing copyright strings
  2020-03-16 11:20 [PATCH] Update copyright date for user-facing copyright strings Peter Maydell
                   ` (2 preceding siblings ...)
  2020-03-20 17:27 ` Philippe Mathieu-Daudé
@ 2020-03-22 19:05 ` Peter Maydell
  3 siblings, 0 replies; 5+ messages in thread
From: Peter Maydell @ 2020-03-22 19:05 UTC (permalink / raw)
  To: QEMU Developers; +Cc: John Arbuckle

On Mon, 16 Mar 2020 at 11:20, Peter Maydell <peter.maydell@linaro.org> 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 <programmingkidx@gmail.com>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  include/qemu-common.h | 2 +-
>  docs/conf.py          | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master.

-- PMM


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-22 19:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-16 11:20 [PATCH] Update copyright date for user-facing copyright strings Peter Maydell
2020-03-20 14:06 ` Stefan Hajnoczi
2020-03-20 14:36 ` Alex Bennée
2020-03-20 17:27 ` Philippe Mathieu-Daudé
2020-03-22 19:05 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.