From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-f194.google.com ([209.85.214.194]:46770 "EHLO mail-pl1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725987AbeIHAXi (ORCPT ); Fri, 7 Sep 2018 20:23:38 -0400 Date: Fri, 7 Sep 2018 12:41:12 -0700 From: Guenter Roeck To: Kuninori Morimoto Cc: Wim Van Sebroeck , Linux-Renesas , linux-watchdog@vger.kernel.org Subject: Re: [PATCH] watchdog: rza_wdt: convert to SPDX identifiers Message-ID: <20180907194112.GC3515@roeck-us.net> References: <87woryoyfx.wl-kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87woryoyfx.wl-kuninori.morimoto.gx@renesas.com> Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On Fri, Sep 07, 2018 at 02:11:17AM +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 > --- > drivers/watchdog/rza_wdt.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/drivers/watchdog/rza_wdt.c b/drivers/watchdog/rza_wdt.c > index e618218..c63ef03 100644 > --- a/drivers/watchdog/rza_wdt.c > +++ b/drivers/watchdog/rza_wdt.c > @@ -1,12 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Renesas RZ/A Series WDT Driver > * > * Copyright (C) 2017 Renesas Electronics America, Inc. > * Copyright (C) 2017 Chris Brandt > - * > - * This file is subject to the terms and conditions of the GNU General Public > - * License. See the file "COPYING" in the main directory of this archive > - * for more details. > */ > > #include > -- > 2.7.4 >