From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next] net: intel: Cleanup the copyright/license headers Date: Fri, 27 Apr 2018 14:00:16 -0400 (EDT) Message-ID: <20180427.140016.1913829643305107067.davem@davemloft.net> References: <20180426150809.11482-1-jeffrey.t.kirsher@intel.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com, jogreene@redhat.com To: jeffrey.t.kirsher@intel.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:55618 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757361AbeD0SAR (ORCPT ); Fri, 27 Apr 2018 14:00:17 -0400 In-Reply-To: <20180426150809.11482-1-jeffrey.t.kirsher@intel.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jeff Kirsher Date: Thu, 26 Apr 2018 08:08:09 -0700 > After many years of having a ~30 line copyright and license header to our > source files, we are finally able to reduce that to one line with the > advent of the SPDX identifier. > > Also caught a few files missing the SPDX license identifier, so fixed > them up. > > Signed-off-by: Jeff Kirsher > Acked-by: Shannon Nelson > Acked-by: Richard Cochran > Tested-by: Andrew Bowers Applied, thanks.