Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp84959imm; Tue, 21 Aug 2018 15:05:27 -0700 (PDT) X-Google-Smtp-Source: AA+uWPzFapagtnqMptdQF49HDXxtcKpiddRM/YcR4Rb6WFhAC4Bn8E2ciaqiaZWYjU4GCSOJ6hGd X-Received: by 2002:a17:902:a60a:: with SMTP id u10-v6mr10549443plq.104.1534889127126; Tue, 21 Aug 2018 15:05:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534889127; cv=none; d=google.com; s=arc-20160816; b=uHwimakkMTnNrbOlvToje0Vo24CPNu3FkTwsWJ3KO8DMIbhmCteOLmMCdIEuDdv99r 7Vw6TG6vdWEsNQTLCMAjuMtPaFPvCn/bgo40NWEfHQpP10Xba0Sg0IshLb80tNmk67v2 A/upoyF2uMWUwBwmiZVAwjWnFh+vTNzW3obZgZrndvlzaBPMDPy3BVxtHxhB+3/NO6Wu d40B+4Bd96VgtSXE72El8kq3l2hh69c1i46a9xM28FBLHkHiqiktcpiqqsBy42u5SDka 2ydhQW8zBkbb0MM4dt1rddiTZBQVLq0Dvj3Qc/mrg/UtiuiiYAIxAZVxRaSsGXpoaxnv 3z+Q== 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=r4GFSZDNHyPqkB5IZjOHDLnzYd2cy9uEtMfQRcMEHOE=; b=MFVBn+ygCwOvPeLEmo5GxrQHOfkAjQlKdkk4s092+WMwoz5w1bPgXaalXzej/t8yW6 d8D+6wn2wJP7mqMk3eJH6DGbm8h5Vfrs0QWKND0uzNfsSIzWrOjdQg4oG82NWpbeZdTX OioBGSa5cZsB+7cXRYpT5BVS/73IeE4bwesbswR7+wsGYvXMJ3WrvVm5y9iVISm8+Jop I+O3Ju3hGfArTpuo2MFDxjyyueFXR3FUUi+3domdKje7aUXJc/1RL/hTwt9rMVQ5vbdf 3K/A7U2e4sgY7C4YCw7rT9xOoVNsqsfiq+x6gk/5BEebupkCL/0AibdWFH3IblTSSr9n HO7A== 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 d129-v6si1555073pfd.113.2018.08.21.15.05.12; Tue, 21 Aug 2018 15:05:27 -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 S1727997AbeHVBZQ (ORCPT + 99 others); Tue, 21 Aug 2018 21:25:16 -0400 Received: from sauhun.de ([88.99.104.3]:45320 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727778AbeHVBYu (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 84F9D2DA3F6; Wed, 22 Aug 2018 00:02:50 +0200 (CEST) From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Kuninori Morimoto , Wolfram Sang , Sergei Shtylyov , "David S. Miller" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 06/11] net: ethernet: renesas: use SPDX identifier for Renesas drivers Date: Wed, 22 Aug 2018 00:02:19 +0200 Message-Id: <20180821220233.9202-7-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/net/ethernet/renesas/ravb.h | 5 +---- drivers/net/ethernet/renesas/ravb_main.c | 5 +---- drivers/net/ethernet/renesas/sh_eth.c | 13 +------------ drivers/net/ethernet/renesas/sh_eth.h | 13 +------------ 4 files changed, 4 insertions(+), 32 deletions(-) diff --git a/drivers/net/ethernet/renesas/ravb.h b/drivers/net/ethernet/renesas/ravb.h index b81f4faf7b10..1470fc12282b 100644 --- a/drivers/net/ethernet/renesas/ravb.h +++ b/drivers/net/ethernet/renesas/ravb.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* Renesas Ethernet AVB device driver * * Copyright (C) 2014-2015 Renesas Electronics Corporation @@ -5,10 +6,6 @@ * Copyright (C) 2015-2016 Cogent Embedded, Inc. * * Based on the SuperH Ethernet driver - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License version 2, - * as published by the Free Software Foundation. */ #ifndef __RAVB_H__ diff --git a/drivers/net/ethernet/renesas/ravb_main.c b/drivers/net/ethernet/renesas/ravb_main.c index c06f2df895c2..aff5516b781e 100644 --- a/drivers/net/ethernet/renesas/ravb_main.c +++ b/drivers/net/ethernet/renesas/ravb_main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* Renesas Ethernet AVB device driver * * Copyright (C) 2014-2015 Renesas Electronics Corporation @@ -5,10 +6,6 @@ * Copyright (C) 2015-2016 Cogent Embedded, Inc. * * Based on the SuperH Ethernet driver - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License version 2, - * as published by the Free Software Foundation. */ #include diff --git a/drivers/net/ethernet/renesas/sh_eth.c b/drivers/net/ethernet/renesas/sh_eth.c index 5573199c4536..ad4433d59237 100644 --- a/drivers/net/ethernet/renesas/sh_eth.c +++ b/drivers/net/ethernet/renesas/sh_eth.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* SuperH Ethernet device driver * * Copyright (C) 2014 Renesas Electronics Corporation @@ -5,18 +6,6 @@ * Copyright (C) 2008-2014 Renesas Solutions Corp. * Copyright (C) 2013-2017 Cogent Embedded, Inc. * Copyright (C) 2014 Codethink Limited - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope 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. - * - * The full GNU General Public License is included in this distribution in - * the file called "COPYING". */ #include diff --git a/drivers/net/ethernet/renesas/sh_eth.h b/drivers/net/ethernet/renesas/sh_eth.h index f94be99cf400..0c18650bbfe6 100644 --- a/drivers/net/ethernet/renesas/sh_eth.h +++ b/drivers/net/ethernet/renesas/sh_eth.h @@ -1,19 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* SuperH Ethernet device driver * * Copyright (C) 2006-2012 Nobuhiro Iwamatsu * Copyright (C) 2008-2012 Renesas Solutions Corp. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope 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. - * - * The full GNU General Public License is included in this distribution in - * the file called "COPYING". */ #ifndef __SH_ETH_H__ -- 2.11.0