All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] Add copyright and author after file split
@ 2015-02-23 14:17 ` Stefan Berger
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Berger @ 2015-02-23 14:17 UTC (permalink / raw)
  To: qemu-trivial; +Cc: qemu-devel, Stefan Berger

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>

---
 migration/qemu-file-buf.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/migration/qemu-file-buf.c b/migration/qemu-file-buf.c
index e97e0bd..e56a8ad 100644
--- a/migration/qemu-file-buf.c
+++ b/migration/qemu-file-buf.c
@@ -2,6 +2,10 @@
  * QEMU System Emulator
  *
  * Copyright (c) 2003-2008 Fabrice Bellard
+ * Copyright (c) 2014 IBM Corp.
+ *
+ * Authors:
+ *  Stefan Berger <stefanb@linux.vnet.ibm.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
-- 
1.9.3



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

* [Qemu-devel] [PATCH] Add copyright and author after file split
@ 2015-02-23 14:17 ` Stefan Berger
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Berger @ 2015-02-23 14:17 UTC (permalink / raw)
  To: qemu-trivial; +Cc: qemu-devel, Stefan Berger

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>

---
 migration/qemu-file-buf.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/migration/qemu-file-buf.c b/migration/qemu-file-buf.c
index e97e0bd..e56a8ad 100644
--- a/migration/qemu-file-buf.c
+++ b/migration/qemu-file-buf.c
@@ -2,6 +2,10 @@
  * QEMU System Emulator
  *
  * Copyright (c) 2003-2008 Fabrice Bellard
+ * Copyright (c) 2014 IBM Corp.
+ *
+ * Authors:
+ *  Stefan Berger <stefanb@linux.vnet.ibm.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
-- 
1.9.3

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

* Re: [Qemu-trivial] [Qemu-devel] [PATCH] Add copyright and author after file split
  2015-02-23 14:17 ` [Qemu-devel] " Stefan Berger
@ 2015-02-23 19:46   ` Dr. David Alan Gilbert
  -1 siblings, 0 replies; 6+ messages in thread
From: Dr. David Alan Gilbert @ 2015-02-23 19:46 UTC (permalink / raw)
  To: Stefan Berger; +Cc: qemu-trivial, joel.schopp, qemu-devel, ehabkost

* Stefan Berger (stefanb@linux.vnet.ibm.com) wrote:
> Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>

Reviewed-by:  Dr. David Alan Gilbert <dgilbert@redhat.com>

This corresponds to the discussion we had:
http://lists.gnu.org/archive/html/qemu-devel/2014-12/msg02819.html

Dave

> 
> ---
>  migration/qemu-file-buf.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/migration/qemu-file-buf.c b/migration/qemu-file-buf.c
> index e97e0bd..e56a8ad 100644
> --- a/migration/qemu-file-buf.c
> +++ b/migration/qemu-file-buf.c
> @@ -2,6 +2,10 @@
>   * QEMU System Emulator
>   *
>   * Copyright (c) 2003-2008 Fabrice Bellard
> + * Copyright (c) 2014 IBM Corp.
> + *
> + * Authors:
> + *  Stefan Berger <stefanb@linux.vnet.ibm.com>
>   *
>   * Permission is hereby granted, free of charge, to any person obtaining a copy
>   * of this software and associated documentation files (the "Software"), to deal
> -- 
> 1.9.3
> 
> 
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK


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

* Re: [Qemu-devel] [PATCH] Add copyright and author after file split
@ 2015-02-23 19:46   ` Dr. David Alan Gilbert
  0 siblings, 0 replies; 6+ messages in thread
From: Dr. David Alan Gilbert @ 2015-02-23 19:46 UTC (permalink / raw)
  To: Stefan Berger; +Cc: qemu-trivial, joel.schopp, qemu-devel, ehabkost

* Stefan Berger (stefanb@linux.vnet.ibm.com) wrote:
> Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>

Reviewed-by:  Dr. David Alan Gilbert <dgilbert@redhat.com>

This corresponds to the discussion we had:
http://lists.gnu.org/archive/html/qemu-devel/2014-12/msg02819.html

Dave

> 
> ---
>  migration/qemu-file-buf.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/migration/qemu-file-buf.c b/migration/qemu-file-buf.c
> index e97e0bd..e56a8ad 100644
> --- a/migration/qemu-file-buf.c
> +++ b/migration/qemu-file-buf.c
> @@ -2,6 +2,10 @@
>   * QEMU System Emulator
>   *
>   * Copyright (c) 2003-2008 Fabrice Bellard
> + * Copyright (c) 2014 IBM Corp.
> + *
> + * Authors:
> + *  Stefan Berger <stefanb@linux.vnet.ibm.com>
>   *
>   * Permission is hereby granted, free of charge, to any person obtaining a copy
>   * of this software and associated documentation files (the "Software"), to deal
> -- 
> 1.9.3
> 
> 
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK

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

* Re: [Qemu-trivial] [PATCH] Add copyright and author after file split
  2015-02-23 14:17 ` [Qemu-devel] " Stefan Berger
@ 2015-02-28  9:02   ` Michael Tokarev
  -1 siblings, 0 replies; 6+ messages in thread
From: Michael Tokarev @ 2015-02-28  9:02 UTC (permalink / raw)
  To: Stefan Berger, qemu-trivial; +Cc: qemu-devel

Applied to -trivial, thank you!

/mjt


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

* Re: [Qemu-devel] [PATCH] Add copyright and author after file split
@ 2015-02-28  9:02   ` Michael Tokarev
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Tokarev @ 2015-02-28  9:02 UTC (permalink / raw)
  To: Stefan Berger, qemu-trivial; +Cc: qemu-devel

Applied to -trivial, thank you!

/mjt

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

end of thread, other threads:[~2015-02-28  9:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-23 14:17 [Qemu-trivial] [PATCH] Add copyright and author after file split Stefan Berger
2015-02-23 14:17 ` [Qemu-devel] " Stefan Berger
2015-02-23 19:46 ` [Qemu-trivial] " Dr. David Alan Gilbert
2015-02-23 19:46   ` Dr. David Alan Gilbert
2015-02-28  9:02 ` [Qemu-trivial] " Michael Tokarev
2015-02-28  9:02   ` [Qemu-devel] " Michael Tokarev

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.