From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756149AbdKCMIK (ORCPT ); Fri, 3 Nov 2017 08:08:10 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44726 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750857AbdKCMIJ (ORCPT ); Fri, 3 Nov 2017 08:08:09 -0400 Date: Fri, 3 Nov 2017 13:08:22 +0100 From: Greg Kroah-Hartman To: Felipe Balbi Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Gleixner , Kate Stewart , Philippe Ombredanne Subject: Re: [PATCH v2] USB: add SPDX identifiers to all remaining files in drivers/usb/ Message-ID: <20171103120822.GA28505@kroah.com> References: <20171019083832.GA21820@kroah.com> <20171103102830.GA18343@kroah.com> <87inervdny.fsf@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87inervdny.fsf@linux.intel.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 03, 2017 at 12:50:57PM +0200, Felipe Balbi wrote: > Greg Kroah-Hartman writes: > > > It's good to have SPDX identifiers in all files to make it easier to > > audit the kernel tree for correct licenses. > > > > Update the drivers/usb/ and include/linux/usb* files with the correct > > SPDX license identifier based on the license text in the file itself. > > The SPDX identifier is a legally binding shorthand, which can be used > > instead of the full boiler plate text. > > > > This work is based on a script and data from Thomas Gleixner, Philippe > > Ombredanne, and Kate Stewart. > > > > Cc: Thomas Gleixner > > Cc: Kate Stewart > > Cc: Philippe Ombredanne > > Signed-off-by: Greg Kroah-Hartman > > Acked-by: Felipe Balbi Wonderful, thanks for the ack. greg k-h