From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753543AbdKXOFb (ORCPT ); Fri, 24 Nov 2017 09:05:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51880 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751796AbdKXOF2 (ORCPT ); Fri, 24 Nov 2017 09:05:28 -0500 Date: Fri, 24 Nov 2017 15:05:23 +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, Christian Borntraeger , Thomas Gleixner , Kate Stewart , Philippe Ombredanne Subject: Re: [PATCH 02/12] s390: kvm: add SPDX identifiers to the remaining files Message-ID: <20171124150523.6e4d1777.cohuck@redhat.com> In-Reply-To: <20171124140043.10062-3-gregkh@linuxfoundation.org> References: <20171124140043.10062-1-gregkh@linuxfoundation.org> <20171124140043.10062-3-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.38]); Fri, 24 Nov 2017 14:05:28 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 24 Nov 2017 15:00:33 +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 arch/s390/kvm/ 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: Christian Borntraeger > Cc: Cornelia Huck > Cc: Martin Schwidefsky > Cc: Heiko Carstens > Cc: Thomas Gleixner > Cc: Kate Stewart > Cc: Philippe Ombredanne > Signed-off-by: Greg Kroah-Hartman > --- > arch/s390/kvm/Makefile | 1 + > arch/s390/kvm/diag.c | 1 + > arch/s390/kvm/gaccess.h | 1 + > arch/s390/kvm/guestdbg.c | 1 + > arch/s390/kvm/intercept.c | 1 + > arch/s390/kvm/interrupt.c | 1 + > arch/s390/kvm/irq.h | 1 + > arch/s390/kvm/kvm-s390.c | 1 + > arch/s390/kvm/kvm-s390.h | 1 + > arch/s390/kvm/priv.c | 1 + > arch/s390/kvm/sigp.c | 1 + > arch/s390/kvm/vsie.c | 1 + > 12 files changed, 12 insertions(+) Acked-by: Cornelia Huck