Re: [PATCH 1/5] iio: potentiometer: mcp4018: use the correct MODULE_LICENSE

From: Jonathan Cameron
Date: Mon Aug 20 2018 - 14:25:50 EST


On Mon, 20 Aug 2018 12:01:10 +0200
Peter Rosin <peda@xxxxxxxxxx> wrote:

> The file is GPL v2 only.
>
> Signed-off-by: Peter Rosin <peda@xxxxxxxxxx>
Applied to the togreg branch of iio.git and pushed out as testing for
the autobuilders to play with it.

thanks,

Jonathan
> ---
> drivers/iio/potentiometer/mcp4018.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/potentiometer/mcp4018.c b/drivers/iio/potentiometer/mcp4018.c
> index 320a7c929777..5ab74a839982 100644
> --- a/drivers/iio/potentiometer/mcp4018.c
> +++ b/drivers/iio/potentiometer/mcp4018.c
> @@ -190,4 +190,4 @@ module_i2c_driver(mcp4018_driver);
>
> MODULE_AUTHOR("Peter Rosin <peda@xxxxxxxxxx>");
> MODULE_DESCRIPTION("MCP4018 digital potentiometer");
> -MODULE_LICENSE("GPL");
> +MODULE_LICENSE("GPL v2");