diff options
author | Christoph Hellwig | 2019-04-30 14:42:43 -0400 |
---|---|---|
committer | Jens Axboe | 2019-04-30 16:12:03 -0600 |
commit | 3dcf60bcb603f56361abb364a4cd2f69677453f0 (patch) | |
tree | f51049370a524be3d7803f638375ca456c7f8feb /block/partitions/sysv68.h | |
parent | 6353599813158c02227d8086acb20e07f3306452 (diff) |
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 'block/partitions/sysv68.h')
-rw-r--r-- | block/partitions/sysv68.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/partitions/sysv68.h b/block/partitions/sysv68.h index bf2f5ffa97ac..4fb6b8ec78ae 100644 --- a/block/partitions/sysv68.h +++ b/block/partitions/sysv68.h @@ -1 +1,2 @@ +/* SPDX-License-Identifier: GPL-2.0 */ extern int sysv68_partition(struct parsed_partitions *state); |