To: | Ralf Baechle <ralf@linux-mips.org> |
---|---|
Subject: | [PATCHv2 3/8] MIPS: Loongson64: cleanup all fuloong-2e files to use SPDX Identifier |
From: | Jiaxun Yang <jiaxun.yang@flygoat.com> |
Date: | Sun, 31 Dec 2017 02:28:26 +0800 |
Authentication-results: | smtp3p.mail.yandex.net; dkim=pass header.i=@flygoat.com |
Cc: | Philippe Ombredanne <pombredanne@nexb.com>, Linux MIPS <linux-mips@linux-mips.org>, LKML <linux-kernel@vger.kernel.org>, Jiaxun Yang <jiaxun.yang@flygoat.com> |
Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=flygoat.com; s=mail; t=1514658557; bh=cXcDSd/j9k67g9BXukdFzzhP0fRMnZ/MbUjSWXl7gLI=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=HZI/6QLk2wFDOZ3j2JBXQWJEEzL9TGJpJbmG7hb6j0nZvGCfU3eAPiPT2Gspqsfn8 yVMBkl88tkwoEHDjrISrtPHelstjHIzcuAEbMahCfX4oDzgYEFk19E22sOsG58D7ob pk8qObSZuuJcmG7iyDrw8YKd+MJPCFkn6fyucxDk= |
Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=flygoat.com; s=mail; t=1514658556; bh=cXcDSd/j9k67g9BXukdFzzhP0fRMnZ/MbUjSWXl7gLI=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=pFxuB8TzbFSLF6rBrAlAo+1zTJwEJRHlyhkQK7AZBE1cqXmdgSXihNodA/odRb1Ww AWSuxnEjhQ8VPvggVwLYr5j/aG9gmZE1uXf0F8xtMv96Yfy3dyyrIYIJzmSxvGVbuF 18ITOyB41YPt8PQbvriqSKTIgNbdGcMWlzyvfff0= |
In-reply-to: | <20171230182830.6496-1-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> |
Sender: | linux-mips-bounce@linux-mips.org |
To reduce unnecessary license text. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> --- arch/mips/loongson64/fuloong-2e/Makefile | 1 + arch/mips/loongson64/fuloong-2e/irq.c | 6 ++---- arch/mips/loongson64/fuloong-2e/reset.c | 6 ++---- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/arch/mips/loongson64/fuloong-2e/Makefile b/arch/mips/loongson64/fuloong-2e/Makefile index b7622720c1ad..a2c000555f47 100644 --- a/arch/mips/loongson64/fuloong-2e/Makefile +++ b/arch/mips/loongson64/fuloong-2e/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 # # Makefile for Lemote Fuloong2e mini-PC board. # diff --git a/arch/mips/loongson64/fuloong-2e/irq.c b/arch/mips/loongson64/fuloong-2e/irq.c index 892963f860b7..9423f0b32b6a 100644 --- a/arch/mips/loongson64/fuloong-2e/irq.c +++ b/arch/mips/loongson64/fuloong-2e/irq.c @@ -1,11 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 + /* * Copyright (C) 2007 Lemote Inc. & Institute of Computing Technology * Author: Fuxin Zhang, zhangfx@lemote.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. */ #include <linux/interrupt.h> diff --git a/arch/mips/loongson64/fuloong-2e/reset.c b/arch/mips/loongson64/fuloong-2e/reset.c index da4d2ae2a1f8..59024dda093b 100644 --- a/arch/mips/loongson64/fuloong-2e/reset.c +++ b/arch/mips/loongson64/fuloong-2e/reset.c @@ -1,13 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0 + /* Board-specific reboot/shutdown routines * Copyright (c) 2009 Philippe Vachon <philippe@cowpig.ca> * * 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. */ #include <loongson.h> -- 2.15.1 |
Previous by Date: | [PATCHv2 2/8] MIPS: Loongson64: cleanup all loongson common files to use SPDX Identifier, Jiaxun Yang |
---|---|
Next by Date: | [PATCHv2 4/8] MIPS: Loongson64: cleanup all lemote-2f files to use SPDX Identifier, Jiaxun Yang |
Previous by Thread: | [PATCHv2 2/8] MIPS: Loongson64: cleanup all loongson common files to use SPDX Identifier, Jiaxun Yang |
Next by Thread: | [PATCHv2 4/8] MIPS: Loongson64: cleanup all lemote-2f files to use SPDX Identifier, Jiaxun Yang |
Indexes: | [Date] [Thread] [Top] [All Lists] |