From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEK4w-0003J6-Ad for qemu-devel@nongnu.org; Thu, 22 Jan 2015 10:53:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEK4v-0005gx-Cd for qemu-devel@nongnu.org; Thu, 22 Jan 2015 10:53:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEK4v-0005gr-5M for qemu-devel@nongnu.org; Thu, 22 Jan 2015 10:53:53 -0500 Message-ID: <54C11D0C.2030303@redhat.com> Date: Thu, 22 Jan 2015 16:53:48 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <54C0383B.4080709@redhat.com> <1421914942-3660-1-git-send-email-jslaby@suse.cz> <54C119AF.20403@redhat.com> In-Reply-To: <54C119AF.20403@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/1] edu: fix license information List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , Jiri Slaby , qemu-devel@nongnu.org On 22/01/2015 16:39, Eric Blake wrote: > On 01/22/2015 01:22 AM, Jiri Slaby wrote: >> Signed-off-by: Jiri Slaby --- docs/specs/edu.txt >> | 4 ++++ hw/misc/edu.c | 2 +- 2 files changed, 5 >> insertions(+), 1 deletion(-) >> >> diff --git a/docs/specs/edu.txt b/docs/specs/edu.txt index >> 360af27ec8b1..1a23df9d21f6 100644 --- a/docs/specs/edu.txt +++ >> b/docs/specs/edu.txt @@ -2,6 +2,10 @@ EDU device ========== >> >> +Copyleft (c) 2014-2015 Jiri Slaby > > s/Copyleft/Copyright/. There's legal implications to the word you > use, and the rest of the code base does not use "Copyleft". > Yup, fixed and applied. Paolo