From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RplRP-0006eO-TY for qemu-devel@nongnu.org; Tue, 24 Jan 2012 13:50:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RplRO-00063T-OP for qemu-devel@nongnu.org; Tue, 24 Jan 2012 13:49:59 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:34102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RplRO-00063K-Jn for qemu-devel@nongnu.org; Tue, 24 Jan 2012 13:49:58 -0500 Message-ID: <4F1EFD52.4070807@mail.berlios.de> Date: Tue, 24 Jan 2012 19:49:54 +0100 From: Stefan Weil MIME-Version: 1.0 References: <4F1E7190.6030608@siemens.com> <4F1ECCA2.8040003@redhat.com> <4F1ECD52.4000701@siemens.com> In-Reply-To: <4F1ECD52.4000701@siemens.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] signrom: Rewrite as python script List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka , Anthony Liguori Cc: Paolo Bonzini , Christoph Egger , Eric Blake , Alexander Graf , qemu-devel Am 24.01.2012 16:25, schrieb Jan Kiszka: > On 2012-01-24 16:22, Eric Blake wrote: >> On 01/24/2012 01:53 AM, Jan Kiszka wrote: >>> Now that we have a hard dependency on python anyway, we can replace the >>> slow shell script to calculate the option ROM checksum with a fast AND >>> portable python version. Tested both with python 2.7 and 3.1. >>> >>> Signed-off-by: Jan Kiszka >>> --- >>> >>> +++ b/scripts/signrom.py >>> @@ -0,0 +1,40 @@ >>> +# >>> +# Option ROM Signing utility >>> +# >>> +# Authors: >>> +# Jan Kiszka >>> +# >>> +# This work is licensed under the terms of the GNU GPLv2. >> >> Any reason you aren't using GPLv2+, > > Internal complications. :-/ Then I think these complications need to be handled first. Any new code with GLP should use GPLv2+. Can you use a BSD like license or PD? Regards, Stefan PS. Anthony, there are more scripts/*.py files with GPLv2 only. As they are all from IBM / Redhat / Blue, they can be changed to GPLv2+.