[PATCH v3 10/15] serial: stm32-usart: Add STM32 USART Driver
Maxime Coquelin
mcoquelin.stm32 at gmail.com
Tue Mar 17 10:39:33 PDT 2015
2015-03-13 10:41 GMT+01:00 Paul Bolle <pebolle at tiscali.nl>:
> Just a license nit, I'm afraid.
Not a problem, it is not the last round anyway.
>
> On Thu, 2015-03-12 at 22:55 +0100, Maxime Coquelin wrote:
>> --- /dev/null
>> +++ b/drivers/tty/serial/stm32-usart.c
>> @@ -0,0 +1,695 @@
>> +/*
>> + * Copyright (C) Maxime Coquelin 2015
>> + * Author: Maxime Coquelin <mcoquelin.stm32 at gmail.com>
>> + * License terms: GNU General Public License (GPL), version 2
>> + *
>> + * Inspired by st-asc.c from STMicroelectronics (c)
>> + */
>
> This states the license is GPL v2.
>
>> +MODULE_LICENSE("GPL");
>
> And
> MODULE_LICENSE("GPL v2");
>
> would match that statement.
Right, it will be fixed in the v4.
Thanks,
Maxime
>
>
> Paul Bolle
>
More information about the linux-arm-kernel
mailing list