linux-mips
[Top] [All Lists]

[PATCHv2 6/8] MIPS: Loongson64: cleanup all mach files to use SPDX Ident

To: Ralf Baechle <ralf@linux-mips.org>
Subject: [PATCHv2 6/8] MIPS: Loongson64: cleanup all mach files to use SPDX Identifier
From: Jiaxun Yang <jiaxun.yang@flygoat.com>
Date: Sun, 31 Dec 2017 02:28:29 +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=1514658566; bh=GDiuzDabsGP63XK/sks5F+APn6ntvfiaJvxGo6UjmXA=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=SkKbZ2SWAqaZddSI6q0YDhuHdn3+ING+2gHZMGaW3wCMbUt89wQojx3EnR3By6xyY AmobcOboA8+wN4DAmUA321HQOJ3m9UNyM32y8/ILA12x+geG2kP1mH749YcrEcoGHk 8jA7g6+AZF720AdgUdKG86IJE2wr2HVRZGEDfwAw=
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flygoat.com; s=mail; t=1514658565; bh=GDiuzDabsGP63XK/sks5F+APn6ntvfiaJvxGo6UjmXA=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=FPdFovE7ezTjPKlQFla97G7d0C9/vCZSkaP9/+r+RIitauUqE8M0v3pLANRxg5OM/ QicVB6Id1PgrUcmQHg+dxWcmQkpqtATrXCoIMp9yFpkWGEOMbfdrusteQDA2xwWQfz hf5Iz1KYFGSREF7g3oQuiWPrYcgzg88gZSCx16Rw=
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/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>