diff mbox series

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

Message ID 20200314213312.28282-1-philmd@redhat.com (mailing list archive)
State New, archived
Headers show
Series qemu-common.h: Update copyright string to include 2020 | expand

Commit Message

Philippe Mathieu-Daudé March 14, 2020, 9:33 p.m. UTC
Extend the copyright range to include the current year.

Reported-by: John Arbuckle <programmingkidx@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 include/qemu-common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Programmingkid March 14, 2020, 9:51 p.m. UTC | #1
> On Mar 14, 2020, at 5:33 PM, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
> 
> Extend the copyright range to include the current year.
> 
> Reported-by: John Arbuckle <programmingkidx@gmail.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> 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.
diff mbox series

Patch

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 */