From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdxG4-0004wW-Kf for qemu-devel@nongnu.org; Tue, 14 Oct 2014 04:15:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdxFz-000802-Fx for qemu-devel@nongnu.org; Tue, 14 Oct 2014 04:15:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdxFz-0007zn-8U for qemu-devel@nongnu.org; Tue, 14 Oct 2014 04:14:59 -0400 From: Juan Quintela In-Reply-To: <1412185653-18051-1-git-send-email-ehabkost@redhat.com> (Eduardo Habkost's message of "Wed, 1 Oct 2014 14:47:33 -0300") References: <1412185653-18051-1-git-send-email-ehabkost@redhat.com> Date: Tue, 14 Oct 2014 10:14:52 +0200 Message-ID: <87fverm5j7.fsf@elfo.elfo> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] qemu-file: Add copyright header to qemu-file.c Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Alexey Kardashevskiy , Markus Armbruster , qemu-devel@nongnu.org, "Dr. David Alan Gilbert" Eduardo Habkost wrote: > The person who created qemu-file.c (me, on commit > 093c455a8c6d8f715eabd8c8d346f08f17d686ec) didn't add a copyright/license > header to the file, even though the whole code was copied from savevm.c > (which had a copyright/license header). > > To correct this, copy the copyright information and license from > savevm.c, that's where the original code came from. > > Luckily, very few changes were made on qemu-file.c after it was created. > All the authors who touched the code are being CCed, so they can confirm > if they are OK with the copyright/license information being added. > > Cc: Dr. David Alan Gilbert > Cc: Alexey Kardashevskiy > Cc: Markus Armbruster > Cc: Juan Quintela > Signed-off-by: Eduardo Habkost Reviewed-by: Juan Quintela Applied