lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 11 Jun 2019 09:30:05 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     Lubomir Rintel <lkundrak@...sk>
Cc:     Eric Piel <eric.piel@...mplin-utc.net>,
        Daniel Mack <daniel@...aq.de>, Arnd Bergmann <arnd@...db.de>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] misc: lis3lv02d: Switch to SPDX header

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@...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@...aq.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ