selftests: kselftest.h: Add SPDX license identifier
authorShuah Khan <shuahkh@osg.samsung.com>
Wed, 10 Jan 2018 02:22:31 +0000 (19:22 -0700)
committerShuah Khan <shuahkh@osg.samsung.com>
Fri, 12 Jan 2018 18:46:21 +0000 (11:46 -0700)
Replace GPL license statement with SPDX GPL-2.0 license identifier.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/kselftest.h

index 1ae565ed9bf0aad1ba6ac887e267fca734735bd8..1a52b03962a3f9481969dd6af6c2f5d60ed590e5 100644 (file)
@@ -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 <shuahkh@osg.samsung.com>
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
- * This file is released under the GPLv2.
  */
 #ifndef __KSELFTEST_H
 #define __KSELFTEST_H