From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752490AbdKHTWN (ORCPT ); Wed, 8 Nov 2017 14:22:13 -0500 Received: from mail-yw0-f194.google.com ([209.85.161.194]:45739 "EHLO mail-yw0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752126AbdKHTWL (ORCPT ); Wed, 8 Nov 2017 14:22:11 -0500 X-Google-Smtp-Source: ABhQp+QU+XlJXf2My6i9hONFbLs/S6BEAWqnm113Hcx/g1hvAskmnSrLG4j4AC97HSifvHHZi8ikuA== Date: Wed, 8 Nov 2017 14:21:59 -0500 From: William Breathitt Gray To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, Johannes Berg , "Luis R. Rodriguez" , Thomas Gleixner , Kate Stewart , Philippe Ombredanne , Rene Herman Subject: Re: [PATCH 3/5] driver core: add SPDX identifiers to all driver core files Message-ID: <20171108192049.GA16881@sophia> References: <20171107163009.13544-1-gregkh@linuxfoundation.org> <20171107163009.13544-3-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20171107163009.13544-3-gregkh@linuxfoundation.org> 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 Tue, Nov 07, 2017 at 05:30:07PM +0100, Greg Kroah-Hartman wrote: >It's good to have SPDX identifiers in all files to make it easier to >audit the kernel tree for correct licenses. > >Update the driver core files 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: Greg Kroah-Hartman >Cc: Johannes Berg >Cc: "Luis R. Rodriguez" >Cc: William Breathitt Gray >Cc: Thomas Gleixner >Cc: Kate Stewart >Cc: Philippe Ombredanne >Signed-off-by: Greg Kroah-Hartman Although I'm the current maintainer of drivers/base/isa.c, I believe Rene Herman was the original author of this file. I'm CCing Rene for input regarding this file as I'm not sure if GPL-2.0 was intended or instead a more permissive license. William Breathitt Gray