浏览代码

bcache: add missing SPDX header

The SPDX header is missing fro closure.c, super.c and util.c, this
patch adds SPDX header for GPL-2.0 into these files.

Signed-off-by: Coly Li <colyli@suse.de>
Reviewed-by: Shenghui Wang <shhuiw@foxmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Coly Li 7 年之前
父节点
当前提交
87418ef9f0
共有 3 个文件被更改,包括 3 次插入0 次删除
  1. 1 0
      drivers/md/bcache/closure.c
  2. 1 0
      drivers/md/bcache/super.c
  3. 1 0
      drivers/md/bcache/util.c

+ 1 - 0
drivers/md/bcache/closure.c

@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
 /*
  * Asynchronous refcounty things
  * Asynchronous refcounty things
  *
  *

+ 1 - 0
drivers/md/bcache/super.c

@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
 /*
  * bcache setup/teardown code, and some metadata io - read a superblock and
  * bcache setup/teardown code, and some metadata io - read a superblock and
  * figure out what to do with it.
  * figure out what to do with it.

+ 1 - 0
drivers/md/bcache/util.c

@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
 /*
  * random utiility code, for bcache but in theory not specific to bcache
  * random utiility code, for bcache but in theory not specific to bcache
  *
  *