To: | Jiaxun Yang <jiaxun.yang@flygoat.com> |
---|---|
Subject: | Re: [PATCHv2 1/8] MIPS: Loongson64: cleanup all cs5536 files to use SPDX Identifier |
From: | Philippe Ombredanne <pombredanne@nexb.com> |
Date: | Sun, 31 Dec 2017 12:17:00 +0100 |
Cc: | Ralf Baechle <ralf@linux-mips.org>, Linux MIPS <linux-mips@linux-mips.org>, LKML <linux-kernel@vger.kernel.org> |
Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=NdO+yV7BdmTLmYw67nv8JTnCI7xlNXd9RC4Nx5LaCwA=; b=UQ7o2bzjoI1LLPntDx1KFPq2a8rmjomyFeYAP3wxf+Ti9hv1z1cUxUFAB9Pbq1JkHd kzTO24XDcdsli8HELCJIbr2zd0lwUtwjMCp4F0zYuX1qPq98ECAOnckxxQwmmG9VYRMU L3M+xCH5E1PyWtD21xUh8BEEWAmZsN0fh7ARAKe9FrZekMeR+7/f7kLFDc1EdzfKolx1 3TAiq9+Qwp8U6QN488YK7bqw4dvFj1BknZt6CB0rEDOQ+KUCsB7BwNlxW4vlgerwbXQu ivletE0J1ZDGh32QfNJZJt/L+sBsNfsy74W9xXZWtNzHIzxVZo/2DH6w97SKXiRcw5Kw 8NrQ== |
In-reply-to: | <20171230182830.6496-2-jiaxun.yang@flygoat.com> |
List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
List-owner: | <mailto:ralf@linux-mips.org> |
List-post: | <mailto:linux-mips@linux-mips.org> |
List-software: | Ecartis version 1.0.0 |
List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
Original-recipient: | rfc822;linux-mips@linux-mips.org |
References: | <20171226132339.7356-1-jiaxun.yang@flygoat.com> <20171230182830.6496-1-jiaxun.yang@flygoat.com> <20171230182830.6496-2-jiaxun.yang@flygoat.com> |
Sender: | linux-mips-bounce@linux-mips.org |
On Sat, Dec 30, 2017 at 7:28 PM, Jiaxun Yang <jiaxun.yang@flygoat.com> wrote: > To reduce unnecessary license text. > > Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.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@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 |
Previous by Date: | [PATCHv2 7/8] MIPS: Loongson64: cleanup all include files to use SPDX Identifier, Jiaxun Yang |
---|---|
Next by Date: | Re: [PATCHv2 1/8] MIPS: Loongson64: cleanup all cs5536 files to use SPDX Identifier, Jiaxun Yang |
Previous by Thread: | [PATCHv2 1/8] MIPS: Loongson64: cleanup all cs5536 files to use SPDX Identifier, Jiaxun Yang |
Next by Thread: | Re: [PATCHv2 1/8] MIPS: Loongson64: cleanup all cs5536 files to use SPDX Identifier, Jiaxun Yang |
Indexes: | [Date] [Thread] [Top] [All Lists] |