linux-mips
[Top] [All Lists]

[PATCH 6/7] MIPS: Loongson64: cleanup all mach files to use SPDX Identif

To: Ralf Baechle <ralf@linux-mips.org>
Subject: [PATCH 6/7] MIPS: Loongson64: cleanup all mach files to use SPDX Identifier
From: Jiaxun Yang <jiaxun.yang@flygoat.com>
Date: Tue, 26 Dec 2017 21:23:38 +0800
Authentication-results: smtp4o.mail.yandex.net; dkim=pass header.i=@flygoat.com
Cc: James Hogan <james.hogan@mips.com>, Huacai CHen <chenhc@lemote.com>, linux-mips@linux-mips.org, 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=1514294677; bh=GDiuzDabsGP63XK/sks5F+APn6ntvfiaJvxGo6UjmXA=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=VX8QRK7gW8CaAMgV2e7ms6XUiDDUpSWodHe6bG8WZvbFpE3gShVqIHLBwKFYjYorX QltJumCl5+cjA2L7QSO669aGV857tnMFgtUTBzbkfjVXOcD1tEylKvuIIbCz+U4bei w+TB0pob2K4ZzZAILoBpvYlCOsneO0qBw0R1AxJs=
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flygoat.com; s=mail; t=1514294676; bh=GDiuzDabsGP63XK/sks5F+APn6ntvfiaJvxGo6UjmXA=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=LP1rb1dNnR1ORU4VnnV8nabYqyASletW3BXJA6JWRgY/G+l8RS9AellwWeZu1QMWf aYaE59DGh5Ebwx/FOI7cCSI20d0KM/7M41qjmpj6O16vbKj92aIZSi/7sTyf8OR0Kl umI6tsvS1vU+x/HqAH7/lzMVGC+cjM5DhCblCc5Q=
In-reply-to: <20171226132339.7356-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>
Sender: linux-mips-bounce@linux-mips.org
To reduce unnecessary license text.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
---
 arch/mips/loongson64/Makefile | 1 +
 arch/mips/loongson64/Platform | 1 +
 2 files changed, 2 insertions(+)

diff --git a/arch/mips/loongson64/Makefile b/arch/mips/loongson64/Makefile
index 4fe3d88fc361..64b270c70607 100644
--- a/arch/mips/loongson64/Makefile
+++ b/arch/mips/loongson64/Makefile
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0 
 #
 # Common code for all Loongson based systems
 #
diff --git a/arch/mips/loongson64/Platform b/arch/mips/loongson64/Platform
index 0fce4608aa88..ceffdace758e 100644
--- a/arch/mips/loongson64/Platform
+++ b/arch/mips/loongson64/Platform
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0 
 #
 # Loongson Processors' Support
 #
-- 
2.15.1


<Prev in Thread] Current Thread [Next in Thread>