Skip to content

Commit 38197ca

Browse files
KAGA-KOKOaxboe
authored andcommitted
block: Cleanup license notice
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, Cc: Damien Le Moal <[email protected]> Cc: Matias Bjorling <[email protected]> Cc: Christoph Hellwig <[email protected]> Cc: Jens Axboe <[email protected]> Cc: [email protected] Fixes: 6a5ac98 ("block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=n") Reviewed-by: Bart Van Assche <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent c45b1fa commit 38197ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

block/blk-mq-debugfs-zoned.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
33
* Copyright (C) 2017 Western Digital Corporation or its affiliates.
4-
*
5-
* This file is released under the GPL.
64
*/
75

86
#include <linux/blkdev.h>

0 commit comments

Comments
 (0)