Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp100399imm; Tue, 21 Aug 2018 15:25:22 -0700 (PDT) X-Google-Smtp-Source: AA+uWPwxfHrXuALSyGYAVAkmu3exhJ2B+AMvKTWvx7lWokEZj9vaaLx6mkyFnoOTMcGmoFST06hP X-Received: by 2002:a63:904a:: with SMTP id a71-v6mr21208895pge.339.1534890322387; Tue, 21 Aug 2018 15:25:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534890322; cv=none; d=google.com; s=arc-20160816; b=XFd6ppnum6bfUDSAN3ME1GM2/29tI9ytm8IXo2HpHXUg6EemuPahEWNwmOAq7LiU71 yeXrcwdOLAVhP1CXm54NzpBNcGyZZBM1XqVGRtA6T7wSNoIxqA6geFlKcwkekrtfxcGm 6Po3OKKhJs6P1dwQbOpWju/ZXCPpBMijaSPJFBuCzoen4gpdYPMhqLnHbqGmJi8B9Btz FTzV4ZZivs5oGKdZRR0qZo/Ezq9BOzjnCIJpQdtjkf+bSjwHVPfnNE+jwzxjLj0R9LSJ yDxBaf2xplTO/izscFixM3qWCLingY9s9ogArUNxyw/VtJ/tn8iUgLEVChltGELeGNN5 0veg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=HaiaLo0+dpHAOAU3VLG5V0/rn00K/6p9e99dmOytEpg=; b=uDNvhfZBmtvqV2zs/4Hn0lYiTRkq4tXmToxbrldYjGFAXmqmcw9P/Y0+kdRX77btMG KvAgG9LaBxtDAkRBEsnoajJ2GByzj12yfLzv2PbWC076QbMNGC25qyFJUl7RJzYu6OLZ bSw6PsRoWFUA/c0mxMpYTd/sHVxpWw1Uci5wE6N68SnUgPglwfj9axVzAVcs/exPxfX5 AZ8+BYlzUrepux/9QXIfmj9bvr6Dni4Xa55Y++wNLZKseOUpYji/YaecMK7E9mrihwrF pym9DiCrrfUjjKr7hUoAx1x71Oq+8kliAQ3APNqIyPrVPiRvRiBPdM/iS6LlAoLNIS57 xLTw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u18-v6si12005567pgo.142.2018.08.21.15.25.06; Tue, 21 Aug 2018 15:25:22 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728027AbeHVBYz (ORCPT + 99 others); Tue, 21 Aug 2018 21:24:55 -0400 Received: from sauhun.de ([88.99.104.3]:45356 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727777AbeHVBYz (ORCPT ); Tue, 21 Aug 2018 21:24:55 -0400 Received: from localhost (p54B3375F.dip0.t-ipconnect.de [84.179.55.95]) by pokefinder.org (Postfix) with ESMTPSA id E8A782DA3F2; Wed, 22 Aug 2018 00:02:55 +0200 (CEST) From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Kuninori Morimoto , Wolfram Sang , Mark Brown , linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 10/11] spi: use SPDX identifier for Renesas drivers Date: Wed, 22 Aug 2018 00:02:23 +0200 Message-Id: <20180821220233.9202-11-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180821220233.9202-1-wsa+renesas@sang-engineering.com> References: <20180821220233.9202-1-wsa+renesas@sang-engineering.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Wolfram Sang --- To be applied individually per subsystem tree. Morimoto-san, could you maybe ack this with your Renesas address? drivers/spi/spi-rspi.c | 10 +--------- drivers/spi/spi-sh-hspi.c | 12 ++---------- drivers/spi/spi-sh-msiof.c | 6 +----- drivers/spi/spi-sh.c | 12 ++---------- 4 files changed, 6 insertions(+), 34 deletions(-) diff --git a/drivers/spi/spi-rspi.c b/drivers/spi/spi-rspi.c index 95dc4d78618d..018dec2fac4b 100644 --- a/drivers/spi/spi-rspi.c +++ b/drivers/spi/spi-rspi.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * SH RSPI driver * @@ -6,15 +7,6 @@ * * Based on spi-sh.c: * Copyright (C) 2011 Renesas Solutions Corp. - * - * 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; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #include diff --git a/drivers/spi/spi-sh-hspi.c b/drivers/spi/spi-sh-hspi.c index 20e800e70442..dc0926e43665 100644 --- a/drivers/spi/spi-sh-hspi.c +++ b/drivers/spi/spi-sh-hspi.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * SuperH HSPI bus driver * @@ -7,15 +8,6 @@ * Based on pxa2xx_spi.c: * Copyright (C) 2011 Renesas Solutions Corp. * Copyright (C) 2005 Stephen Street / StreetFire Sound Labs - * - * 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; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #include @@ -316,6 +308,6 @@ static struct platform_driver hspi_driver = { module_platform_driver(hspi_driver); MODULE_DESCRIPTION("SuperH HSPI bus driver"); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2"); MODULE_AUTHOR("Kuninori Morimoto "); MODULE_ALIAS("platform:sh-hspi"); diff --git a/drivers/spi/spi-sh-msiof.c b/drivers/spi/spi-sh-msiof.c index 539d6d1a277a..3eb7bcd33f22 100644 --- a/drivers/spi/spi-sh-msiof.c +++ b/drivers/spi/spi-sh-msiof.c @@ -1,14 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 /* * SuperH MSIOF SPI Master Interface * * Copyright (c) 2009 Magnus Damm * Copyright (C) 2014 Renesas Electronics Corporation * Copyright (C) 2014-2017 Glider bvba - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * */ #include diff --git a/drivers/spi/spi-sh.c b/drivers/spi/spi-sh.c index 50e0ea9acf8b..f1ee58208216 100644 --- a/drivers/spi/spi-sh.c +++ b/drivers/spi/spi-sh.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * SH SPI bus driver * @@ -5,15 +6,6 @@ * * Based on pxa2xx_spi.c: * Copyright (C) 2005 Stephen Street / StreetFire Sound Labs - * - * 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; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #include @@ -522,6 +514,6 @@ static struct platform_driver spi_sh_driver = { module_platform_driver(spi_sh_driver); MODULE_DESCRIPTION("SH SPI bus driver"); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2"); MODULE_AUTHOR("Yoshihiro Shimoda"); MODULE_ALIAS("platform:sh_spi"); -- 2.11.0