From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935284AbdKQPBl (ORCPT ); Fri, 17 Nov 2017 10:01:41 -0500 Received: from osg.samsung.com ([64.30.133.232]:50153 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935242AbdKQPBN (ORCPT ); Fri, 17 Nov 2017 10:01:13 -0500 Date: Fri, 17 Nov 2017 13:01:04 -0200 From: Mauro Carvalho Chehab To: Philippe Ombredanne Cc: Linux Media Mailing List , Linux Kernel Mailing List , Mauro Carvalho Chehab , Sean Young , Hans Verkuil , Andi Shyti , David =?UTF-8?B?SMOkcmRlbWFu?= , Bhumika Goyal , Sakari Ailus , Arvind Yadav , Laurent Pinchart , Julia Lawall , Christophe JAILLET , Santosh Kumar Singh , Greg Kroah-Hartman , Thomas Gleixner Subject: Re: [PATCH 6/6] media: usb: add SPDX identifiers to some code I wrote Message-ID: <20171117130104.1479fd43@vento.lan> In-Reply-To: References: Organization: Samsung X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, 17 Nov 2017 12:54:15 +0100 Philippe Ombredanne escreveu: > On Fri, Nov 17, 2017 at 11:21 AM, Mauro Carvalho Chehab > wrote: > > As we're now using SPDX identifiers, on several > > media drivers I wrote, add the proper SPDX, identifying > > the license I meant. > > > > As we're now using the short license, it doesn't make sense to > > keep the original license text. > > > > Also, fix MODULE_LICENSE to properly identify GPL v2. > > > > Signed-off-by: Mauro Carvalho Chehab > > Mauro, > Thanks ++ .... I can now get rid of a special license detection rule I > had added for the specific language of your notices in the > scancode-toolkit! :-) Yeah, I was too lazy to copy the usual GPL preamble on those drivers ;-) > > FWIW for this 6 patch series: > > Reviewed-by: Philippe Ombredanne Thanks! Mauro