qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] signrom: Rewrite as python script


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH] signrom: Rewrite as python script
Date: Tue, 24 Jan 2012 19:49:54 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20111110 Iceowl/1.0b1 Icedove/3.0.11

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 <address@hidden>
---

+++ b/scripts/signrom.py
@@ -0,0 +1,40 @@
+#
+# Option ROM Signing utility
+#
+# Authors:
+# Jan Kiszka <address@hidden>
+#
+# 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+.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]