All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemu-common.h: Update copyright string to 2021
@ 2021-03-09 16:22 Peter Maydell
  2021-03-09 19:09 ` Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Maydell @ 2021-03-09 16:22 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial

Update the common copyright string that we use in
-version reports, About dialogs, etc, to 2021.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 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 654621444ec..73bcf763ed8 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-2020 " \
+#define QEMU_COPYRIGHT "Copyright (c) 2003-2021 " \
     "Fabrice Bellard and the QEMU Project developers"
 
 /* Bug reporting information for --help arguments, About dialogs, etc */
-- 
2.20.1



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

* Re: [PATCH] qemu-common.h: Update copyright string to 2021
  2021-03-09 16:22 [PATCH] qemu-common.h: Update copyright string to 2021 Peter Maydell
@ 2021-03-09 19:09 ` Philippe Mathieu-Daudé
  2021-03-09 20:16 ` Laurent Vivier
  2021-03-09 21:19 ` Laurent Vivier
  2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-03-09 19:09 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel, qemu-trivial

On 3/9/21 5:22 PM, Peter Maydell wrote:
> Update the common copyright string that we use in
> -version reports, About dialogs, etc, to 2021.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  include/qemu-common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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



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

* Re: [PATCH] qemu-common.h: Update copyright string to 2021
  2021-03-09 16:22 [PATCH] qemu-common.h: Update copyright string to 2021 Peter Maydell
  2021-03-09 19:09 ` Philippe Mathieu-Daudé
@ 2021-03-09 20:16 ` Laurent Vivier
  2021-03-09 21:19 ` Laurent Vivier
  2 siblings, 0 replies; 4+ messages in thread
From: Laurent Vivier @ 2021-03-09 20:16 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel, qemu-trivial

Le 09/03/2021 à 17:22, Peter Maydell a écrit :
> Update the common copyright string that we use in
> -version reports, About dialogs, etc, to 2021.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  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 654621444ec..73bcf763ed8 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-2020 " \
> +#define QEMU_COPYRIGHT "Copyright (c) 2003-2021 " \
>      "Fabrice Bellard and the QEMU Project developers"
>  
>  /* Bug reporting information for --help arguments, About dialogs, etc */
> 

Reviewed-by: Laurent Vivier <laurent@vivier.eu>


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

* Re: [PATCH] qemu-common.h: Update copyright string to 2021
  2021-03-09 16:22 [PATCH] qemu-common.h: Update copyright string to 2021 Peter Maydell
  2021-03-09 19:09 ` Philippe Mathieu-Daudé
  2021-03-09 20:16 ` Laurent Vivier
@ 2021-03-09 21:19 ` Laurent Vivier
  2 siblings, 0 replies; 4+ messages in thread
From: Laurent Vivier @ 2021-03-09 21:19 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel, qemu-trivial

Le 09/03/2021 à 17:22, Peter Maydell a écrit :
> Update the common copyright string that we use in
> -version reports, About dialogs, etc, to 2021.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  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 654621444ec..73bcf763ed8 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-2020 " \
> +#define QEMU_COPYRIGHT "Copyright (c) 2003-2021 " \
>      "Fabrice Bellard and the QEMU Project developers"
>  
>  /* Bug reporting information for --help arguments, About dialogs, etc */
> 

Applied to my trivial-patches branch.

Thanks,
Laurent



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

end of thread, other threads:[~2021-03-09 21:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09 16:22 [PATCH] qemu-common.h: Update copyright string to 2021 Peter Maydell
2021-03-09 19:09 ` Philippe Mathieu-Daudé
2021-03-09 20:16 ` Laurent Vivier
2021-03-09 21:19 ` Laurent Vivier

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.