From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-path: Received: from mail-pf1-f195.google.com ([209.85.210.195]:39010 "EHLO mail-pf1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726880AbeIHVD4 (ORCPT ); Sat, 8 Sep 2018 17:03:56 -0400 Date: Sat, 8 Sep 2018 09:17:37 -0700 From: Guenter Roeck To: Kuninori Morimoto Cc: Wim Van Sebroeck , Linux-Renesas , linux-watchdog@vger.kernel.org, Wolfram Sang Subject: Re: watchdog: renesas_wdt: convert to SPDX identifiers Message-ID: <20180908161737.GA31407@roeck-us.net> References: <87y3ceoygh.wl-kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87y3ceoygh.wl-kuninori.morimoto.gx@renesas.com> Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On Fri, Sep 07, 2018 at 02:10:58AM +0000, Kuninori Morimoto wrote: > From: Kuninori Morimoto > > This patch updates license to use SPDX-License-Identifier > instead of verbose license text. > > Signed-off-by: Kuninori Morimoto > Reviewed-by: Guenter Roeck Hmmm .. any chance for you folks to synchronize with each other ? I already have "watchdog: use SPDX identifier for Renesas drivers", submitted by Wolfram Sang a couple of weeks ago. Guenter > --- > 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 88d81fe..84bb9d3 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