From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753497AbdKXLX4 (ORCPT ); Fri, 24 Nov 2017 06:23:56 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:33894 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753239AbdKXLXz (ORCPT ); Fri, 24 Nov 2017 06:23:55 -0500 Date: Fri, 24 Nov 2017 12:23:39 +0100 From: Heiko Carstens To: Greg Kroah-Hartman Cc: linux-s390@vger.kernel.org, schwidefsky@de.ibm.com, Stefan Haberland , Jan Hoeppner , Sebastian Ott , Peter Oberparleiter , Cornelia Huck , linux-kernel@vger.kernel.org, Dong Jia Shi , Harald Freudenberger , Julian Wiedmann , Ursula Braun , Steffen Maier , Benjamin Block , Halil Pasic , "Paul E. McKenney" Subject: Re: [PATCH 0/9] drivers/s390/ license text cleanup References: <20171114173808.25092-1-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171114173808.25092-1-gregkh@linuxfoundation.org> X-TM-AS-GCONF: 00 x-cbid: 17112411-0012-0000-0000-000005912B0E X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17112411-0013-0000-0000-0000190C071D Message-Id: <20171124112339.GC4284@osiris> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-11-24_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=1 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1711240152 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 14, 2017 at 06:37:59PM +0100, Greg Kroah-Hartman wrote: > Hi all, > > Here are 9 patches against linux-next of today that add SPDX identifiers > to the remaining files that do not currently have them, and then it > cleans up the various different ways that the license text boilerplate > was written for the GPLv2 in a few files. This cleanup was done in the > quest to remove the 700+ different ways the kernel describes GPLv2. > > No copyright headers or any other non-license-description text was > removed in these patches. > > FWIW, this license cleanup action has been "blessed" by IBM lawyers, but > feel free to check internally if you are curious. > > Greg Kroah-Hartman (9): > s390: block: add SPDX identifiers to the remaining files > s390: crypto: add SPDX identifiers to the remaining files > s390: cio: add SPDX identifiers to the remaining files > s390: char: add SPDX identifiers to the remaining files > s390: net: add SPDX identifiers to the remaining files > s390: scsi: zfcp_aux: add SPDX identifier > s390: virtio: add SPDX identifiers to the remaining files > s390: crypto: Remove redundant license text > s390: drivers: Remove redundant license text Whole series applied. Thank you! Will you or Thomas also provide patches for arch/s390? Or should we take care of that on our own?