* [PATCH] qemu-common.h: Update copyright string to include 2020
@ 2020-03-14 21:33 ` Philippe Mathieu-Daudé
0 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-03-14 21:33 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Philippe Mathieu-Daudé, John Arbuckle
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] qemu-common.h: Update copyright string to include 2020
@ 2020-03-14 21:33 ` Philippe Mathieu-Daudé
0 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-03-14 21:33 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, John Arbuckle, Philippe Mathieu-Daudé
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] qemu-common.h: Update copyright string to include 2020
2020-03-14 21:33 ` Philippe Mathieu-Daudé
@ 2020-03-14 21:51 ` Programmingkid
-1 siblings, 0 replies; 5+ messages in thread
From: Programmingkid @ 2020-03-14 21:51 UTC (permalink / raw)
To: Philippe Mathieu-Daudé; +Cc: qemu-devel, qemu-trivial
> 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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] qemu-common.h: Update copyright string to include 2020
@ 2020-03-14 21:51 ` Programmingkid
0 siblings, 0 replies; 5+ messages in thread
From: Programmingkid @ 2020-03-14 21:51 UTC (permalink / raw)
To: Philippe Mathieu-Daudé; +Cc: qemu-trivial, qemu-devel
> 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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] qemu-common.h: Update copyright string to include 2020
2020-03-14 21:51 ` Programmingkid
(?)
@ 2020-03-15 9:44 ` Laurent Vivier
-1 siblings, 0 replies; 5+ messages in thread
From: Laurent Vivier @ 2020-03-15 9:44 UTC (permalink / raw)
To: qemu-trivial
Le 14/03/2020 à 22:51, Programmingkid a écrit :
>
>> 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.
>
If you have curl and git you can try:
curl
https://patchew.org/QEMU/20200314213312.28282-1-philmd@redhat.com/mbox |
git am
Thanks,
Laurent
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-03-15 9:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-14 21:33 [PATCH] qemu-common.h: Update copyright string to include 2020 Philippe Mathieu-Daudé
2020-03-14 21:33 ` Philippe Mathieu-Daudé
2020-03-14 21:51 ` Programmingkid
2020-03-14 21:51 ` Programmingkid
2020-03-15 9:44 ` 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.