qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 1/2] pl330: initial version


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH v2 1/2] pl330: initial version
Date: Thu, 05 Apr 2012 09:07:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120312 Thunderbird/11.0

Am 30.03.2012 09:58, schrieb Peter A. G. Crosthwaite:
> Device model for Primecell PL330 dma controller.
> 
> Signed-off-by: Peter A. G. Crosthwaite <address@hidden>
> Signed-off-by: Kirill Batuzov <address@hidden>
> ---
> changed from v1:
> GPLv2 license
> some code formatting fixes
[...]
> diff --git a/hw/pl330.c b/hw/pl330.c
> new file mode 100644
> index 0000000..0ea8bb6
> --- /dev/null
> +++ b/hw/pl330.c
> @@ -0,0 +1,1403 @@
> +/*
> + * ARM PrimeCell PL330 DMA Controller
> + *
> + * Copyright (c) 2009 Samsung Electronics.
> + * Contributed by Kirill Batuzov <address@hidden>
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU General Public License
> + * as published by the Free Software Foundation; version 2.
> + *
> + * You should have received a copy of the GNU General Public License along
> + * with this program; if not, see <http://www.gnu.org/licenses/>.
> + */

Is there a specific reason for GPLv2? Can this be changed to
GPLv2-or-later please?

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]