From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mailout1.samsung.com ([203.254.224.24]:62100 "EHLO mailout1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751561AbdLLHII (ORCPT ); Tue, 12 Dec 2017 02:08:08 -0500 Date: Tue, 12 Dec 2017 16:08:04 +0900 From: Andi Shyti To: Mauro Carvalho Chehab Cc: Linux Media Mailing List , Mauro Carvalho Chehab , lkml@vger.kernel.org, Sean Young , Philippe Ombredanne , Colin Ian King , David =?iso-8859-15?Q?H=E4rdeman?= , Bhumika Goyal , Sakari Ailus , Markus Elfring , Arvind Yadav , Julia Lawall , Christophe JAILLET , Santosh Kumar Singh , Andi Shyti , Andi Shyti Subject: Re: [PATCH v2 4/7] media: usb: add SPDX identifiers to some code I wrote Message-id: <20171212070804.GA6875@gangnam.samsung> MIME-version: 1.0 Content-type: text/plain; charset="us-ascii" Content-disposition: inline In-reply-to: References: <87092e1fd6509e7272bd7b95865cdc4b793c714e.1512135871.git.mchehab@s-opensource.com> Sender: linux-media-owner@vger.kernel.org List-ID: Hi Mauro, > diff --git a/drivers/media/usb/tm6000/tm6000-usb-isoc.h b/drivers/media/usb/tm6000/tm6000-usb-isoc.h > index 6a13a27c55d7..e69f5cf8fe9f 100644 > --- a/drivers/media/usb/tm6000/tm6000-usb-isoc.h > +++ b/drivers/media/usb/tm6000/tm6000-usb-isoc.h > @@ -1,17 +1,7 @@ > -/* > - * tm6000-buf.c - driver for TM5600/TM6000/TM6010 USB video capture devices > - * > - * Copyright (C) 2006-2007 Mauro Carvalho Chehab > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License as published by > - * the Free Software Foundation version 2 > - * > - * This program is distributed in the hope that it will be useful, > - * but WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > - * GNU General Public License for more details. > - */ > +// SPDX-License-Identifier: GPL-2.0 > +// tm6000-buf.c - driver for TM5600/TM6000/TM6010 USB video capture devices > +// > +// Copyright (c) 2006-2007 Mauro Carvalho Chehab shouldn't this and all the header files be of the type: /* SPDX-License-Identifier: GPL-2.0 ... */ as stated here: https://lwn.net/Articles/739183/ Andi