Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp84392imm; Tue, 21 Aug 2018 15:04:54 -0700 (PDT) X-Google-Smtp-Source: AA+uWPyy3ctAt40HivTfKjdMLCP9rdaSWz0sr8TX1Wtssgdv3bhrYwaHbC5gj9dxJGk+d7WcLSDJ X-Received: by 2002:a17:902:585:: with SMTP id f5-v6mr51995008plf.7.1534889094606; Tue, 21 Aug 2018 15:04:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534889094; cv=none; d=google.com; s=arc-20160816; b=y5YyEx7ujL85aw4fVMF4ilbApMIOZa4Ueufac1vKY8/TQjheI8h6NsecxlNf2wVSGb PE2nEzMODhHQ+9kENcm4WcufrUAgMY9HmrznPtwIfMn+sXSu2Lxetwonm/dkUNs6Cwwp AQ7nnJe90Lmsuu1ElKekLDkXBjM8b12Rm0WNS1krWNcSMyFnzFeaVxU6kQ0yZu61Y7SG jZ7qAfDpnhjFnNNVcR+DS8SyTyGdYfCNEVILpLGJqPHi7/dwLR12Iy3GDRrx9OssMDt+ pAcePiT/TwWywLq1G25inoqwX+0tq90XtrpuTNwqaytRwz8xU+HdxEJvacgIa6c/BUeH ZxiQ== 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=Zm9p46AMEujZe1DrL5KYUkLl4+ODSghYX8W6L2yYT10=; b=wYMNlmPQ64E38Mpxfr/JXaqIoVuzlF40OlBPj1ArdbPznceUchn0fzJZoVnKGxle7y 6XXdjqPylbf752h0tRn/9FCzQkhahRhrBhgeWL8dPcAxuVQWCMDVHFq3njfJyeK/xEjm w1cThNexdDcs9fyYJr6oivHGLYg8fXiHFp+oxnTT4CRYjO+Nnb31MV88YIFlo47Yh7gZ yEWa51W5qB983yAPicCvx3gSfIhPyrxxj3nlmHMGAB2QzmwKh8Z6769uEXWr/wRyLaUk 1ObTOb8nabaqRCLW+NdxHzkMfttttYLpAthbDUIofzmoZ0NwrAACrIxW4+t5l9a9Ntls 9FEw== 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 k188-v6si13313191pgc.321.2018.08.21.15.04.39; Tue, 21 Aug 2018 15:04:54 -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 S1727984AbeHVBYw (ORCPT + 99 others); Tue, 21 Aug 2018 21:24:52 -0400 Received: from sauhun.de ([88.99.104.3]:45312 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727777AbeHVBYu (ORCPT ); Tue, 21 Aug 2018 21:24:50 -0400 Received: from localhost (p54B3375F.dip0.t-ipconnect.de [84.179.55.95]) by pokefinder.org (Postfix) with ESMTPSA id 8CCB52DA3F0; Wed, 22 Aug 2018 00:02:52 +0200 (CEST) From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Kuninori Morimoto , Wolfram Sang , Thierry Reding , linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 08/11] pwm: use SPDX identifier for Renesas drivers Date: Wed, 22 Aug 2018 00:02:21 +0200 Message-Id: <20180821220233.9202-9-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/pwm/pwm-rcar.c | 5 +---- drivers/pwm/pwm-renesas-tpu.c | 10 +--------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/drivers/pwm/pwm-rcar.c b/drivers/pwm/pwm-rcar.c index 748f614d5375..a41812fc6f95 100644 --- a/drivers/pwm/pwm-rcar.c +++ b/drivers/pwm/pwm-rcar.c @@ -1,11 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * R-Car PWM Timer driver * * Copyright (C) 2015 Renesas Electronics Corporation - * - * This is free software; you can redistribute it and/or modify - * it under the terms of version 2 of the GNU General Public License as - * published by the Free Software Foundation. */ #include diff --git a/drivers/pwm/pwm-renesas-tpu.c b/drivers/pwm/pwm-renesas-tpu.c index 29267d12fb4c..4a855a21b782 100644 --- a/drivers/pwm/pwm-renesas-tpu.c +++ b/drivers/pwm/pwm-renesas-tpu.c @@ -1,16 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * R-Mobile TPU PWM driver * * Copyright (C) 2012 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; either 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 -- 2.11.0