Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1829212imm; Thu, 23 Aug 2018 09:24:22 -0700 (PDT) X-Google-Smtp-Source: ANB0VdYgFIOBn6GXQiZVDT75msj2oO/VBs4xz6aOomiH+VPnAUuLLFWFWcI1qImCqZFHegNNBWkZ X-Received: by 2002:a62:1391:: with SMTP id 17-v6mr1678622pft.34.1535041462473; Thu, 23 Aug 2018 09:24:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535041462; cv=none; d=google.com; s=arc-20160816; b=afs69iwqHXe9+R1IvViw3NKutJ/Pfxb3/k/Se2cOoDsIuo8i9wlEzSnPyfYtOcVNf+ GR3k/70fuj5yhobUfSxctllqyyRj3pSpA9vvw3TkP9ACUaQM8HWm0xIS4dOk2hfgFtJY Vu1e+7W8wZ1IxYSftM9cE9E00TFhRCwSCs5GkfQpm2+KpKOBukGdIhWwHdccIl+2Npwm VIuksTWGkXkLIi2DLyBaeWoQ8HZ5zeauWX3UW1Cp5VeoPvXQn7l2394PoGtAxReJ/orl dBmPruMsJsjMBQr25wRC8VH2mspYfQ6V2yJ9vkGDEPOZ48ai/l+mqHNfXelpNLhfPjv9 b9mA== 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=AsS3QSEE4OmZ5zkOwc+SGpUQ2cJBQXh2oVFay/q1yeM=; b=kQTfy2cv3787jZJG/NISSVv6NSX/Wi8RqJ25DFGtglOSRtiEEcL5n+UInknJxInBCx LhZN3woO3vS6zY3MXx4om3p3LS8n/bx8oAPZStWGAoz0YQpdQSw5Jja7gQAylNlCiVZc qT3AhXtRtwr+StXxNr28BJiMH+U5U7/Jg/eZRENmLXM222Yt8CrqWj8+ua3I/h4wrx1L S3c2POn3j/5WgeiwMJdaIAk2jJk9cmEptqrtyzk5hBuP8Q4HGVc/w/P2Gsr0fnnYgWo4 KwD6Xv6Jq7M7IqTMapdtffF8Cb8HoLFVsAYXLamPgx4goqzrM04Ig79KnJsFP2SeRP3s 8HSw== 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 f12-v6si4954666pgg.653.2018.08.23.09.24.07; Thu, 23 Aug 2018 09:24: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 S1730827AbeHWRFA (ORCPT + 99 others); Thu, 23 Aug 2018 13:05:00 -0400 Received: from sauhun.de ([88.99.104.3]:59972 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727226AbeHWRE6 (ORCPT ); Thu, 23 Aug 2018 13:04:58 -0400 Received: from localhost (p54B337EB.dip0.t-ipconnect.de [84.179.55.235]) by pokefinder.org (Postfix) with ESMTPSA id E480530146C; Thu, 23 Aug 2018 15:35:12 +0200 (CEST) From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Kuninori Morimoto , Wolfram Sang , Wolfgang Grandegger , Marc Kleine-Budde , "David S. Miller" , linux-can@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 2/2] can: rcar: use SPDX identifier for Renesas drivers Date: Thu, 23 Aug 2018 15:34:55 +0200 Message-Id: <20180823133456.4748-3-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180823133456.4748-1-wsa+renesas@sang-engineering.com> References: <20180823133456.4748-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 --- Change since V1: s/GPL-2.0-or-later/GPL-2.0+/ drivers/net/can/rcar/rcar_can.c | 6 +----- drivers/net/can/rcar/rcar_canfd.c | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/drivers/net/can/rcar/rcar_can.c b/drivers/net/can/rcar/rcar_can.c index 11662f479e76..06f90a0fdc93 100644 --- a/drivers/net/can/rcar/rcar_can.c +++ b/drivers/net/can/rcar/rcar_can.c @@ -1,12 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ /* Renesas R-Car CAN device driver * * Copyright (C) 2013 Cogent Embedded, Inc. * Copyright (C) 2013 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, or (at your - * option) any later version. */ #include diff --git a/drivers/net/can/rcar/rcar_canfd.c b/drivers/net/can/rcar/rcar_canfd.c index 602c19e23f05..05410008aa6b 100644 --- a/drivers/net/can/rcar/rcar_canfd.c +++ b/drivers/net/can/rcar/rcar_canfd.c @@ -1,11 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* Renesas R-Car CAN FD device driver * * Copyright (C) 2015 Renesas Electronics 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, or (at your - * option) any later version. */ /* The R-Car CAN FD controller can operate in either one of the below two modes -- 2.11.0