Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751057AbdLaLRn (ORCPT ); Sun, 31 Dec 2017 06:17:43 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:40821 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751015AbdLaLRm (ORCPT ); Sun, 31 Dec 2017 06:17:42 -0500 X-Google-Smtp-Source: ACJfBotnYcyIRY3QG1iyD/F9TG315xjvmyrMnkjmTcp1/AucbvrpJne21c95zn7H4mZ7p4GBI9yihDWVCjthtdJj0Jk= MIME-Version: 1.0 In-Reply-To: <20171230182830.6496-2-jiaxun.yang@flygoat.com> References: <20171226132339.7356-1-jiaxun.yang@flygoat.com> <20171230182830.6496-1-jiaxun.yang@flygoat.com> <20171230182830.6496-2-jiaxun.yang@flygoat.com> From: Philippe Ombredanne Date: Sun, 31 Dec 2017 12:17:00 +0100 Message-ID: Subject: Re: [PATCHv2 1/8] MIPS: Loongson64: cleanup all cs5536 files to use SPDX Identifier To: Jiaxun Yang Cc: Ralf Baechle , Linux MIPS , LKML Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1992 Lines: 49 On Sat, Dec 30, 2017 at 7:28 PM, Jiaxun Yang wrote: > To reduce unnecessary license text. > > Signed-off-by: Jiaxun Yang > --- > 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@gmail.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