From: Shuah Khan Date: Wed, 10 Jan 2018 02:22:31 +0000 (-0700) Subject: selftests: kselftest.h: Add SPDX license identifier X-Git-Tag: v4.16-rc1~87^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c466b97ccc6935c0a668cfefcda874c7560c3dc;p=thirdparty%2Flinux.git selftests: kselftest.h: Add SPDX license identifier Replace GPL license statement with SPDX GPL-2.0 license identifier. Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/kselftest.h b/tools/testing/selftests/kselftest.h index 1ae565ed9bf0a..1a52b03962a3f 100644 --- a/tools/testing/selftests/kselftest.h +++ b/tools/testing/selftests/kselftest.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * kselftest.h: kselftest framework return codes to include from * selftests. @@ -5,7 +6,6 @@ * Copyright (c) 2014 Shuah Khan * Copyright (c) 2014 Samsung Electronics Co., Ltd. * - * This file is released under the GPLv2. */ #ifndef __KSELFTEST_H #define __KSELFTEST_H