Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751318AbdLZNYn (ORCPT ); Tue, 26 Dec 2017 08:24:43 -0500 Received: from forward103j.mail.yandex.net ([5.45.198.246]:55044 "EHLO forward103j.mail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751237AbdLZNYj (ORCPT ); Tue, 26 Dec 2017 08:24:39 -0500 Authentication-Results: smtp4o.mail.yandex.net; dkim=pass header.i=@flygoat.com From: Jiaxun Yang To: Ralf Baechle Cc: James Hogan , Huacai CHen , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Jiaxun Yang Subject: [PATCH 6/7] MIPS: Loongson64: cleanup all mach files to use SPDX Identifier Date: Tue, 26 Dec 2017 21:23:38 +0800 Message-Id: <20171226132339.7356-7-jiaxun.yang@flygoat.com> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20171226132339.7356-1-jiaxun.yang@flygoat.com> References: <20171226132339.7356-1-jiaxun.yang@flygoat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 784 Lines: 28 To reduce unnecessary license text. Signed-off-by: Jiaxun Yang --- 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