projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b461dc
)
selftests: kselftest.h: Add SPDX license identifier
author
Shuah Khan
<shuahkh@osg.samsung.com>
Wed, 10 Jan 2018 02:22:31 +0000
(19:22 -0700)
committer
Shuah 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
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/kselftest.h
b/tools/testing/selftests/kselftest.h
index 1ae565ed9bf0aad1ba6ac887e267fca734735bd8..1a52b03962a3f9481969dd6af6c2f5d60ed590e5 100644
(file)
--- 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 <shuahkh@osg.samsung.com>
* Copyright (c) 2014 Samsung Electronics Co., Ltd.
*
- * This file is released under the GPLv2.
*/
#ifndef __KSELFTEST_H
#define __KSELFTEST_H