From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from perceval.ideasonboard.com ([213.167.242.64]:58894 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730105AbeGZQ1U (ORCPT ); Thu, 26 Jul 2018 12:27:20 -0400 From: Laurent Pinchart To: Kuninori Morimoto Cc: Mauro Carvalho Chehab , Hans Verkuil , Ramesh Shanmugasundaram , Niklas =?ISO-8859-1?Q?S=F6derlund?= , Kieran Bingham , Mikhail Ulyanov , "Gustavo A. R. Silva" , Al Viro , Charles Keepax , Jacopo Mondi , linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH 01/11] media: soc_camera_platform: convert to SPDX identifiers Date: Thu, 26 Jul 2018 18:10:32 +0300 Message-ID: <1781313.1NpYYvqXTV@avalon> In-Reply-To: <87fu06d91u.wl-kuninori.morimoto.gx@renesas.com> References: <87h8kmd938.wl-kuninori.morimoto.gx@renesas.com> <87fu06d91u.wl-kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-media-owner@vger.kernel.org List-ID: Hi Morimoto-san, On Thursday, 26 July 2018 05:34:42 EEST Kuninori Morimoto wrote: > From: Kuninori Morimoto > > Signed-off-by: Kuninori Morimoto > --- > drivers/media/platform/soc_camera/soc_camera_platform.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) I have second thoughts about this one. Is it worth switching to SPDX as we're in the process of removing soc-camera from the kernel ? If it is, shouldn't you also address the other soc-camera source files ? I would personally prefer not touching soc-camera as it won't be there for much longer. > diff --git a/drivers/media/platform/soc_camera/soc_camera_platform.c > b/drivers/media/platform/soc_camera/soc_camera_platform.c index > ce00e90..6745a6e 100644 > --- a/drivers/media/platform/soc_camera/soc_camera_platform.c > +++ b/drivers/media/platform/soc_camera/soc_camera_platform.c > @@ -1,13 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Generic Platform Camera Driver > * > * Copyright (C) 2008 Magnus Damm > * Based on mt9m001 driver, > * Copyright (C) 2008, Guennadi Liakhovetski > - * > - * 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