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 <peter.crosthwa...@petalogix.com>
> Signed-off-by: Kirill Batuzov <batuz...@ispras.ru>
> ---
> 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 <batuz...@ispras.ru>
> + *
> + * 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