From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay0092.hostedemail.com ([216.40.44.92]:32957 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751549AbeCUBOy (ORCPT ); Tue, 20 Mar 2018 21:14:54 -0400 Message-ID: <1521594890.12047.37.camel@perches.com> Subject: Re: [net-next] intel: add SPDX identifiers to all the Intel drivers From: Joe Perches To: Jeff Kirsher , Philippe Ombredanne , "Allan, Bruce W" Cc: "davem@davemloft.net" , "netdev@vger.kernel.org" , "nhorman@redhat.com" , "sassmann@redhat.com" , "jogreene@redhat.com" , Kate Stewart , Greg Kroah-Hartman , Thomas Gleixner Date: Tue, 20 Mar 2018 18:14:50 -0700 In-Reply-To: <1521594560.15055.10.camel@intel.com> References: <20180320171320.10826-1-jeffrey.t.kirsher@intel.com> <1521567660.12047.5.camel@perches.com> <1521568343.12746.4.camel@intel.com> <804857E1F29AAC47BF68C404FC60A184ED5CCD20@ORSMSX105.amr.corp.intel.com> <1521594560.15055.10.camel@intel.com> Content-Type: text/plain; charset="ISO-8859-1" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 2018-03-20 at 18:09 -0700, Jeff Kirsher wrote: > On Tue, 2018-03-20 at 16:46 -0700, Philippe Ombredanne wrote: > > When the kernel maintainers decide to switch to V3.0 of the SPDX list, > > the doc will be updated and then Joe's script could be applied at once > > to update the past. > > I am fine with changing my patch back to v2.6 SPDX ids, as long as Joe's > script in the future won't touch the Intel wired LAN drivers, since we need > to retain copyright on several files through out our drivers. Why would exempting intel wired drivers be necessary or useful? I think it would be better if the kernel source files used a consistent tag format. The script I wrote is basically a sed that simply updates the SPDX license text. That is not particular different that Thomas's original script that added the SPDX tags. I have no intention of claiming anything like a copyright on the output of a trivial script.