浏览代码

lkdtm: Add missing SPDX-License-Identifier line

The refcount.c file missed the mass-addition of the SPDX lines.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Kees Cook 7 年之前
父节点
当前提交
aeef9c0974
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/misc/lkdtm/refcount.c

+ 1 - 0
drivers/misc/lkdtm/refcount.c

@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
 /*
  * This is for all the tests related to refcount bugs (e.g. overflow,
  * This is for all the tests related to refcount bugs (e.g. overflow,
  * underflow, reaching zero untested, etc).
  * underflow, reaching zero untested, etc).