From: Jonathan Cameron <jic23@kernel.org>
To: Peter Rosin <peda@axentia.se>
Cc: linux-kernel@vger.kernel.org, Hartmut Knaack <knaack.h@gmx.de>,
Lars-Peter Clausen <lars@metafoo.de>,
Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
linux-iio@vger.kernel.org
Subject: Re: [PATCH 2/5] iio: potentiometer: mcp4531: switch to SPDX license identifier
Date: Mon, 20 Aug 2018 19:26:40 +0100 [thread overview]
Message-ID: <20180820192640.7249b8eb@archlinux> (raw)
In-Reply-To: <20180820100114.22966-3-peda@axentia.se>
On Mon, 20 Aug 2018 12:01:11 +0200
Peter Rosin <peda@axentia.se> wrote:
> Drop the boilerplate license text and use the correct MODULE_LICENSE.
>
> Signed-off-by: Peter Rosin <peda@axentia.se>
Applied.
thanks,
Jonathan
> ---
> drivers/iio/potentiometer/mcp4531.c | 7 ++-----
> 1 file changed, 2 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/iio/potentiometer/mcp4531.c b/drivers/iio/potentiometer/mcp4531.c
> index df894af6cccb..831ad3e7871c 100644
> --- a/drivers/iio/potentiometer/mcp4531.c
> +++ b/drivers/iio/potentiometer/mcp4531.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
> /*
> * Industrial I/O driver for Microchip digital potentiometers
> * Copyright (c) 2015 Axentia Technologies AB
> @@ -22,10 +23,6 @@
> * mcp4652 2 257 5, 10, 50, 100 01011xx
> * mcp4661 2 257 5, 10, 50, 100 0101xxx
> * mcp4662 2 257 5, 10, 50, 100 01011xx
> - *
> - * This program is free software; you can redistribute it and/or modify it
> - * under the terms of the GNU General Public License version 2 as published by
> - * the Free Software Foundation.
> */
>
> #include <linux/module.h>
> @@ -403,4 +400,4 @@ module_i2c_driver(mcp4531_driver);
>
> MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");
> MODULE_DESCRIPTION("MCP4531 digital potentiometer");
> -MODULE_LICENSE("GPL");
> +MODULE_LICENSE("GPL v2");
next prev parent reply other threads:[~2018-08-20 21:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-20 10:01 [PATCH 0/5] License cleanup of "my" IIO files Peter Rosin
2018-08-20 10:01 ` [PATCH 1/5] iio: potentiometer: mcp4018: use the correct MODULE_LICENSE Peter Rosin
2018-08-20 18:25 ` Jonathan Cameron
2018-08-20 10:01 ` [PATCH 2/5] iio: potentiometer: mcp4531: switch to SPDX license identifier Peter Rosin
2018-08-20 18:26 ` Jonathan Cameron [this message]
2018-08-20 10:01 ` [PATCH 3/5] iio: envelope-detector: " Peter Rosin
2018-08-20 18:27 ` Jonathan Cameron
2018-08-20 10:01 ` [PATCH 4/5] iio: dpot-dac: " Peter Rosin
2018-08-20 18:27 ` Jonathan Cameron
2018-08-20 10:01 ` [PATCH 5/5] iio: multiplexer: " Peter Rosin
2018-08-20 18:28 ` Jonathan Cameron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180820192640.7249b8eb@archlinux \
--to=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peda@axentia.se \
--cc=pmeerw@pmeerw.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.