From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3H8K-0004g7-CN for qemu-devel@nongnu.org; Fri, 12 Jun 2015 01:04:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3H8J-0001Hd-5S for qemu-devel@nongnu.org; Fri, 12 Jun 2015 01:04:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3H8I-0001HO-WA for qemu-devel@nongnu.org; Fri, 12 Jun 2015 01:03:59 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 9F1133672A2 for ; Fri, 12 Jun 2015 05:03:58 +0000 (UTC) From: Juan Quintela Date: Fri, 12 Jun 2015 07:03:32 +0200 Message-Id: <1434085430-29219-4-git-send-email-quintela@redhat.com> In-Reply-To: <1434085430-29219-1-git-send-email-quintela@redhat.com> References: <1434085430-29219-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PULL 03/21] migration: Add myself to the copyright list of both files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com If anyone feels like adding himself to the list, just sent me a patch. Signed-off-by: Juan Quintela Reviewed-by: Eric Blake --- migration/ram.c | 4 ++++ migration/savevm.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/migration/ram.c b/migration/ram.c index ff889ba..9db72a4 100644 --- a/migration/ram.c +++ b/migration/ram.c @@ -2,6 +2,10 @@ * QEMU System Emulator * * Copyright (c) 2003-2008 Fabrice Bellard + * Copyright (c) 2011-2015 Red Hat Inc + * + * Authors: + * Juan Quintela * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/migration/savevm.c b/migration/savevm.c index 3b0e222..3dfa425 100644 --- a/migration/savevm.c +++ b/migration/savevm.c @@ -2,6 +2,10 @@ * QEMU System Emulator * * Copyright (c) 2003-2008 Fabrice Bellard + * Copyright (c) 2009-2015 Red Hat Inc + * + * Authors: + * Juan Quintela * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal -- 2.4.3