From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MysbC-0005ii-V2 for qemu-devel@nongnu.org; Fri, 16 Oct 2009 15:36:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mysb8-0005gv-Jv for qemu-devel@nongnu.org; Fri, 16 Oct 2009 15:36:26 -0400 Received: from [199.232.76.173] (port=42232 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mysb8-0005gr-DY for qemu-devel@nongnu.org; Fri, 16 Oct 2009 15:36:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54801) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mysb8-0006zU-0R for qemu-devel@nongnu.org; Fri, 16 Oct 2009 15:36:22 -0400 Message-ID: <4AD8CB31.9080809@redhat.com> Date: Fri, 16 Oct 2009 21:36:17 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1255037747-3340-1-git-send-email-lcapitulino@redhat.com> <1255037747-3340-2-git-send-email-lcapitulino@redhat.com> <4AD72B88.2040107@codemonkey.ws> <20091015122622.1f93ea2d@doriath> <20091015163936.GB532@redhat.com> <20091015142837.6c90580a@doriath> <4AD76B3C.3050001@codemonkey.ws> <4AD87424.3010000@redhat.com> <4AD87901.5030705@codemonkey.ws> <4AD8AECE.9000507@redhat.com> <4AD8AFA4.4070203@codemonkey.ws> In-Reply-To: <4AD8AFA4.4070203@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 01/10] Introduce qmisc module List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Luiz Capitulino On 10/16/2009 07:38 PM, Anthony Liguori wrote: > > Ugh! I hate people trying to be clever. Grrr, good catch. I wrote this to the guy via Yahoo! but I cannot see his email address, so I've no clue if the email will actually reach him. > Hi, the QEMU project is discussing using your JSON parser. However, > the sentence "The Software shall be used for Good, not Evil" that > appears in the file is too clever and (even though the humorous > intent is obvious) it could be considered GPL-incompatible (or > any-other-license-incompatible for that matter). > > Would you consider removing that sentence from http://fara.cs.uni- > potsdam.de/~jsg/json_parser/JSON_parser.c? If you cannot, you can > send it to me and CC anthony@codemonkey.ws. > > Thanks in advance. > > Paolo Bonzini There can always be a plan B---Dan Berrange found a parser with a similar interface and if the weather doesn't improve I may even give a shot at writing one over the weekend. Paolo