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] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 31 Dec 2017 12:17:00 +0100
From:   Philippe Ombredanne <pombredanne@...b.com>
To:     Jiaxun Yang <jiaxun.yang@...goat.com>
Cc:     Ralf Baechle <ralf@...ux-mips.org>,
        Linux MIPS <linux-mips@...ux-mips.org>,
        LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCHv2 1/8] MIPS: Loongson64: cleanup all cs5536 files to use
 SPDX Identifier

On Sat, Dec 30, 2017 at 7:28 PM, Jiaxun Yang <jiaxun.yang@...goat.com> wrote:
> To reduce unnecessary license text.
>
> Signed-off-by: Jiaxun Yang <jiaxun.yang@...goat.com>
> ---
>  arch/mips/loongson64/common/cs5536/Makefile       | 1 +
>  arch/mips/loongson64/common/cs5536/cs5536_acc.c   | 6 ++----
>  arch/mips/loongson64/common/cs5536/cs5536_ehci.c  | 6 ++----
>  arch/mips/loongson64/common/cs5536/cs5536_ide.c   | 6 ++----
>  arch/mips/loongson64/common/cs5536/cs5536_isa.c   | 6 ++----
>  arch/mips/loongson64/common/cs5536/cs5536_mfgpt.c | 6 ++----
>  arch/mips/loongson64/common/cs5536/cs5536_ohci.c  | 6 ++----
>  arch/mips/loongson64/common/cs5536/cs5536_pci.c   | 7 ++-----
>  8 files changed, 15 insertions(+), 29 deletions(-)
>
> diff --git a/arch/mips/loongson64/common/cs5536/Makefile b/arch/mips/loongson64/common/cs5536/Makefile
> index f12e64007347..b0c805a0dcc6 100644
> --- a/arch/mips/loongson64/common/cs5536/Makefile
> +++ b/arch/mips/loongson64/common/cs5536/Makefile
> @@ -1,3 +1,4 @@
> +# SPDX-License-Identifier: GPL-2.0
>  #
>  # Makefile for CS5536 support.
>  #
> diff --git a/arch/mips/loongson64/common/cs5536/cs5536_acc.c b/arch/mips/loongson64/common/cs5536/cs5536_acc.c
> index ab4d6cc57384..ba0474bb4a3d 100644
> --- a/arch/mips/loongson64/common/cs5536/cs5536_acc.c
> +++ b/arch/mips/loongson64/common/cs5536/cs5536_acc.c
> @@ -1,3 +1,5 @@
> +// SPDX-License-Identifier: GPL-2.0
> +
>  /*
>   * the ACC Virtual Support Module of AMD CS5536
>   *
> @@ -7,10 +9,6 @@
>   * Copyright (C) 2009 Lemote, Inc.
>   * Author: Wu Zhangjin, wuzhangjin@...il.com
>   *
> - * This program is free software; you can redistribute it and/or modify it
> - * under  the terms of the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>   */

Did you CC the original authors? You would need their signoff or at
least an ack IMHO
-- 
Cordially
Philippe Ombredanne

Powered by blists - more mailing lists