From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753186AbdKXOHs (ORCPT ); Fri, 24 Nov 2017 09:07:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35234 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751808AbdKXOHq (ORCPT ); Fri, 24 Nov 2017 09:07:46 -0500 Date: Fri, 24 Nov 2017 15:07:42 +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 , "Paul E. McKenney" Subject: Re: [PATCH 08/12] s390: kvm: Remove redundant license text Message-ID: <20171124150742.1e776030.cohuck@redhat.com> In-Reply-To: <20171124140043.10062-9-gregkh@linuxfoundation.org> References: <20171124140043.10062-1-gregkh@linuxfoundation.org> <20171124140043.10062-9-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.26]); Fri, 24 Nov 2017 14:07:46 +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:39 +0100 Greg Kroah-Hartman wrote: > Now that the SPDX tag is in all arch/s390/kvm/ files, that identifies > the license in a specific and legally-defined manner. So the extra GPL > text wording can be removed as it is no longer needed at all. > > This is done on a quest to remove the 700+ different ways that files in > the kernel describe the GPL license text. And there's unneeded stuff > like the address (sometimes incorrect) for the FSF which is never > needed. > > No copyright headers or other non-license-description text was removed. > > Cc: Christian Borntraeger > Cc: Cornelia Huck > Cc: Martin Schwidefsky > Cc: Heiko Carstens > Cc: "Paul E. McKenney" > Signed-off-by: Greg Kroah-Hartman > --- > arch/s390/kvm/Makefile | 4 ---- > arch/s390/kvm/diag.c | 4 ---- > arch/s390/kvm/gaccess.h | 4 ---- > arch/s390/kvm/guestdbg.c | 4 ---- > arch/s390/kvm/intercept.c | 4 ---- > arch/s390/kvm/interrupt.c | 4 ---- > arch/s390/kvm/irq.h | 4 ---- > arch/s390/kvm/kvm-s390.c | 4 ---- > arch/s390/kvm/kvm-s390.h | 4 ---- > arch/s390/kvm/priv.c | 4 ---- > arch/s390/kvm/sigp.c | 4 ---- > arch/s390/kvm/vsie.c | 4 ---- > 12 files changed, 48 deletions(-) Acked-by: Cornelia Huck