aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2018-01-09 20:38:55 -0500
committerShuah Khan <shuahkh@osg.samsung.com>2018-01-12 13:46:56 -0500
commita4f0e38e1d0d87849e22cb2f9c3f0bbe87729f5d (patch)
tree70056c87202bc93a916e14f9d85497cbb14fe238 /tools
parent7c466b97ccc6935c0a668cfefcda874c7560c3dc (diff)
selftests: media_tests: Add SPDX license identifier
Replace GPL license statement with SPDX GPL-2.0 license identifier. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/media_tests/media_device_open.c3
-rw-r--r--tools/testing/selftests/media_tests/media_device_test.c3
-rw-r--r--tools/testing/selftests/media_tests/video_device_test.c3
3 files changed, 6 insertions, 3 deletions
diff --git a/tools/testing/selftests/media_tests/media_device_open.c b/tools/testing/selftests/media_tests/media_device_open.c
index 44343c091a20..a5ce5434bafd 100644
--- a/tools/testing/selftests/media_tests/media_device_open.c
+++ b/tools/testing/selftests/media_tests/media_device_open.c
@@ -1,10 +1,11 @@
1// SPDX-License-Identifier: GPL-2.0
2
1/* 3/*
2 * media_device_open.c - Media Controller Device Open Test 4 * media_device_open.c - Media Controller Device Open Test
3 * 5 *
4 * Copyright (c) 2016 Shuah Khan <shuahkh@osg.samsung.com> 6 * Copyright (c) 2016 Shuah Khan <shuahkh@osg.samsung.com>
5 * Copyright (c) 2016 Samsung Electronics Co., Ltd. 7 * Copyright (c) 2016 Samsung Electronics Co., Ltd.
6 * 8 *
7 * This file is released under the GPLv2.
8 */ 9 */
9 10
10/* 11/*
diff --git a/tools/testing/selftests/media_tests/media_device_test.c b/tools/testing/selftests/media_tests/media_device_test.c
index 5d49943e77d0..421a367e4bb3 100644
--- a/tools/testing/selftests/media_tests/media_device_test.c
+++ b/tools/testing/selftests/media_tests/media_device_test.c
@@ -1,10 +1,11 @@
1// SPDX-License-Identifier: GPL-2.0
2
1/* 3/*
2 * media_device_test.c - Media Controller Device ioctl loop Test 4 * media_device_test.c - Media Controller Device ioctl loop Test
3 * 5 *
4 * Copyright (c) 2016 Shuah Khan <shuahkh@osg.samsung.com> 6 * Copyright (c) 2016 Shuah Khan <shuahkh@osg.samsung.com>
5 * Copyright (c) 2016 Samsung Electronics Co., Ltd. 7 * Copyright (c) 2016 Samsung Electronics Co., Ltd.
6 * 8 *
7 * This file is released under the GPLv2.
8 */ 9 */
9 10
10/* 11/*
diff --git a/tools/testing/selftests/media_tests/video_device_test.c b/tools/testing/selftests/media_tests/video_device_test.c
index 66d419c28653..0f6aef2e2593 100644
--- a/tools/testing/selftests/media_tests/video_device_test.c
+++ b/tools/testing/selftests/media_tests/video_device_test.c
@@ -1,10 +1,11 @@
1// SPDX-License-Identifier: GPL-2.0
2
1/* 3/*
2 * video_device_test - Video Device Test 4 * video_device_test - Video Device Test
3 * 5 *
4 * Copyright (c) 2016 Shuah Khan <shuahkh@osg.samsung.com> 6 * Copyright (c) 2016 Shuah Khan <shuahkh@osg.samsung.com>
5 * Copyright (c) 2016 Samsung Electronics Co., Ltd. 7 * Copyright (c) 2016 Samsung Electronics Co., Ltd.
6 * 8 *
7 * This file is released under the GPLv2.
8 */ 9 */
9 10
10/* 11/*