From: vilhelm.gray@gmail.com (William Breathitt Gray)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH] iio: adc: Replace license text w/ SPDX identifier
Date: Thu, 29 Nov 2018 08:03:50 +0900 [thread overview]
Message-ID: <20181128230350.GA3332@icarus> (raw)
In-Reply-To: <20181128175312.9634-1-matheus.bernardino@usp.br>
On Wed, Nov 28, 2018 at 03:53:12PM -0200, Matheus Tavares wrote:
> From: Lucas Santos <ilucas.ms@gmail.com>
>
> This patch removes all license boilerplate texts from the .c and .h
> files at drivers/iio/adc/ and, instead, adds the proper SPDX license
> identifiers.
>
> Signed-off-by: Lucas Santos <ilucas.ms@gmail.com>
> Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
> ---
> drivers/iio/adc/ad7266.c | 3 +--
> drivers/iio/adc/ad7291.c | 3 +--
> drivers/iio/adc/ad7298.c | 3 +--
> drivers/iio/adc/ad7766.c | 3 +--
> drivers/iio/adc/ad7791.c | 3 +--
> drivers/iio/adc/ad7793.c | 3 +--
> drivers/iio/adc/ad7887.c | 3 +--
> drivers/iio/adc/ad7923.c | 3 +--
> drivers/iio/adc/ad799x.c | 5 +----
> drivers/iio/adc/ad_sigma_delta.c | 3 +--
> drivers/iio/adc/aspeed_adc.c | 6 +-----
> drivers/iio/adc/at91-sama5d2_adc.c | 10 +---------
> drivers/iio/adc/at91_adc.c | 3 +--
> drivers/iio/adc/axp20x_adc.c | 5 +----
> drivers/iio/adc/axp288_adc.c | 13 +------------
> drivers/iio/adc/bcm_iproc_adc.c | 13 +------------
> drivers/iio/adc/berlin2-adc.c | 5 +----
> drivers/iio/adc/cc10001_adc.c | 6 +-----
> drivers/iio/adc/cpcap-adc.c | 10 +---------
> drivers/iio/adc/da9150-gpadc.c | 6 +-----
> drivers/iio/adc/dln2-adc.c | 5 +----
> drivers/iio/adc/ep93xx_adc.c | 5 +----
> drivers/iio/adc/exynos_adc.c | 11 +----------
> drivers/iio/adc/fsl-imx25-gcq.c | 5 +----
> drivers/iio/adc/hi8435.c | 6 +-----
> drivers/iio/adc/hx711.c | 6 +-----
> drivers/iio/adc/imx7d_adc.c | 6 +-----
> drivers/iio/adc/ina2xx-adc.c | 7 +------
> drivers/iio/adc/lp8788_adc.c | 5 +----
> drivers/iio/adc/lpc18xx_adc.c | 5 +----
> drivers/iio/adc/lpc32xx_adc.c | 15 +--------------
> drivers/iio/adc/ltc2471.c | 3 +--
> drivers/iio/adc/ltc2485.c | 5 +----
> drivers/iio/adc/ltc2497.c | 3 +--
> drivers/iio/adc/max1027.c | 5 +----
> drivers/iio/adc/max1118.c | 5 +----
> drivers/iio/adc/max1363.c | 5 +----
> drivers/iio/adc/mcp320x.c | 5 +----
> drivers/iio/adc/mcp3422.c | 6 +-----
> drivers/iio/adc/men_z188_adc.c | 5 +----
> drivers/iio/adc/meson_saradc.c | 5 +----
> drivers/iio/adc/mt6577_auxadc.c | 10 +---------
> drivers/iio/adc/mxs-lradc-adc.c | 11 +----------
> drivers/iio/adc/nau7802.c | 3 +--
> drivers/iio/adc/palmas_gpadc.c | 5 +----
> drivers/iio/adc/qcom-pm8xxx-xoadc.c | 1 +
> drivers/iio/adc/qcom-spmi-iadc.c | 10 +---------
> drivers/iio/adc/qcom-spmi-vadc.c | 10 +---------
> drivers/iio/adc/rockchip_saradc.c | 11 +----------
> drivers/iio/adc/spear_adc.c | 3 +--
> drivers/iio/adc/stx104.c | 10 +---------
> drivers/iio/adc/sun4i-gpadc-iio.c | 5 +----
> drivers/iio/adc/ti-adc081c.c | 5 +----
> drivers/iio/adc/ti-adc0832.c | 5 +----
> drivers/iio/adc/ti-adc084s021.c | 5 +----
> drivers/iio/adc/ti-adc108s102.c | 10 +---------
> drivers/iio/adc/ti-adc12138.c | 5 +----
> drivers/iio/adc/ti-ads1015.c | 5 +----
> drivers/iio/adc/ti-ads8688.c | 5 +----
> drivers/iio/adc/ti-tlc4541.c | 5 +----
> drivers/iio/adc/ti_am335x_adc.c | 10 +---------
> drivers/iio/adc/twl4030-madc.c | 16 +---------------
> drivers/iio/adc/twl6030-gpadc.c | 16 +---------------
> drivers/iio/adc/vf610_adc.c | 15 +--------------
> drivers/iio/adc/viperboard_adc.c | 7 +------
> drivers/iio/adc/xilinx-xadc-core.c | 3 +--
> drivers/iio/adc/xilinx-xadc-events.c | 3 +--
> drivers/iio/adc/xilinx-xadc.h | 3 +--
> 68 files changed, 68 insertions(+), 361 deletions(-)
>
> diff --git a/drivers/iio/adc/stx104.c b/drivers/iio/adc/stx104.c
> index 0662ca199eb0..f9d0aaae836f 100644
> --- a/drivers/iio/adc/stx104.c
> +++ b/drivers/iio/adc/stx104.c
> @@ -1,15 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
> /*
> * IIO driver for the Apex Embedded Systems STX104
> * Copyright (C) 2016 William Breathitt Gray
> - *
> - * 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.
> - *
> - * This program is distributed in the hope that it will be useful, but
> - * WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> - * General Public License for more details.
> */
> #include <linux/bitops.h>
> #include <linux/device.h>
For stx104.c:
Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
WARNING: multiple messages have this Message-ID (diff)
From: William Breathitt Gray <vilhelm.gray@gmail.com>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH] iio: adc: Replace license text w/ SPDX identifier
Date: Thu, 29 Nov 2018 08:03:50 +0900 [thread overview]
Message-ID: <20181128230350.GA3332@icarus> (raw)
In-Reply-To: <20181128175312.9634-1-matheus.bernardino@usp.br>
On Wed, Nov 28, 2018 at 03:53:12PM -0200, Matheus Tavares wrote:
> From: Lucas Santos <ilucas.ms@gmail.com>
>
> This patch removes all license boilerplate texts from the .c and .h
> files at drivers/iio/adc/ and, instead, adds the proper SPDX license
> identifiers.
>
> Signed-off-by: Lucas Santos <ilucas.ms@gmail.com>
> Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
> ---
> drivers/iio/adc/ad7266.c | 3 +--
> drivers/iio/adc/ad7291.c | 3 +--
> drivers/iio/adc/ad7298.c | 3 +--
> drivers/iio/adc/ad7766.c | 3 +--
> drivers/iio/adc/ad7791.c | 3 +--
> drivers/iio/adc/ad7793.c | 3 +--
> drivers/iio/adc/ad7887.c | 3 +--
> drivers/iio/adc/ad7923.c | 3 +--
> drivers/iio/adc/ad799x.c | 5 +----
> drivers/iio/adc/ad_sigma_delta.c | 3 +--
> drivers/iio/adc/aspeed_adc.c | 6 +-----
> drivers/iio/adc/at91-sama5d2_adc.c | 10 +---------
> drivers/iio/adc/at91_adc.c | 3 +--
> drivers/iio/adc/axp20x_adc.c | 5 +----
> drivers/iio/adc/axp288_adc.c | 13 +------------
> drivers/iio/adc/bcm_iproc_adc.c | 13 +------------
> drivers/iio/adc/berlin2-adc.c | 5 +----
> drivers/iio/adc/cc10001_adc.c | 6 +-----
> drivers/iio/adc/cpcap-adc.c | 10 +---------
> drivers/iio/adc/da9150-gpadc.c | 6 +-----
> drivers/iio/adc/dln2-adc.c | 5 +----
> drivers/iio/adc/ep93xx_adc.c | 5 +----
> drivers/iio/adc/exynos_adc.c | 11 +----------
> drivers/iio/adc/fsl-imx25-gcq.c | 5 +----
> drivers/iio/adc/hi8435.c | 6 +-----
> drivers/iio/adc/hx711.c | 6 +-----
> drivers/iio/adc/imx7d_adc.c | 6 +-----
> drivers/iio/adc/ina2xx-adc.c | 7 +------
> drivers/iio/adc/lp8788_adc.c | 5 +----
> drivers/iio/adc/lpc18xx_adc.c | 5 +----
> drivers/iio/adc/lpc32xx_adc.c | 15 +--------------
> drivers/iio/adc/ltc2471.c | 3 +--
> drivers/iio/adc/ltc2485.c | 5 +----
> drivers/iio/adc/ltc2497.c | 3 +--
> drivers/iio/adc/max1027.c | 5 +----
> drivers/iio/adc/max1118.c | 5 +----
> drivers/iio/adc/max1363.c | 5 +----
> drivers/iio/adc/mcp320x.c | 5 +----
> drivers/iio/adc/mcp3422.c | 6 +-----
> drivers/iio/adc/men_z188_adc.c | 5 +----
> drivers/iio/adc/meson_saradc.c | 5 +----
> drivers/iio/adc/mt6577_auxadc.c | 10 +---------
> drivers/iio/adc/mxs-lradc-adc.c | 11 +----------
> drivers/iio/adc/nau7802.c | 3 +--
> drivers/iio/adc/palmas_gpadc.c | 5 +----
> drivers/iio/adc/qcom-pm8xxx-xoadc.c | 1 +
> drivers/iio/adc/qcom-spmi-iadc.c | 10 +---------
> drivers/iio/adc/qcom-spmi-vadc.c | 10 +---------
> drivers/iio/adc/rockchip_saradc.c | 11 +----------
> drivers/iio/adc/spear_adc.c | 3 +--
> drivers/iio/adc/stx104.c | 10 +---------
> drivers/iio/adc/sun4i-gpadc-iio.c | 5 +----
> drivers/iio/adc/ti-adc081c.c | 5 +----
> drivers/iio/adc/ti-adc0832.c | 5 +----
> drivers/iio/adc/ti-adc084s021.c | 5 +----
> drivers/iio/adc/ti-adc108s102.c | 10 +---------
> drivers/iio/adc/ti-adc12138.c | 5 +----
> drivers/iio/adc/ti-ads1015.c | 5 +----
> drivers/iio/adc/ti-ads8688.c | 5 +----
> drivers/iio/adc/ti-tlc4541.c | 5 +----
> drivers/iio/adc/ti_am335x_adc.c | 10 +---------
> drivers/iio/adc/twl4030-madc.c | 16 +---------------
> drivers/iio/adc/twl6030-gpadc.c | 16 +---------------
> drivers/iio/adc/vf610_adc.c | 15 +--------------
> drivers/iio/adc/viperboard_adc.c | 7 +------
> drivers/iio/adc/xilinx-xadc-core.c | 3 +--
> drivers/iio/adc/xilinx-xadc-events.c | 3 +--
> drivers/iio/adc/xilinx-xadc.h | 3 +--
> 68 files changed, 68 insertions(+), 361 deletions(-)
>
> diff --git a/drivers/iio/adc/stx104.c b/drivers/iio/adc/stx104.c
> index 0662ca199eb0..f9d0aaae836f 100644
> --- a/drivers/iio/adc/stx104.c
> +++ b/drivers/iio/adc/stx104.c
> @@ -1,15 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
> /*
> * IIO driver for the Apex Embedded Systems STX104
> * Copyright (C) 2016 William Breathitt Gray
> - *
> - * 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.
> - *
> - * This program is distributed in the hope that it will be useful, but
> - * WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> - * General Public License for more details.
> */
> #include <linux/bitops.h>
> #include <linux/device.h>
For stx104.c:
Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
WARNING: multiple messages have this Message-ID (diff)
From: William Breathitt Gray <vilhelm.gray@gmail.com>
To: Matheus Tavares <matheus.bernardino@usp.br>
Cc: Lars-Peter Clausen <lars@metafoo.de>,
Michael Hennerich <Michael.Hennerich@analog.com>,
Jonathan Cameron <jic23@kernel.org>,
Hartmut Knaack <knaack.h@gmx.de>,
Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
Joel Stanley <joel@jms.id.au>, Andrew Jeffery <andrew@aj.id.au>,
Ludovic Desroches <ludovic.desroches@microchip.com>,
Eugen Hristev <eugen.hristev@microchip.com>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Chen-Yu Tsai <wens@csie.org>, Hans de Goede <hdegoede@redhat.com>,
Ray Jui <rjui@broadcom.com>,
Scott Branden <sbranden@broadcom.com>,
Jon Mason <jonmason@broadcom.com>,
bcm-kernel-feedback-list@broadcom.com,
Support Opensource <support.opensource@diasemi.com>,
Kukjin Kim <kgene@kernel.org>,
Krzysztof Kozlowski <krzk@kernel.org>,
Andreas Klinger <ak@it-klinger.de>, Milo Kim <milo.kim@ti.com>,
Vladimir Zapolskiy <vz@mleia.com>,
Sylvain Lemieux <slemieux.tyco@gmail.com>,
Carlo Caione <carlo@caione.org>,
Kevin Hilman <khilman@baylibre.com>,
Heiko Stuebner <heiko@sntech.de>,
Maxime Ripard <maxime.ripard@bootlin.com>,
Michal Simek <michal.simek@xilinx.com>,
linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-aspeed@lists.ozlabs.org, linux-samsung-soc@vger.kernel.org,
linux-amlogic@lists.infradead.org,
linux-rockchip@lists.infradead.org, kernel-usp@googlegroups.com,
Lucas Santos <ilucas.ms@gmail.com>
Subject: Re: [PATCH] iio: adc: Replace license text w/ SPDX identifier
Date: Thu, 29 Nov 2018 08:03:50 +0900 [thread overview]
Message-ID: <20181128230350.GA3332@icarus> (raw)
In-Reply-To: <20181128175312.9634-1-matheus.bernardino@usp.br>
On Wed, Nov 28, 2018 at 03:53:12PM -0200, Matheus Tavares wrote:
> From: Lucas Santos <ilucas.ms@gmail.com>
>
> This patch removes all license boilerplate texts from the .c and .h
> files at drivers/iio/adc/ and, instead, adds the proper SPDX license
> identifiers.
>
> Signed-off-by: Lucas Santos <ilucas.ms@gmail.com>
> Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
> ---
> drivers/iio/adc/ad7266.c | 3 +--
> drivers/iio/adc/ad7291.c | 3 +--
> drivers/iio/adc/ad7298.c | 3 +--
> drivers/iio/adc/ad7766.c | 3 +--
> drivers/iio/adc/ad7791.c | 3 +--
> drivers/iio/adc/ad7793.c | 3 +--
> drivers/iio/adc/ad7887.c | 3 +--
> drivers/iio/adc/ad7923.c | 3 +--
> drivers/iio/adc/ad799x.c | 5 +----
> drivers/iio/adc/ad_sigma_delta.c | 3 +--
> drivers/iio/adc/aspeed_adc.c | 6 +-----
> drivers/iio/adc/at91-sama5d2_adc.c | 10 +---------
> drivers/iio/adc/at91_adc.c | 3 +--
> drivers/iio/adc/axp20x_adc.c | 5 +----
> drivers/iio/adc/axp288_adc.c | 13 +------------
> drivers/iio/adc/bcm_iproc_adc.c | 13 +------------
> drivers/iio/adc/berlin2-adc.c | 5 +----
> drivers/iio/adc/cc10001_adc.c | 6 +-----
> drivers/iio/adc/cpcap-adc.c | 10 +---------
> drivers/iio/adc/da9150-gpadc.c | 6 +-----
> drivers/iio/adc/dln2-adc.c | 5 +----
> drivers/iio/adc/ep93xx_adc.c | 5 +----
> drivers/iio/adc/exynos_adc.c | 11 +----------
> drivers/iio/adc/fsl-imx25-gcq.c | 5 +----
> drivers/iio/adc/hi8435.c | 6 +-----
> drivers/iio/adc/hx711.c | 6 +-----
> drivers/iio/adc/imx7d_adc.c | 6 +-----
> drivers/iio/adc/ina2xx-adc.c | 7 +------
> drivers/iio/adc/lp8788_adc.c | 5 +----
> drivers/iio/adc/lpc18xx_adc.c | 5 +----
> drivers/iio/adc/lpc32xx_adc.c | 15 +--------------
> drivers/iio/adc/ltc2471.c | 3 +--
> drivers/iio/adc/ltc2485.c | 5 +----
> drivers/iio/adc/ltc2497.c | 3 +--
> drivers/iio/adc/max1027.c | 5 +----
> drivers/iio/adc/max1118.c | 5 +----
> drivers/iio/adc/max1363.c | 5 +----
> drivers/iio/adc/mcp320x.c | 5 +----
> drivers/iio/adc/mcp3422.c | 6 +-----
> drivers/iio/adc/men_z188_adc.c | 5 +----
> drivers/iio/adc/meson_saradc.c | 5 +----
> drivers/iio/adc/mt6577_auxadc.c | 10 +---------
> drivers/iio/adc/mxs-lradc-adc.c | 11 +----------
> drivers/iio/adc/nau7802.c | 3 +--
> drivers/iio/adc/palmas_gpadc.c | 5 +----
> drivers/iio/adc/qcom-pm8xxx-xoadc.c | 1 +
> drivers/iio/adc/qcom-spmi-iadc.c | 10 +---------
> drivers/iio/adc/qcom-spmi-vadc.c | 10 +---------
> drivers/iio/adc/rockchip_saradc.c | 11 +----------
> drivers/iio/adc/spear_adc.c | 3 +--
> drivers/iio/adc/stx104.c | 10 +---------
> drivers/iio/adc/sun4i-gpadc-iio.c | 5 +----
> drivers/iio/adc/ti-adc081c.c | 5 +----
> drivers/iio/adc/ti-adc0832.c | 5 +----
> drivers/iio/adc/ti-adc084s021.c | 5 +----
> drivers/iio/adc/ti-adc108s102.c | 10 +---------
> drivers/iio/adc/ti-adc12138.c | 5 +----
> drivers/iio/adc/ti-ads1015.c | 5 +----
> drivers/iio/adc/ti-ads8688.c | 5 +----
> drivers/iio/adc/ti-tlc4541.c | 5 +----
> drivers/iio/adc/ti_am335x_adc.c | 10 +---------
> drivers/iio/adc/twl4030-madc.c | 16 +---------------
> drivers/iio/adc/twl6030-gpadc.c | 16 +---------------
> drivers/iio/adc/vf610_adc.c | 15 +--------------
> drivers/iio/adc/viperboard_adc.c | 7 +------
> drivers/iio/adc/xilinx-xadc-core.c | 3 +--
> drivers/iio/adc/xilinx-xadc-events.c | 3 +--
> drivers/iio/adc/xilinx-xadc.h | 3 +--
> 68 files changed, 68 insertions(+), 361 deletions(-)
>
> diff --git a/drivers/iio/adc/stx104.c b/drivers/iio/adc/stx104.c
> index 0662ca199eb0..f9d0aaae836f 100644
> --- a/drivers/iio/adc/stx104.c
> +++ b/drivers/iio/adc/stx104.c
> @@ -1,15 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
> /*
> * IIO driver for the Apex Embedded Systems STX104
> * Copyright (C) 2016 William Breathitt Gray
> - *
> - * 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.
> - *
> - * This program is distributed in the hope that it will be useful, but
> - * WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> - * General Public License for more details.
> */
> #include <linux/bitops.h>
> #include <linux/device.h>
For stx104.c:
Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
WARNING: multiple messages have this Message-ID (diff)
From: William Breathitt Gray <vilhelm.gray@gmail.com>
To: Matheus Tavares <matheus.bernardino@usp.br>
Cc: Lars-Peter Clausen <lars@metafoo.de>,
Michael Hennerich <Michael.Hennerich@analog.com>,
Jonathan Cameron <jic23@kernel.org>,
Hartmut Knaack <knaack.h@gmx.de>,
Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
Joel Stanley <joel@jms.id.au>, Andrew Jeffery <andrew@aj.id.au>,
Ludovic Desroches <ludovic.desroches@microchip.com>,
Eugen Hristev <eugen.hristev@microchip.com>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Chen-Yu Tsai <wens@csie.org>, Hans de Goede <hdegoede@redhat.com>,
Ray Jui <rjui@broadcom.com>,
Scott Branden <sbranden@broadcom.com>,
Jon Mason <jonmason@broadcom.com>,
bcm-kernel-feedback-list@broadcom.com,
Support Opensource <support.opensource@diasemi.com>,
Kukjin Kim <kgene@kernel.org>
Subject: Re: [PATCH] iio: adc: Replace license text w/ SPDX identifier
Date: Thu, 29 Nov 2018 08:03:50 +0900 [thread overview]
Message-ID: <20181128230350.GA3332@icarus> (raw)
In-Reply-To: <20181128175312.9634-1-matheus.bernardino@usp.br>
On Wed, Nov 28, 2018 at 03:53:12PM -0200, Matheus Tavares wrote:
> From: Lucas Santos <ilucas.ms@gmail.com>
>
> This patch removes all license boilerplate texts from the .c and .h
> files at drivers/iio/adc/ and, instead, adds the proper SPDX license
> identifiers.
>
> Signed-off-by: Lucas Santos <ilucas.ms@gmail.com>
> Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
> ---
> drivers/iio/adc/ad7266.c | 3 +--
> drivers/iio/adc/ad7291.c | 3 +--
> drivers/iio/adc/ad7298.c | 3 +--
> drivers/iio/adc/ad7766.c | 3 +--
> drivers/iio/adc/ad7791.c | 3 +--
> drivers/iio/adc/ad7793.c | 3 +--
> drivers/iio/adc/ad7887.c | 3 +--
> drivers/iio/adc/ad7923.c | 3 +--
> drivers/iio/adc/ad799x.c | 5 +----
> drivers/iio/adc/ad_sigma_delta.c | 3 +--
> drivers/iio/adc/aspeed_adc.c | 6 +-----
> drivers/iio/adc/at91-sama5d2_adc.c | 10 +---------
> drivers/iio/adc/at91_adc.c | 3 +--
> drivers/iio/adc/axp20x_adc.c | 5 +----
> drivers/iio/adc/axp288_adc.c | 13 +------------
> drivers/iio/adc/bcm_iproc_adc.c | 13 +------------
> drivers/iio/adc/berlin2-adc.c | 5 +----
> drivers/iio/adc/cc10001_adc.c | 6 +-----
> drivers/iio/adc/cpcap-adc.c | 10 +---------
> drivers/iio/adc/da9150-gpadc.c | 6 +-----
> drivers/iio/adc/dln2-adc.c | 5 +----
> drivers/iio/adc/ep93xx_adc.c | 5 +----
> drivers/iio/adc/exynos_adc.c | 11 +----------
> drivers/iio/adc/fsl-imx25-gcq.c | 5 +----
> drivers/iio/adc/hi8435.c | 6 +-----
> drivers/iio/adc/hx711.c | 6 +-----
> drivers/iio/adc/imx7d_adc.c | 6 +-----
> drivers/iio/adc/ina2xx-adc.c | 7 +------
> drivers/iio/adc/lp8788_adc.c | 5 +----
> drivers/iio/adc/lpc18xx_adc.c | 5 +----
> drivers/iio/adc/lpc32xx_adc.c | 15 +--------------
> drivers/iio/adc/ltc2471.c | 3 +--
> drivers/iio/adc/ltc2485.c | 5 +----
> drivers/iio/adc/ltc2497.c | 3 +--
> drivers/iio/adc/max1027.c | 5 +----
> drivers/iio/adc/max1118.c | 5 +----
> drivers/iio/adc/max1363.c | 5 +----
> drivers/iio/adc/mcp320x.c | 5 +----
> drivers/iio/adc/mcp3422.c | 6 +-----
> drivers/iio/adc/men_z188_adc.c | 5 +----
> drivers/iio/adc/meson_saradc.c | 5 +----
> drivers/iio/adc/mt6577_auxadc.c | 10 +---------
> drivers/iio/adc/mxs-lradc-adc.c | 11 +----------
> drivers/iio/adc/nau7802.c | 3 +--
> drivers/iio/adc/palmas_gpadc.c | 5 +----
> drivers/iio/adc/qcom-pm8xxx-xoadc.c | 1 +
> drivers/iio/adc/qcom-spmi-iadc.c | 10 +---------
> drivers/iio/adc/qcom-spmi-vadc.c | 10 +---------
> drivers/iio/adc/rockchip_saradc.c | 11 +----------
> drivers/iio/adc/spear_adc.c | 3 +--
> drivers/iio/adc/stx104.c | 10 +---------
> drivers/iio/adc/sun4i-gpadc-iio.c | 5 +----
> drivers/iio/adc/ti-adc081c.c | 5 +----
> drivers/iio/adc/ti-adc0832.c | 5 +----
> drivers/iio/adc/ti-adc084s021.c | 5 +----
> drivers/iio/adc/ti-adc108s102.c | 10 +---------
> drivers/iio/adc/ti-adc12138.c | 5 +----
> drivers/iio/adc/ti-ads1015.c | 5 +----
> drivers/iio/adc/ti-ads8688.c | 5 +----
> drivers/iio/adc/ti-tlc4541.c | 5 +----
> drivers/iio/adc/ti_am335x_adc.c | 10 +---------
> drivers/iio/adc/twl4030-madc.c | 16 +---------------
> drivers/iio/adc/twl6030-gpadc.c | 16 +---------------
> drivers/iio/adc/vf610_adc.c | 15 +--------------
> drivers/iio/adc/viperboard_adc.c | 7 +------
> drivers/iio/adc/xilinx-xadc-core.c | 3 +--
> drivers/iio/adc/xilinx-xadc-events.c | 3 +--
> drivers/iio/adc/xilinx-xadc.h | 3 +--
> 68 files changed, 68 insertions(+), 361 deletions(-)
>
> diff --git a/drivers/iio/adc/stx104.c b/drivers/iio/adc/stx104.c
> index 0662ca199eb0..f9d0aaae836f 100644
> --- a/drivers/iio/adc/stx104.c
> +++ b/drivers/iio/adc/stx104.c
> @@ -1,15 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
> /*
> * IIO driver for the Apex Embedded Systems STX104
> * Copyright (C) 2016 William Breathitt Gray
> - *
> - * 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.
> - *
> - * This program is distributed in the hope that it will be useful, but
> - * WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> - * General Public License for more details.
> */
> #include <linux/bitops.h>
> #include <linux/device.h>
For stx104.c:
Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
WARNING: multiple messages have this Message-ID (diff)
From: vilhelm.gray@gmail.com (William Breathitt Gray)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] iio: adc: Replace license text w/ SPDX identifier
Date: Thu, 29 Nov 2018 08:03:50 +0900 [thread overview]
Message-ID: <20181128230350.GA3332@icarus> (raw)
In-Reply-To: <20181128175312.9634-1-matheus.bernardino@usp.br>
On Wed, Nov 28, 2018 at 03:53:12PM -0200, Matheus Tavares wrote:
> From: Lucas Santos <ilucas.ms@gmail.com>
>
> This patch removes all license boilerplate texts from the .c and .h
> files at drivers/iio/adc/ and, instead, adds the proper SPDX license
> identifiers.
>
> Signed-off-by: Lucas Santos <ilucas.ms@gmail.com>
> Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
> ---
> drivers/iio/adc/ad7266.c | 3 +--
> drivers/iio/adc/ad7291.c | 3 +--
> drivers/iio/adc/ad7298.c | 3 +--
> drivers/iio/adc/ad7766.c | 3 +--
> drivers/iio/adc/ad7791.c | 3 +--
> drivers/iio/adc/ad7793.c | 3 +--
> drivers/iio/adc/ad7887.c | 3 +--
> drivers/iio/adc/ad7923.c | 3 +--
> drivers/iio/adc/ad799x.c | 5 +----
> drivers/iio/adc/ad_sigma_delta.c | 3 +--
> drivers/iio/adc/aspeed_adc.c | 6 +-----
> drivers/iio/adc/at91-sama5d2_adc.c | 10 +---------
> drivers/iio/adc/at91_adc.c | 3 +--
> drivers/iio/adc/axp20x_adc.c | 5 +----
> drivers/iio/adc/axp288_adc.c | 13 +------------
> drivers/iio/adc/bcm_iproc_adc.c | 13 +------------
> drivers/iio/adc/berlin2-adc.c | 5 +----
> drivers/iio/adc/cc10001_adc.c | 6 +-----
> drivers/iio/adc/cpcap-adc.c | 10 +---------
> drivers/iio/adc/da9150-gpadc.c | 6 +-----
> drivers/iio/adc/dln2-adc.c | 5 +----
> drivers/iio/adc/ep93xx_adc.c | 5 +----
> drivers/iio/adc/exynos_adc.c | 11 +----------
> drivers/iio/adc/fsl-imx25-gcq.c | 5 +----
> drivers/iio/adc/hi8435.c | 6 +-----
> drivers/iio/adc/hx711.c | 6 +-----
> drivers/iio/adc/imx7d_adc.c | 6 +-----
> drivers/iio/adc/ina2xx-adc.c | 7 +------
> drivers/iio/adc/lp8788_adc.c | 5 +----
> drivers/iio/adc/lpc18xx_adc.c | 5 +----
> drivers/iio/adc/lpc32xx_adc.c | 15 +--------------
> drivers/iio/adc/ltc2471.c | 3 +--
> drivers/iio/adc/ltc2485.c | 5 +----
> drivers/iio/adc/ltc2497.c | 3 +--
> drivers/iio/adc/max1027.c | 5 +----
> drivers/iio/adc/max1118.c | 5 +----
> drivers/iio/adc/max1363.c | 5 +----
> drivers/iio/adc/mcp320x.c | 5 +----
> drivers/iio/adc/mcp3422.c | 6 +-----
> drivers/iio/adc/men_z188_adc.c | 5 +----
> drivers/iio/adc/meson_saradc.c | 5 +----
> drivers/iio/adc/mt6577_auxadc.c | 10 +---------
> drivers/iio/adc/mxs-lradc-adc.c | 11 +----------
> drivers/iio/adc/nau7802.c | 3 +--
> drivers/iio/adc/palmas_gpadc.c | 5 +----
> drivers/iio/adc/qcom-pm8xxx-xoadc.c | 1 +
> drivers/iio/adc/qcom-spmi-iadc.c | 10 +---------
> drivers/iio/adc/qcom-spmi-vadc.c | 10 +---------
> drivers/iio/adc/rockchip_saradc.c | 11 +----------
> drivers/iio/adc/spear_adc.c | 3 +--
> drivers/iio/adc/stx104.c | 10 +---------
> drivers/iio/adc/sun4i-gpadc-iio.c | 5 +----
> drivers/iio/adc/ti-adc081c.c | 5 +----
> drivers/iio/adc/ti-adc0832.c | 5 +----
> drivers/iio/adc/ti-adc084s021.c | 5 +----
> drivers/iio/adc/ti-adc108s102.c | 10 +---------
> drivers/iio/adc/ti-adc12138.c | 5 +----
> drivers/iio/adc/ti-ads1015.c | 5 +----
> drivers/iio/adc/ti-ads8688.c | 5 +----
> drivers/iio/adc/ti-tlc4541.c | 5 +----
> drivers/iio/adc/ti_am335x_adc.c | 10 +---------
> drivers/iio/adc/twl4030-madc.c | 16 +---------------
> drivers/iio/adc/twl6030-gpadc.c | 16 +---------------
> drivers/iio/adc/vf610_adc.c | 15 +--------------
> drivers/iio/adc/viperboard_adc.c | 7 +------
> drivers/iio/adc/xilinx-xadc-core.c | 3 +--
> drivers/iio/adc/xilinx-xadc-events.c | 3 +--
> drivers/iio/adc/xilinx-xadc.h | 3 +--
> 68 files changed, 68 insertions(+), 361 deletions(-)
>
> diff --git a/drivers/iio/adc/stx104.c b/drivers/iio/adc/stx104.c
> index 0662ca199eb0..f9d0aaae836f 100644
> --- a/drivers/iio/adc/stx104.c
> +++ b/drivers/iio/adc/stx104.c
> @@ -1,15 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
> /*
> * IIO driver for the Apex Embedded Systems STX104
> * Copyright (C) 2016 William Breathitt Gray
> - *
> - * 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.
> - *
> - * This program is distributed in the hope that it will be useful, but
> - * WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> - * General Public License for more details.
> */
> #include <linux/bitops.h>
> #include <linux/device.h>
For stx104.c:
Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
next prev parent reply other threads:[~2018-11-28 23:03 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-28 17:53 [PATCH] iio: adc: Replace license text w/ SPDX identifier Matheus Tavares
2018-11-28 17:53 ` Matheus Tavares
2018-11-28 17:53 ` Matheus Tavares
2018-11-28 17:53 ` Matheus Tavares
2018-11-28 17:53 ` Matheus Tavares
2018-11-28 18:54 ` Scott Branden
2018-11-28 18:54 ` Scott Branden
2018-12-01 15:54 ` Matheus Tavares Bernardino
2018-12-01 15:54 ` Matheus Tavares Bernardino
2018-12-01 15:54 ` Matheus Tavares Bernardino
2018-12-01 15:54 ` Matheus Tavares Bernardino
2018-12-01 15:54 ` Matheus Tavares Bernardino
2018-11-28 19:29 ` Alexandre Belloni
2018-11-28 19:29 ` Alexandre Belloni
2018-11-28 19:29 ` Alexandre Belloni
2018-11-28 19:29 ` Alexandre Belloni
2018-11-28 19:29 ` Alexandre Belloni
2018-12-01 15:56 ` Matheus Tavares Bernardino
2018-12-01 15:56 ` Matheus Tavares Bernardino
2018-12-01 15:56 ` Matheus Tavares Bernardino
2018-12-01 15:56 ` Matheus Tavares Bernardino
2018-12-01 15:56 ` Matheus Tavares Bernardino
2018-11-28 22:20 ` Vladimir Zapolskiy
2018-11-28 22:20 ` Vladimir Zapolskiy
2018-11-28 22:20 ` Vladimir Zapolskiy
2018-11-28 22:20 ` Vladimir Zapolskiy
2018-11-28 22:20 ` Vladimir Zapolskiy
2018-11-28 23:03 ` William Breathitt Gray [this message]
2018-11-28 23:03 ` William Breathitt Gray
2018-11-28 23:03 ` William Breathitt Gray
2018-11-28 23:03 ` William Breathitt Gray
2018-11-28 23:03 ` William Breathitt Gray
2018-11-29 7:37 ` Krzysztof Kozlowski
2018-11-29 7:37 ` Krzysztof Kozlowski
2018-11-29 7:37 ` Krzysztof Kozlowski
2018-11-29 7:37 ` Krzysztof Kozlowski
2018-11-29 7:37 ` Krzysztof Kozlowski
2018-12-01 15:57 ` Matheus Tavares Bernardino
2018-12-01 15:57 ` Matheus Tavares Bernardino
2018-12-01 15:57 ` Matheus Tavares Bernardino
2018-12-01 15:57 ` Matheus Tavares Bernardino
2018-12-01 15:57 ` Matheus Tavares Bernardino
2018-11-29 13:18 ` Heiko Stuebner
2018-11-29 13:18 ` Heiko Stuebner
2018-11-29 13:18 ` Heiko Stuebner
2018-11-29 13:18 ` Heiko Stuebner
2018-12-01 16:55 ` Jonathan Cameron
2018-12-01 16:55 ` Jonathan Cameron
2018-12-01 16:55 ` Jonathan Cameron
2018-12-01 16:55 ` Jonathan Cameron
2018-12-01 16:55 ` Jonathan Cameron
2018-12-07 10:16 ` Linus Walleij
2018-12-07 10:16 ` Linus Walleij
2018-12-07 10:16 ` Linus Walleij
2018-12-07 10:16 ` Linus Walleij
2018-12-07 10:16 ` Linus Walleij
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=20181128230350.GA3332@icarus \
--to=vilhelm.gray@gmail.com \
--cc=linus-amlogic@lists.infradead.org \
/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.