From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sumit Kumar Date: Fri, 11 May 2018 22:19:12 +0000 Subject: Re: [PATCH] staging: sm750fb: add SPDX license identifier Message-Id: <373d3197-d2db-c9f2-d732-b2d460af9a56@gmail.com> List-Id: References: <20180508185102.GA21793@ubuntu> In-Reply-To: <20180508185102.GA21793@ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org On Friday 11 May 2018 03:13 PM, Greg Kroah-Hartman wrote: > On Wed, May 09, 2018 at 12:21:02AM +0530, Sumit Kumar wrote: >> SPDX licencse identifier is missing in header file. Add a SPDX license >> identifier with correct format. Issue found by checkpatch. >> >> Signed-off-by: Sumit Kumar >> --- >> drivers/staging/sm750fb/ddk750.h | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/staging/sm750fb/ddk750.h b/drivers/staging/sm750fb/ddk750.h >> index 7340103..482c1c6 100644 >> --- a/drivers/staging/sm750fb/ddk750.h >> +++ b/drivers/staging/sm750fb/ddk750.h >> @@ -1,3 +1,4 @@ >> +/* SPDX-License-Identifier: GPL-2.0 */ > How do you know that is what this license is? > > thanks, > > greg k-h ddk750_chip.h had this license : /* SPDX-License-Identifier: GPL-2.0 */ So I thought that maybe this header should also have the same license. -- Thanks and Regards, Sumit