On Thu, Apr 5, 2012 at 5:07 PM, Andreas Färber <afaer...@suse.de> wrote:
> 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

Hi Andreas,

In our offline discussions Kyungmin from Samsung was explicit
regarding GPLv2. Kyungmin can this be changed to v2 or later?

Regards,
Peter

Reply via email to