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

2020-03-14 Thread Programmingkid


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


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

2020-03-14 Thread Philippe Mathieu-Daudé
Extend the copyright range to include the current year.

Reported-by: John Arbuckle 
Signed-off-by: Philippe Mathieu-Daudé 
---
 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