From patchwork Thu Mar 15 16:50:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 10285349 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id DE4D26061F for ; Thu, 15 Mar 2018 17:14:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D0DB928BA0 for ; Thu, 15 Mar 2018 17:14:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C4C5D28BA3; Thu, 15 Mar 2018 17:14:43 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 43E0128BA0 for ; Thu, 15 Mar 2018 17:14:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=RgpSGwDeaz4dHELSbit27kLQLYrSrO0JaHrqlVmAe1E=; b=ZkkoYUyTFML/sgQ/jqrB+sD7uP e4h0eSpkWrnlHQpFneGLDG69qNIj+B5QMFnw/SY5BTbGtr3ANqArjTdoWODTPvBHtWkUS50+ikYTe O0E4OzNiuiWQ44FU+d9O4l60+pUPlHQNUQsKbSt3op54inqoVGO25xesZF9AR0wZfErSl7wmqnbt6 Bfv2V3N5Q41nYziefJoOs46bg1P/gOTdF7zFD+DS8K8bdqVxnpkDUEuKUb04pV2cyb5KRyKthRNuR xBjvN+kj79xQczZKyVxUYgh6qOuo+4OtD9VghLx8NUr5Z4+NPvpxQMnEAuEXtsZh9rmoVinZeZr+H dBEqzbmw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1ewWSa-000605-09; Thu, 15 Mar 2018 17:14:36 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1ewWBx-0000Lp-8v for linux-arm-kernel@bombadil.infradead.org; Thu, 15 Mar 2018 16:57:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=dGTo3Bjo6cEQhSlvHDV9YyF+/1mORrV6oEys4gluQyg=; b=mp/QASehAyzmJItiYnM6I8yDV wlig6NSBTN3pDVpWae6BHbYYWqyJaiI23HBcGxboa+GCq7deKZb5lhRfxOAif86zZpv68dmOAvW8R pgkl++FoAqPM5lNjZNK+DF1Lt0n2n8xcmaCv2fpR4jDN98Tfk4bod6gRj9WeMNHmP54AYgjyy1NJP gnFZw8uxlJBLhFpw+q23zcvQV/LndX+x/shxUCSRvwgwb9Y5OfYpmof55M8drRZFl/PNdgh93RHK5 vtGqMQ+y4dMnEre1UYaPnGPGWHEW7yu/VE3tL/NxZfEvHdoxYp9/RejNL36ug3+ooi+WVsdFvdDhz 5QmodxjQg==; Received: from mail.bootlin.com ([62.4.15.54]) by casper.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1ewW79-0003Vh-6S for linux-arm-kernel@lists.infradead.org; Thu, 15 Mar 2018 16:52:28 +0000 Received: by mail.bootlin.com (Postfix, from userid 110) id 26C6820875; Thu, 15 Mar 2018 17:51:49 +0100 (CET) Received: from localhost (unknown [37.71.171.242]) by mail.bootlin.com (Postfix) with ESMTPSA id E7A392090B; Thu, 15 Mar 2018 17:51:39 +0100 (CET) From: Gregory CLEMENT To: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory CLEMENT Subject: [PATCH 56/60] arm: dts: kirkwood-ts419: use SPDX-License-Identifier Date: Thu, 15 Mar 2018 17:50:58 +0100 Message-Id: <20180315165102.27160-57-gregory.clement@bootlin.com> X-Mailer: git-send-email 2.16.1 In-Reply-To: <20180315165102.27160-1-gregory.clement@bootlin.com> References: <20180315165102.27160-1-gregory.clement@bootlin.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180315_165227_319991_FAF4896A X-CRM114-Status: GOOD ( 12.73 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org, Thomas Petazzoni MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Follow the recent trend for the license description Cc: Andrew Lunn Signed-off-by: Gregory CLEMENT --- arch/arm/boot/dts/kirkwood-ts419.dtsi | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/kirkwood-ts419.dtsi b/arch/arm/boot/dts/kirkwood-ts419.dtsi index 02bd53762705..717236853e45 100644 --- a/arch/arm/boot/dts/kirkwood-ts419.dtsi +++ b/arch/arm/boot/dts/kirkwood-ts419.dtsi @@ -1,12 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Device Tree include file for QNAP TS41X * * Copyright (C) 2013, Andrew Lunn - * - * 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. */ / {