All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] misc: lis3lv02d: Switch to SPDX header
@ 2019-06-11  7:20 Lubomir Rintel
  2019-06-11  7:30 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Lubomir Rintel @ 2019-06-11  7:20 UTC (permalink / raw
  To: Eric Piel
  Cc: Daniel Mack, Arnd Bergmann, Greg Kroah-Hartman, linux-kernel,
	Lubomir Rintel

The original license text had a typo ("publishhed") which would be
likely to confuse automated licensing auditing tools. Let's just switch
to SPDX instead of fixing the wording.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 drivers/misc/lis3lv02d/lis3lv02d_spi.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/misc/lis3lv02d/lis3lv02d_spi.c b/drivers/misc/lis3lv02d/lis3lv02d_spi.c
index e575475123c8..d7f17c59f3e7 100644
--- a/drivers/misc/lis3lv02d/lis3lv02d_spi.c
+++ b/drivers/misc/lis3lv02d/lis3lv02d_spi.c
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * lis3lv02d_spi - SPI glue layer for lis3lv02d
  *
  * Copyright (c) 2009 Daniel Mack <daniel@caiaq.de>
- *
- *  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
- *  publishhed by the Free Software Foundation.
  */
 
 #include <linux/module.h>
-- 
2.21.0


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

* Re: [PATCH] misc: lis3lv02d: Switch to SPDX header
  2019-06-11  7:20 [PATCH] misc: lis3lv02d: Switch to SPDX header Lubomir Rintel
@ 2019-06-11  7:30 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2019-06-11  7:30 UTC (permalink / raw
  To: Lubomir Rintel; +Cc: Eric Piel, Daniel Mack, Arnd Bergmann, linux-kernel

On Tue, Jun 11, 2019 at 09:20:18AM +0200, Lubomir Rintel wrote:
> The original license text had a typo ("publishhed") which would be
> likely to confuse automated licensing auditing tools. Let's just switch
> to SPDX instead of fixing the wording.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---
>  drivers/misc/lis3lv02d/lis3lv02d_spi.c | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/drivers/misc/lis3lv02d/lis3lv02d_spi.c b/drivers/misc/lis3lv02d/lis3lv02d_spi.c
> index e575475123c8..d7f17c59f3e7 100644
> --- a/drivers/misc/lis3lv02d/lis3lv02d_spi.c
> +++ b/drivers/misc/lis3lv02d/lis3lv02d_spi.c
> @@ -1,11 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * lis3lv02d_spi - SPI glue layer for lis3lv02d
>   *
>   * Copyright (c) 2009 Daniel Mack <daniel@caiaq.de>
> - *
> - *  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
> - *  publishhed by the Free Software Foundation.
>   */
>  
>  #include <linux/module.h>
> -- 
> 2.21.0
> 

Please always work with the latest kernel tree, this was fixed in
5.2-rc4.

thanks,

greg k-h

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

end of thread, other threads:[~2019-06-11  7:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-11  7:20 [PATCH] misc: lis3lv02d: Switch to SPDX header Lubomir Rintel
2019-06-11  7:30 ` Greg Kroah-Hartman

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.