Browse Source

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 years ago
parent
commit
aeef9c0974
1 changed files with 1 additions and 0 deletions
  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,
  * underflow, reaching zero untested, etc).