From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755795AbdKNSAz (ORCPT ); Tue, 14 Nov 2017 13:00:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50306 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751637AbdKNSAr (ORCPT ); Tue, 14 Nov 2017 13:00:47 -0500 Date: Tue, 14 Nov 2017 19:00: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, Sebastian Ott , Peter Oberparleiter , Julian Wiedmann , Ursula Braun , Halil Pasic , "Paul E. McKenney" Subject: Re: [PATCH 9/9] s390: drivers: Remove redundant license text Message-ID: <20171114190042.25b8eeef.cohuck@redhat.com> In-Reply-To: <20171114173808.25092-10-gregkh@linuxfoundation.org> References: <20171114173808.25092-1-gregkh@linuxfoundation.org> <20171114173808.25092-10-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.32]); Tue, 14 Nov 2017 18:00:47 +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:08 +0100 Greg Kroah-Hartman wrote: > Now that the SPDX tag is in all drivers/s390/ 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: Martin Schwidefsky > Cc: Heiko Carstens > Cc: Sebastian Ott > Cc: Peter Oberparleiter > Cc: Julian Wiedmann > Cc: Ursula Braun > Cc: Cornelia Huck > Cc: Halil Pasic > Cc: "Paul E. McKenney" > Signed-off-by: Greg Kroah-Hartman > --- > drivers/s390/char/zcore.c | 1 - > drivers/s390/cio/cmf.c | 14 -------------- > drivers/s390/cio/css.c | 2 -- > drivers/s390/cio/device.c | 2 -- > drivers/s390/cio/device_ops.c | 2 -- > drivers/s390/net/lcs.c | 14 -------------- > drivers/s390/net/netiucv.c | 15 --------------- > drivers/s390/net/smsgiucv.c | 14 -------------- > drivers/s390/virtio/Makefile | 4 ---- > drivers/s390/virtio/virtio_ccw.c | 4 ---- > 10 files changed, 72 deletions(-) Acked-by: Cornelia Huck