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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 7 Sep 2018 12:08:28 +0300
From:   Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
To:     Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>,
        Kishon Vijay Abraham I <kishon@...com>,
        Yoshihiro Shimoda <yoshihiro.shimoda.uh@...esas.com>
Cc:     Simon Horman <horms+renesas@...ge.net.au>,
        Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org,
        linux-renesas-soc@...r.kernel.org
Subject: Re: [PATCH] phy: renesas: convert to SPDX identifiers

On 9/7/2018 5:08 AM, Kuninori Morimoto wrote:

> From: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
> 
> This patch updates license to use SPDX-License-Identifier
> instead of verbose license text.
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
> ---
>   drivers/phy/renesas/Kconfig              | 1 +
>   drivers/phy/renesas/Makefile             | 1 +
>   drivers/phy/renesas/phy-rcar-gen2.c      | 5 +----
>   drivers/phy/renesas/phy-rcar-gen3-usb2.c | 5 +----
>   drivers/phy/renesas/phy-rcar-gen3-usb3.c | 5 +----
>   5 files changed, 5 insertions(+), 12 deletions(-)
> 
> diff --git a/drivers/phy/renesas/Kconfig b/drivers/phy/renesas/Kconfig
> index 4bd390c..e340a92 100644
> --- a/drivers/phy/renesas/Kconfig
> +++ b/drivers/phy/renesas/Kconfig
> @@ -1,3 +1,4 @@
> +# SPDX-License-Identifier: GPL-2.0
>   #
>   # Phy drivers for Renesas platforms
>   #

    Again, there was no license on that file...

> diff --git a/drivers/phy/renesas/Makefile b/drivers/phy/renesas/Makefile
> index 4b76fc4..b599ff8 100644
> --- a/drivers/phy/renesas/Makefile
> +++ b/drivers/phy/renesas/Makefile
> @@ -1,3 +1,4 @@
> +# SPDX-License-Identifier: GPL-2.0
>   obj-$(CONFIG_PHY_RCAR_GEN2)		+= phy-rcar-gen2.o
>   obj-$(CONFIG_PHY_RCAR_GEN3_PCIE)	+= phy-rcar-gen3-pcie.o
>   obj-$(CONFIG_PHY_RCAR_GEN3_USB2)	+= phy-rcar-gen3-usb2.o

    ... on this file as well.

     Otherwise looked valid.

MBR, Sergei

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ