All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 03/17] hw_random: bcm2835-rng: Switch to SPDX identifier
@ 2018-11-10 14:51 Stefan Wahren
  2018-11-10 15:17 ` Greg Kroah-Hartman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stefan Wahren @ 2018-11-10 14:51 UTC (permalink / raw)
  To: Eric Anholt, Matt Mackall, Herbert Xu, Greg Kroah-Hartman
  Cc: linux-rpi-kernel, linux-crypto, Stefan Wahren, Lubomir Rintel

Adopt the SPDX license identifier headers to ease license compliance
management. While we are at this fix the comment style, too.

Cc: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 drivers/char/hw_random/bcm2835-rng.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/drivers/char/hw_random/bcm2835-rng.c b/drivers/char/hw_random/bcm2835-rng.c
index 6767d96..256b0b1 100644
--- a/drivers/char/hw_random/bcm2835-rng.c
+++ b/drivers/char/hw_random/bcm2835-rng.c
@@ -1,10 +1,7 @@
-/**
+// SPDX-License-Identifier: GPL-2.0
+/*
  * Copyright (c) 2010-2012 Broadcom. All rights reserved.
  * Copyright (c) 2013 Lubomir Rintel
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License ("GPL")
- * version 2, as published by the Free Software Foundation.
  */
 
 #include <linux/hw_random.h>
-- 
2.7.4

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

* Re: [PATCH 03/17] hw_random: bcm2835-rng: Switch to SPDX identifier
  2018-11-10 14:51 [PATCH 03/17] hw_random: bcm2835-rng: Switch to SPDX identifier Stefan Wahren
@ 2018-11-10 15:17 ` Greg Kroah-Hartman
  2018-11-10 16:53 ` Eric Anholt
  2018-11-11 11:26 ` Lubomir Rintel
  2 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2018-11-10 15:17 UTC (permalink / raw)
  To: Stefan Wahren
  Cc: Eric Anholt, Matt Mackall, Herbert Xu, linux-rpi-kernel,
	linux-crypto, Lubomir Rintel

On Sat, Nov 10, 2018 at 03:51:16PM +0100, Stefan Wahren wrote:
> Adopt the SPDX license identifier headers to ease license compliance
> management. While we are at this fix the comment style, too.
> 
> Cc: Lubomir Rintel <lkundrak@v3.sk>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---
>  drivers/char/hw_random/bcm2835-rng.c | 7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

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

* Re: [PATCH 03/17] hw_random: bcm2835-rng: Switch to SPDX identifier
  2018-11-10 14:51 [PATCH 03/17] hw_random: bcm2835-rng: Switch to SPDX identifier Stefan Wahren
  2018-11-10 15:17 ` Greg Kroah-Hartman
@ 2018-11-10 16:53 ` Eric Anholt
  2018-11-11 11:26 ` Lubomir Rintel
  2 siblings, 0 replies; 4+ messages in thread
From: Eric Anholt @ 2018-11-10 16:53 UTC (permalink / raw)
  To: Stefan Wahren, Matt Mackall, Herbert Xu, Greg Kroah-Hartman
  Cc: linux-rpi-kernel, linux-crypto, Stefan Wahren, Lubomir Rintel

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

Stefan Wahren <stefan.wahren@i2se.com> writes:

> Adopt the SPDX license identifier headers to ease license compliance
> management. While we are at this fix the comment style, too.

Reviewed-by: Eric Anholt <eric@anholt.net>

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

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

* Re: [PATCH 03/17] hw_random: bcm2835-rng: Switch to SPDX identifier
  2018-11-10 14:51 [PATCH 03/17] hw_random: bcm2835-rng: Switch to SPDX identifier Stefan Wahren
  2018-11-10 15:17 ` Greg Kroah-Hartman
  2018-11-10 16:53 ` Eric Anholt
@ 2018-11-11 11:26 ` Lubomir Rintel
  2 siblings, 0 replies; 4+ messages in thread
From: Lubomir Rintel @ 2018-11-11 11:26 UTC (permalink / raw)
  To: Stefan Wahren, Eric Anholt, Matt Mackall, Herbert Xu, Greg Kroah-Hartman
  Cc: linux-rpi-kernel, linux-crypto

On Sat, 2018-11-10 at 15:51 +0100, Stefan Wahren wrote:
> Adopt the SPDX license identifier headers to ease license compliance
> management. While we are at this fix the comment style, too.
> 
> Cc: Lubomir Rintel <lkundrak@v3.sk>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---
>  drivers/char/hw_random/bcm2835-rng.c | 7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/char/hw_random/bcm2835-rng.c
> b/drivers/char/hw_random/bcm2835-rng.c
> index 6767d96..256b0b1 100644
> --- a/drivers/char/hw_random/bcm2835-rng.c
> +++ b/drivers/char/hw_random/bcm2835-rng.c
> @@ -1,10 +1,7 @@
> -/**
> +// SPDX-License-Identifier: GPL-2.0
> +/*
>   * Copyright (c) 2010-2012 Broadcom. All rights reserved.
>   * Copyright (c) 2013 Lubomir Rintel
> - *
> - * This program is free software; you can redistribute it and/or
> - * modify it under the terms of the GNU General Public License
> ("GPL")
> - * version 2, as published by the Free Software Foundation.
>   */
>  
>  #include <linux/hw_random.h>

Acked-by: Lubomir Rintel <lkundrak@v3.sk>

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

end of thread, other threads:[~2018-11-11 21:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-10 14:51 [PATCH 03/17] hw_random: bcm2835-rng: Switch to SPDX identifier Stefan Wahren
2018-11-10 15:17 ` Greg Kroah-Hartman
2018-11-10 16:53 ` Eric Anholt
2018-11-11 11:26 ` Lubomir Rintel

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.