qemu-trivial
[Top][All Lists]
Advanced

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

Re: [PATCH] qemu-common.h: Update copyright string to include 2020


From: Programmingkid
Subject: Re: [PATCH] qemu-common.h: Update copyright string to include 2020
Date: Sat, 14 Mar 2020 17:51:31 -0400

> On Mar 14, 2020, at 5:33 PM, Philippe Mathieu-Daudé <address@hidden> wrote:
> 
> Extend the copyright range to include the current year.
> 
> Reported-by: John Arbuckle <address@hidden>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> 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 082da59e85..d0142f29ac 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 */
> -- 
> 2.21.1
> 

Thank you for making this patch. I tried my best to apply it but I kept seeing 
'malformed patch at line' errors. It was probably an issue with my email client.


reply via email to

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