[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20181222173807.0284c33a@archlinux>
Date: Sat, 22 Dec 2018 17:38:07 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: Amir Mahdi Ghorbanian <indigoomega021@...il.com>
Cc: lars@...afoo.de, Michael.Hennerich@...log.com, knaack.h@....de,
pmeerw@...erw.net, gregkh@...uxfoundation.org,
linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org,
Barry Song <21cnbao@...il.com>
Subject: Re: [PATCH] Staging: iio: adis16240: fixed a SPDX identifier tag
mistake
On Wed, 19 Dec 2018 13:07:31 -0800
Amir Mahdi Ghorbanian <indigoomega021@...il.com> wrote:
> Fixed a coding style mistake by adding the SPDX identifier tag to the
> first line of the code.
>
> Signed-off-by: Amir Mahdi Ghorbanian <indigoomega021@...il.com>
*groans* Another one where the MODULE_LICENSE is different.
Michael, Analog copyright, so if you want to express a view on
the intent that would be great.
My feeling would be that the MODULE_LICENSE is the wrong one given it's
easier to get that wrong than to add an 'or later' to the text..
On these I generally want an ack from the copyright holder anyway
just to be sure everything is in order.
Thanks,
Jonathan
> ---
> drivers/staging/iio/accel/adis16240.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/iio/accel/adis16240.c b/drivers/staging/iio/accel/adis16240.c
> index 24e525f..2c40189 100644
> --- a/drivers/staging/iio/accel/adis16240.c
> +++ b/drivers/staging/iio/accel/adis16240.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0+
> /*
> * ADIS16240 Programmable Impact Sensor and Recorder driver
> *
> * Copyright 2010 Analog Devices Inc.
> *
> - * Licensed under the GPL-2 or later.
> */
>
> #include <linux/interrupt.h>
Powered by blists - more mailing lists