From: Kees Cook Date: Tue, 6 Mar 2018 22:58:10 +0000 (-0800) Subject: lkdtm: Add missing SPDX-License-Identifier line X-Git-Tag: v4.17-rc1~122^2~101 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=aeef9c09740691e33aceeaa5f5b8a4457a4eab97;p=linux.git lkdtm: Add missing SPDX-License-Identifier line The refcount.c file missed the mass-addition of the SPDX lines. Signed-off-by: Kees Cook Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/misc/lkdtm/refcount.c b/drivers/misc/lkdtm/refcount.c index 2b99d448e7fd..0a146b32da13 100644 --- a/drivers/misc/lkdtm/refcount.c +++ b/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).