diff options
author | Christoph Hellwig <hch@lst.de> | 2019-04-30 20:42:43 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-05-01 00:12:03 +0200 |
commit | 3dcf60bcb603f56361abb364a4cd2f69677453f0 (patch) | |
tree | f51049370a524be3d7803f638375ca456c7f8feb /block/partitions/ultrix.h | |
parent | block: add a SPDX tag to blk-mq-rdma.h (diff) | |
download | linux-3dcf60bcb603f56361abb364a4cd2f69677453f0.tar.xz linux-3dcf60bcb603f56361abb364a4cd2f69677453f0.zip |
block: add SPDX tags to block layer files missing licensing information
Various block layer files do not have any licensing information at all.
Add SPDX tags for the default kernel GPLv2 license to those.
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to '')
-rw-r--r-- | block/partitions/ultrix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/partitions/ultrix.h b/block/partitions/ultrix.h index a3cc00b2bded..9f676cead222 100644 --- a/block/partitions/ultrix.h +++ b/block/partitions/ultrix.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * fs/partitions/ultrix.h */ |