Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp90217imm; Tue, 21 Aug 2018 15:11:58 -0700 (PDT) X-Google-Smtp-Source: AA+uWPzZz31TbwMY3rpGMiFOztdGdsJG27UymY5gFQFUK67LJ28DcGMlRTRqEWKdZXU/LKy9v/JA X-Received: by 2002:a63:e516:: with SMTP id r22-v6mr48657532pgh.170.1534889518367; Tue, 21 Aug 2018 15:11:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534889518; cv=none; d=google.com; s=arc-20160816; b=JpKHqlSlbTtK+i1vfJlFf0hyK4J0ilZZ6HcvuDZauzxekjyrP9O9bOIMMnR/ghX+JE pmy1C0G2tJxFnOcBUev7i3vIt1SAp85pNL3A48P3obrMS5I2hRuSsj/Nfh+d/lMzIsf7 8REoVe/disuIiKcLH1cioyi5hFgAQ4sSgYVep0jExa3wJljnIZFHL8SzBAK8zKZgKUHW iXvZsUqn67IsWOpUjfvLkvsU7uWgBIo6786yVI9aspnZ28+MijjESpiYCv8sI/WLI785 Db4d3EEzgmwQICq4B6yywB5RlGzsUSMRY6GxdhHauWTAY+4ZSMGuaoTN/6j+AO/aWaQr PGDw== 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=S+Oz1SMKFRTs68DERa+M5NV5u3FlCa3X+j+9VPJa5os=; b=pLz7XZHT/pUEPRPKOH+b4632mik5a1xedRo7zgY2+bJi3DVPJ0hBNe3Tyv498OXF1c xMqEZQnZWt0n3LLiZAfRtrnXryRCYX+T31LbEruARR6T9onZoKZE4mxTz5g2rySv3bIT jNVm5G8j35UlfBhxCbiEpqW9WFvudYjx3n3Sq7eUvLkLM8W3cTmdlkxO/lrQoEF1CjIO Owb3Xrw5++qnz0lm82/OaK4960e78uSZSw1Pe+k4VfBNysEpF3VlHIF0syfwApr2sQ9T 0hDfuBOTL6nrEYG5t/idCZ1fv7LQJfj142D6U55aCCJcZ4e+L0QkO4sZkuPZjs6ghn4/ Mq/g== 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 f4-v6si13307665plr.213.2018.08.21.15.11.43; Tue, 21 Aug 2018 15:11:58 -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 S1728050AbeHVBZC (ORCPT + 99 others); Tue, 21 Aug 2018 21:25:02 -0400 Received: from sauhun.de ([88.99.104.3]:45362 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727997AbeHVBYz (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 C295B2DA3F4; Wed, 22 Aug 2018 00:02:56 +0200 (CEST) From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Kuninori Morimoto , Wolfram Sang , Wim Van Sebroeck , Guenter Roeck , linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 11/11] watchdog: use SPDX identifier for Renesas drivers Date: Wed, 22 Aug 2018 00:02:24 +0200 Message-Id: <20180821220233.9202-12-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/watchdog/renesas_wdt.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/watchdog/renesas_wdt.c b/drivers/watchdog/renesas_wdt.c index 88d81feba4e6..84bb9d328180 100644 --- a/drivers/watchdog/renesas_wdt.c +++ b/drivers/watchdog/renesas_wdt.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Watchdog driver for Renesas WDT watchdog * * Copyright (C) 2015-17 Wolfram Sang, Sang Engineering * Copyright (C) 2015-17 Renesas Electronics Corporation - * - * 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 #include -- 2.11.0