All of lore.kernel.org
 help / color / mirror / Atom feed
From: heiko@sntech.de (Heiko Stuebner)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH] iio: adc: Replace license text w/ SPDX identifier
Date: Thu, 29 Nov 2018 14:18:03 +0100	[thread overview]
Message-ID: <3999722.Y4omgby9AG@phil> (raw)
In-Reply-To: <20181128175312.9634-1-matheus.bernardino@usp.br>

Am Mittwoch, 28. November 2018, 18:53:12 CET schrieb Matheus Tavares:
> 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>
> ---

> diff --git a/drivers/iio/adc/rockchip_saradc.c b/drivers/iio/adc/rockchip_saradc.c
> index 1f98566d5b3c..234c6df348ce 100644
> --- a/drivers/iio/adc/rockchip_saradc.c
> +++ b/drivers/iio/adc/rockchip_saradc.c
> @@ -1,16 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Rockchip Successive Approximation Register (SAR) A/D Converter
>   * Copyright (C) 2014 ROCKCHIP, Inc.
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> - *
> - * 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/module.h>

For the Rockchip-part
Acked-by: Heiko Stuebner <heiko@sntech.de>

WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH] iio: adc: Replace license text w/ SPDX identifier
Date: Thu, 29 Nov 2018 14:18:03 +0100	[thread overview]
Message-ID: <3999722.Y4omgby9AG@phil> (raw)
In-Reply-To: <20181128175312.9634-1-matheus.bernardino@usp.br>

Am Mittwoch, 28. November 2018, 18:53:12 CET schrieb Matheus Tavares:
> 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>
> ---

> diff --git a/drivers/iio/adc/rockchip_saradc.c b/drivers/iio/adc/rockchip_saradc.c
> index 1f98566d5b3c..234c6df348ce 100644
> --- a/drivers/iio/adc/rockchip_saradc.c
> +++ b/drivers/iio/adc/rockchip_saradc.c
> @@ -1,16 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Rockchip Successive Approximation Register (SAR) A/D Converter
>   * Copyright (C) 2014 ROCKCHIP, Inc.
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> - *
> - * 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/module.h>

For the Rockchip-part
Acked-by: Heiko Stuebner <heiko@sntech.de>



WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: Matheus Tavares <matheus.bernardino@usp.br>, Milo Kim <milo.kim@ti.com>
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>,
	Vladimir Zapolskiy <vz@mleia.com>,
	Sylvain Lemieux <slemieux.tyco@gmail.com>,
	Carlo Caione <carlo@caione.org>,
	Kevin Hilman <khilman@baylibre.com>,
	William Breathitt Gray <vilhelm.gray@gmail.com>,
	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 14:18:03 +0100	[thread overview]
Message-ID: <3999722.Y4omgby9AG@phil> (raw)
In-Reply-To: <20181128175312.9634-1-matheus.bernardino@usp.br>

Am Mittwoch, 28. November 2018, 18:53:12 CET schrieb Matheus Tavares:
> 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>
> ---

> diff --git a/drivers/iio/adc/rockchip_saradc.c b/drivers/iio/adc/rockchip_saradc.c
> index 1f98566d5b3c..234c6df348ce 100644
> --- a/drivers/iio/adc/rockchip_saradc.c
> +++ b/drivers/iio/adc/rockchip_saradc.c
> @@ -1,16 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Rockchip Successive Approximation Register (SAR) A/D Converter
>   * Copyright (C) 2014 ROCKCHIP, Inc.
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> - *
> - * 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/module.h>

For the Rockchip-part
Acked-by: Heiko Stuebner <heiko@sntech.de>

WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: Matheus Tavares <matheus.bernardino@usp.br>, Milo Kim <milo.kim@ti.com>
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>,
	Vladimir Zapolskiy <vz@mleia.com>,
	Sylvain Lemieux <slemieux.tyco@gmail.com>,
	Carlo Caione <carlo@caione.org>,
	Kevin Hilman <khilman@baylibre.com>,
	William Breathitt Gray <vilhelm.gray@gmail.com>,
	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.comLucas Santos <il>
Subject: Re: [PATCH] iio: adc: Replace license text w/ SPDX identifier
Date: Thu, 29 Nov 2018 14:18:03 +0100	[thread overview]
Message-ID: <3999722.Y4omgby9AG@phil> (raw)
In-Reply-To: <20181128175312.9634-1-matheus.bernardino@usp.br>

Am Mittwoch, 28. November 2018, 18:53:12 CET schrieb Matheus Tavares:
> 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>
> ---

> diff --git a/drivers/iio/adc/rockchip_saradc.c b/drivers/iio/adc/rockchip_saradc.c
> index 1f98566d5b3c..234c6df348ce 100644
> --- a/drivers/iio/adc/rockchip_saradc.c
> +++ b/drivers/iio/adc/rockchip_saradc.c
> @@ -1,16 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Rockchip Successive Approximation Register (SAR) A/D Converter
>   * Copyright (C) 2014 ROCKCHIP, Inc.
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> - *
> - * 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/module.h>

For the Rockchip-part
Acked-by: Heiko Stuebner <heiko@sntech.de>

  parent reply	other threads:[~2018-11-29 13:18 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
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 [this message]
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=3999722.Y4omgby9AG@phil \
    --to=heiko@sntech.de \
    --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.