From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756208AbdKNSAN (ORCPT ); Tue, 14 Nov 2017 13:00:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53514 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754420AbdKNSAG (ORCPT ); Tue, 14 Nov 2017 13:00:06 -0500 Date: Tue, 14 Nov 2017 19:00:01 +0100 From: Cornelia Huck To: Greg Kroah-Hartman Cc: linux-s390@vger.kernel.org, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, linux-kernel@vger.kernel.org, Halil Pasic , Thomas Gleixner , Kate Stewart , Philippe Ombredanne Subject: Re: [PATCH 7/9] s390: virtio: add SPDX identifiers to the remaining files Message-ID: <20171114190001.49058062.cohuck@redhat.com> In-Reply-To: <20171114173808.25092-8-gregkh@linuxfoundation.org> References: <20171114173808.25092-1-gregkh@linuxfoundation.org> <20171114173808.25092-8-gregkh@linuxfoundation.org> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Tue, 14 Nov 2017 18:00:05 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 14 Nov 2017 18:38:06 +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 drivers/s390/virtio/ 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: Cornelia Huck > Cc: Halil Pasic > Cc: Martin Schwidefsky > Cc: Heiko Carstens > Cc: Thomas Gleixner > Cc: Kate Stewart > Cc: Philippe Ombredanne > Signed-off-by: Greg Kroah-Hartman > --- > drivers/s390/virtio/Makefile | 1 + > drivers/s390/virtio/virtio_ccw.c | 1 + > 2 files changed, 2 insertions(+) Acked-by: Cornelia Huck