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]
Message-ID: <861rycoqli.wl-maz@kernel.org>
Date:   Fri, 26 Jul 2019 14:47:05 +0100
From:   Marc Zyngier <maz@...nel.org>
To:     Charles Keepax <ckeepax@...nsource.cirrus.com>
Cc:     <tglx@...utronix.de>, <jason@...edaemon.net>,
        <linux-kernel@...r.kernel.org>, <patches@...nsource.cirrus.com>
Subject: Re: [PATCH] irqchip: madera: Fixup SPDX headers

On Tue, 25 Jun 2019 16:47:17 +0100,
Charles Keepax <ckeepax@...nsource.cirrus.com> wrote:
> 
> GPL-2.0-only is the preferred way of expressing v2 of the GPL, update
> the code to use this.
> 
> Signed-off-by: Charles Keepax <ckeepax@...nsource.cirrus.com>
> ---
>  drivers/irqchip/irq-madera.c       | 2 +-
>  include/linux/irqchip/irq-madera.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/irqchip/irq-madera.c b/drivers/irqchip/irq-madera.c
> index 8b81271c823c6..6b0457876941d 100644
> --- a/drivers/irqchip/irq-madera.c
> +++ b/drivers/irqchip/irq-madera.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Interrupt support for Cirrus Logic Madera codecs
>   *
> diff --git a/include/linux/irqchip/irq-madera.h b/include/linux/irqchip/irq-madera.h
> index 1160fa3769ae6..3a46cadd38654 100644
> --- a/include/linux/irqchip/irq-madera.h
> +++ b/include/linux/irqchip/irq-madera.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Interrupt support for Cirrus Logic Madera codecs
>   *
> -- 
> 2.11.0
> 

I'm not sure this changes anything. LICENSES/preferred/GPL-2.0 doesn't
seem to distinguish the two tags.

Thomas, what do you think?

	M.

-- 
Jazz is not dead, it just smells funny.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ