All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] qemu-common.h: update copyright date to 2018
@ 2018-09-09 15:32 John Arbuckle
  2018-09-09 17:34   ` Stefan Weil
  0 siblings, 1 reply; 5+ messages in thread
From: John Arbuckle @ 2018-09-09 15:32 UTC (permalink / raw)
  To: peter.maydell, qemu-devel; +Cc: John Arbuckle

Currently the copyright date is set to 2017. Update the date to say
2018.

Signed-off-by: John Arbuckle <programmingkidx@gmail.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 85f4749aef..ed60ba251d 100644
--- a/include/qemu-common.h
+++ b/include/qemu-common.h
@@ -17,7 +17,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-2017 " \
+#define QEMU_COPYRIGHT "Copyright (c) 2003-2018 " \
     "Fabrice Bellard and the QEMU Project developers"
 
 /* Bug reporting information for --help arguments, About dialogs, etc */
-- 
2.14.3 (Apple Git-98)

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

* Re: [Qemu-trivial] [Qemu-devel] [PATCH] qemu-common.h: update copyright date to 2018
  2018-09-09 15:32 [Qemu-devel] [PATCH] qemu-common.h: update copyright date to 2018 John Arbuckle
@ 2018-09-09 17:34   ` Stefan Weil
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Weil @ 2018-09-09 17:34 UTC (permalink / raw)
  To: John Arbuckle, peter.maydell, qemu-devel, QEMU Trivial


[-- Attachment #1.1: Type: text/plain, Size: 997 bytes --]

Am 09.09.2018 um 17:32 schrieb John Arbuckle:
> Currently the copyright date is set to 2017. Update the date to say
> 2018.
> 
> Signed-off-by: John Arbuckle <programmingkidx@gmail.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 85f4749aef..ed60ba251d 100644
> --- a/include/qemu-common.h
> +++ b/include/qemu-common.h
> @@ -17,7 +17,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-2017 " \
> +#define QEMU_COPYRIGHT "Copyright (c) 2003-2018 " \
>      "Fabrice Bellard and the QEMU Project developers"
>  
>  /* Bug reporting information for --help arguments, About dialogs, etc */
> 


Reviewed-by: Stefan Weil <sw@weilnetz.de>

I think this is trivial enough for qemu-trivial.

Thanks,
Stefan


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [Qemu-devel] [PATCH] qemu-common.h: update copyright date to 2018
@ 2018-09-09 17:34   ` Stefan Weil
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Weil @ 2018-09-09 17:34 UTC (permalink / raw)
  To: John Arbuckle, peter.maydell, qemu-devel, QEMU Trivial

[-- Attachment #1: Type: text/plain, Size: 997 bytes --]

Am 09.09.2018 um 17:32 schrieb John Arbuckle:
> Currently the copyright date is set to 2017. Update the date to say
> 2018.
> 
> Signed-off-by: John Arbuckle <programmingkidx@gmail.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 85f4749aef..ed60ba251d 100644
> --- a/include/qemu-common.h
> +++ b/include/qemu-common.h
> @@ -17,7 +17,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-2017 " \
> +#define QEMU_COPYRIGHT "Copyright (c) 2003-2018 " \
>      "Fabrice Bellard and the QEMU Project developers"
>  
>  /* Bug reporting information for --help arguments, About dialogs, etc */
> 


Reviewed-by: Stefan Weil <sw@weilnetz.de>

I think this is trivial enough for qemu-trivial.

Thanks,
Stefan


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [Qemu-trivial] [Qemu-devel] [PATCH] qemu-common.h: update copyright date to 2018
  2018-09-09 17:34   ` Stefan Weil
@ 2018-09-09 18:24     ` Programmingkid
  -1 siblings, 0 replies; 5+ messages in thread
From: Programmingkid @ 2018-09-09 18:24 UTC (permalink / raw)
  To: Stefan Weil; +Cc: peter.maydell, qemu-devel, QEMU Trivial


> On Sep 9, 2018, at 1:34 PM, Stefan Weil <sw@weilnetz.de> wrote:
> 
> Am 09.09.2018 um 17:32 schrieb John Arbuckle:
>> Currently the copyright date is set to 2017. Update the date to say
>> 2018.
>> 
>> Signed-off-by: John Arbuckle <programmingkidx@gmail.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 85f4749aef..ed60ba251d 100644
>> --- a/include/qemu-common.h
>> +++ b/include/qemu-common.h
>> @@ -17,7 +17,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-2017 " \
>> +#define QEMU_COPYRIGHT "Copyright (c) 2003-2018 " \
>>     "Fabrice Bellard and the QEMU Project developers"
>> 
>> /* Bug reporting information for --help arguments, About dialogs, etc */
>> 
> 
> 
> Reviewed-by: Stefan Weil <sw@weilnetz.de>
> 
> I think this is trivial enough for qemu-trivial.
> 
> Thanks,
> Stefan

Thank you for reviewing my patch. Yeah it probably should be considered trivial.

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

* Re: [Qemu-devel] [PATCH] qemu-common.h: update copyright date to 2018
@ 2018-09-09 18:24     ` Programmingkid
  0 siblings, 0 replies; 5+ messages in thread
From: Programmingkid @ 2018-09-09 18:24 UTC (permalink / raw)
  To: Stefan Weil; +Cc: peter.maydell, qemu-devel, QEMU Trivial


> On Sep 9, 2018, at 1:34 PM, Stefan Weil <sw@weilnetz.de> wrote:
> 
> Am 09.09.2018 um 17:32 schrieb John Arbuckle:
>> Currently the copyright date is set to 2017. Update the date to say
>> 2018.
>> 
>> Signed-off-by: John Arbuckle <programmingkidx@gmail.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 85f4749aef..ed60ba251d 100644
>> --- a/include/qemu-common.h
>> +++ b/include/qemu-common.h
>> @@ -17,7 +17,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-2017 " \
>> +#define QEMU_COPYRIGHT "Copyright (c) 2003-2018 " \
>>     "Fabrice Bellard and the QEMU Project developers"
>> 
>> /* Bug reporting information for --help arguments, About dialogs, etc */
>> 
> 
> 
> Reviewed-by: Stefan Weil <sw@weilnetz.de>
> 
> I think this is trivial enough for qemu-trivial.
> 
> Thanks,
> Stefan

Thank you for reviewing my patch. Yeah it probably should be considered trivial.

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

end of thread, other threads:[~2018-09-09 18:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-09 15:32 [Qemu-devel] [PATCH] qemu-common.h: update copyright date to 2018 John Arbuckle
2018-09-09 17:34 ` [Qemu-trivial] " Stefan Weil
2018-09-09 17:34   ` Stefan Weil
2018-09-09 18:24   ` [Qemu-trivial] " Programmingkid
2018-09-09 18:24     ` Programmingkid

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.