From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753550AbdKXOXz (ORCPT ); Fri, 24 Nov 2017 09:23:55 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:45538 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751940AbdKXOXx (ORCPT ); Fri, 24 Nov 2017 09:23:53 -0500 Subject: Re: [PATCH 02/12] s390: kvm: add SPDX identifiers to the remaining files To: Greg Kroah-Hartman , linux-s390@vger.kernel.org, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com Cc: linux-kernel@vger.kernel.org, Cornelia Huck , Thomas Gleixner , Kate Stewart , Philippe Ombredanne References: <20171124140043.10062-1-gregkh@linuxfoundation.org> <20171124140043.10062-3-gregkh@linuxfoundation.org> From: Christian Borntraeger Date: Fri, 24 Nov 2017 15:23:46 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171124140043.10062-3-gregkh@linuxfoundation.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 x-cbid: 17112414-0020-0000-0000-000003D03740 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17112414-0021-0000-0000-0000426591DB Message-Id: <1ecc0c9c-0890-6322-fb7f-cf37fd51d6da@de.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-11-24_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1711240195 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/24/2017 03:00 PM, 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(+) thanks, queued for kvms390