qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 3/7] target-unicore32: QOM'ify CPU


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH 3/7] target-unicore32: QOM'ify CPU
Date: Wed, 14 Mar 2012 11:56:33 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120215 Thunderbird/10.0.2

Am 14.03.2012 08:56, schrieb Guan Xuetao:
> On Wed, 2012-03-14 at 02:39 +0100, Andreas Färber wrote:
>> Embed CPUUniCore32State into UniCore32CPU.
>>
>> Contributed under GPLv2+.
>>
>> Signed-off-by: Andreas Färber <address@hidden>
>> ---
>>  Makefile.target            |    1 +
>>  target-unicore32/cpu-qom.h |   72 ++++++++++++++++++++++++++++++++++
>>  target-unicore32/cpu.c     |   91 
>> ++++++++++++++++++++++++++++++++++++++++++++
> I hope the gpl information for cpu.c and cpu-qom.h could be consistent
> with other files.

Copy&paste from other cpu-qom.h files. :) I can change it to match the
rest of target-unicore32.

But speaking of matching licenses, your previous text has "as published
by the Free Software Foundation", which I think is a bit safer in theory
(no company X can publish a "GPL" v4 of their own and change it to their
liking) and would make the change smaller. For example:

  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation, or (at your option) any
+ * later version. See the COPYING file in the top-level directory.

What do you think?

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

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