From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Subject: Re: [PATCH][resend] drm: dw-hdmi-i2s: convert to SPDX identifiers Date: Tue, 18 Dec 2018 08:47:56 +0200 Message-ID: <1545127003.YuAFZ7QVEK@avalon> References: <87lg4n1izg.wl-kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <87lg4n1izg.wl-kuninori.morimoto.gx@renesas.com> Sender: linux-kernel-owner@vger.kernel.org To: Kuninori Morimoto Cc: Archit Taneja , Andrzej Hajda , David Airlie , Fabio Estevam , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Andrew Morton List-Id: dri-devel@lists.freedesktop.org Hi Morimoto-san, Thank you for the patch. On Tuesday, 18 December 2018 08:00:24 EET 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: Laurent Pinchart > --- > few weeks passed, nothing happen. I re-post this patch again. > I added Andrew on Cc The driver seems to be lacking a maintainer :-S > drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c > b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c index > 8f9c8a6..2228689 100644 > --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c > +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c > @@ -1,12 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * dw-hdmi-i2s-audio.c > * > * Copyright (c) 2017 Renesas Solutions Corp. > * Kuninori Morimoto > - * > - * 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 -- Regards, Laurent Pinchart