All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 11/17] mmc: bcm2835: Switch to SPDX identifier
@ 2018-11-10 16:10 Stefan Wahren
       [not found] ` <1541866205-7737-1-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Wahren @ 2018-11-10 16:10 UTC (permalink / raw)
  To: Eric Anholt, Ulf Hansson
  Cc: linux-mmc-u79uwXL29TY76Z2rM5mHXA,
	linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Adopt the SPDX license identifier headers to ease license compliance
management.

Cc: Phil Elwell <phil-FnsA7b+Nu9XbIbC87yuRow@public.gmane.org>
Signed-off-by: Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org>
---
 drivers/mmc/host/bcm2835.c | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/drivers/mmc/host/bcm2835.c b/drivers/mmc/host/bcm2835.c
index 768972a..4301bc5 100644
--- a/drivers/mmc/host/bcm2835.c
+++ b/drivers/mmc/host/bcm2835.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * bcm2835 sdhost driver.
  *
@@ -25,18 +26,6 @@
  *  sdhci-bcm2708.c by Broadcom
  *  sdhci-bcm2835.c by Stephen Warren and Oleksandr Tymoshenko
  *  sdhci.c and sdhci-pci.c by Pierre Ossman
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
- *
- * This program is distributed in the hope 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 #include <linux/clk.h>
 #include <linux/delay.h>
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 11/17] mmc: bcm2835: Switch to SPDX identifier
       [not found] ` <1541866205-7737-1-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org>
@ 2018-11-10 16:55   ` Eric Anholt
  2018-11-19 12:08   ` Ulf Hansson
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Anholt @ 2018-11-10 16:55 UTC (permalink / raw)
  To: Stefan Wahren, Ulf Hansson
  Cc: linux-mmc-u79uwXL29TY76Z2rM5mHXA,
	linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r


[-- Attachment #1.1: Type: text/plain, Size: 226 bytes --]

Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org> writes:

> Adopt the SPDX license identifier headers to ease license compliance
> management.

Reviewed-by: Eric Anholt <eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

[-- Attachment #2: Type: text/plain, Size: 206 bytes --]

_______________________________________________
linux-rpi-kernel mailing list
linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
http://lists.infradead.org/mailman/listinfo/linux-rpi-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 11/17] mmc: bcm2835: Switch to SPDX identifier
       [not found] ` <1541866205-7737-1-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org>
  2018-11-10 16:55   ` Eric Anholt
@ 2018-11-19 12:08   ` Ulf Hansson
  1 sibling, 0 replies; 3+ messages in thread
From: Ulf Hansson @ 2018-11-19 12:08 UTC (permalink / raw)
  To: Stefan Wahren
  Cc: linux-mmc-u79uwXL29TY76Z2rM5mHXA,
	linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On 10 November 2018 at 17:10, Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org> wrote:
> Adopt the SPDX license identifier headers to ease license compliance
> management.
>
> Cc: Phil Elwell <phil-FnsA7b+Nu9XbIbC87yuRow@public.gmane.org>
> Signed-off-by: Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org>

Applied for next, thanks!

Kind regards
Uffe

> ---
>  drivers/mmc/host/bcm2835.c | 13 +------------
>  1 file changed, 1 insertion(+), 12 deletions(-)
>
> diff --git a/drivers/mmc/host/bcm2835.c b/drivers/mmc/host/bcm2835.c
> index 768972a..4301bc5 100644
> --- a/drivers/mmc/host/bcm2835.c
> +++ b/drivers/mmc/host/bcm2835.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * bcm2835 sdhost driver.
>   *
> @@ -25,18 +26,6 @@
>   *  sdhci-bcm2708.c by Broadcom
>   *  sdhci-bcm2835.c by Stephen Warren and Oleksandr Tymoshenko
>   *  sdhci.c and sdhci-pci.c by Pierre Ossman
> - *
> - * This program is free software; you can redistribute it and/or modify it
> - * under the terms and conditions of the GNU General Public License,
> - * version 2, as published by the Free Software Foundation.
> - *
> - * This program is distributed in the hope 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.
> - *
> - * You should have received a copy of the GNU General Public License
> - * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  #include <linux/clk.h>
>  #include <linux/delay.h>
> --
> 2.7.4
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-19 12:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-10 16:10 [PATCH 11/17] mmc: bcm2835: Switch to SPDX identifier Stefan Wahren
     [not found] ` <1541866205-7737-1-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org>
2018-11-10 16:55   ` Eric Anholt
2018-11-19 12:08   ` Ulf Hansson

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.