From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPtpY-0006gr-B5 for qemu-devel@nongnu.org; Mon, 23 Feb 2015 09:17:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPtpV-00084z-4a for qemu-devel@nongnu.org; Mon, 23 Feb 2015 09:17:52 -0500 Received: from e7.ny.us.ibm.com ([32.97.182.137]:38086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPtpV-00083l-0m for qemu-devel@nongnu.org; Mon, 23 Feb 2015 09:17:49 -0500 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 23 Feb 2015 09:17:46 -0500 From: Stefan Berger Date: Mon, 23 Feb 2015 09:17:34 -0500 Message-Id: <1424701054-26192-1-git-send-email-stefanb@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH] Add copyright and author after file split List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial@nongnu.org Cc: qemu-devel@nongnu.org, Stefan Berger Signed-off-by: Stefan Berger --- 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 * * 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