Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2483332imu; Thu, 17 Jan 2019 15:17:07 -0800 (PST) X-Google-Smtp-Source: ALg8bN6FknSfwMHGEeae+wICrSGTphd0Uetz1/xQSrvDl060e8S3+b8UvZNw/pPdW993vI/1SyGI X-Received: by 2002:a62:26c7:: with SMTP id m190mr17123255pfm.79.1547767027221; Thu, 17 Jan 2019 15:17:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547767027; cv=none; d=google.com; s=arc-20160816; b=qaMj4ACWRQsZedWwk7Zy3hr75Hc1TPcjkapantTFMpg0WYkxDV3XmxB1hmOjaLgmJ0 POGQD0oFX086J+6PWUG5RZ9+HNPotkFlJfrr4A5b7IwXFQt+e3NSDpSggppjGgAYgyIm ek0iH0MkUNBmXsECoQMkvcdtoyHS+wuOiGeB7FbULWLVU+dyBkYNwB6S2i1t1peTeGBJ Es29l+q5S+dPU9fIElsaYq0iI99vkGUhsoAEAXPzpXw+g+vl55EKT6XniWaFjSAet4Fa I3ytRqyHFmXzPIBhYajQA8DdVic0w6e4/42sqGE49at+MixsywkzqLj+sgRXhbHw6dep YKXw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:subject:cc:to :from:date:user-agent:message-id; bh=0q+8/lzgziTI9HMroMh3WwJznp22i2kxGuCLqmg4pvo=; b=tWsFdFnHbyen1+avUJmjNJKt0OgieekjYAtczR2HuabP8A90a4cTNelRgA7ewJKnOd WlSWvK8IKKQ8rwSp8M+rpHIZ8Dy/CkQcbstsfXL1AC7k9fuwHG+zZF1CNlGgoeYwGyBb xTLZ6QYCoCveYkU+HcbZt+FUOc2DUfXg38jBgrhTVkrYdSKAioXvAzPo8CA4kjhITF0v Hz6ZrLtFl9dWwlUmym9JE+wpjjIaNiP0Rg4x43sJj8EJJSi/nYPBaxIOvNpVTDdrp5js vg5s7dQWtfdfnLp9d9exSJVetghIP90/PMm8+mL7nF2SBUSTLAI1TC1nzwV99TwzNSxo 6gqg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y18si2698590plp.269.2019.01.17.15.16.49; Thu, 17 Jan 2019 15:17:07 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727101AbfAQXPY (ORCPT + 99 others); Thu, 17 Jan 2019 18:15:24 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:47992 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725898AbfAQXPY (ORCPT ); Thu, 17 Jan 2019 18:15:24 -0500 Received: from localhost ([127.0.0.1] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtp (Exim 4.80) (envelope-from ) id 1gkGsY-0000xQ-04; Fri, 18 Jan 2019 00:15:18 +0100 Message-Id: <20190117231500.874215239@linutronix.de> User-Agent: quilt/0.65 Date: Fri, 18 Jan 2019 00:14:17 +0100 From: Thomas Gleixner To: LKML Cc: Greg Kroah-Hartman , Kate Stewart , Jonathan Corbet , Bart Van Assche , Damien Le Moal , Matias Bjorling , Christoph Hellwig , Jens Axboe , linux-block@vger.kernel.org Subject: [patch 1/9] block: Cleanup license notice References: <20190117231416.111952141@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove the imprecise and sloppy: "This files is licensed under the GPL." license notice in the top level comment. 1) The file already contains a SPDX license identifier which clearly states that the license of the file is GPL V2 only 2) The notice resolves to GPL v1 or later for scanners which is just contrary to the intent of SPDX identifiers to provide clear and non ambiguous license information. Aside of that the value add of this notice is below zero, Fixes: 6a5ac9846508 ("block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=n") Signed-off-by: Thomas Gleixner Cc: Bart Van Assche Cc: Damien Le Moal Cc: Matias Bjorling Cc: Christoph Hellwig Cc: Jens Axboe Cc: linux-block@vger.kernel.org --- P.S.: This patch is part of a larger cleanup, but independent of other patches and is intended to be picked up by the maintainer directly. block/blk-mq-debugfs-zoned.c | 2 -- 1 file changed, 2 deletions(-) --- a/block/blk-mq-debugfs-zoned.c +++ b/block/blk-mq-debugfs-zoned.c @@ -1,8 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2017 Western Digital Corporation or its affiliates. - * - * This file is released under the GPL. */ #include