]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selftests: media_tests: Add SPDX license identifier
authorShuah Khan <shuahkh@osg.samsung.com>
Wed, 10 Jan 2018 01:38:55 +0000 (18:38 -0700)
committerShuah Khan <shuahkh@osg.samsung.com>
Fri, 12 Jan 2018 18:46:56 +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/media_tests/media_device_open.c
tools/testing/selftests/media_tests/media_device_test.c
tools/testing/selftests/media_tests/video_device_test.c

index 44343c091a20e6206ec9dc916f7d105b66bc0225..a5ce5434bafd745313e0abf66cc7f0e0f99b7082 100644 (file)
@@ -1,10 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0
+
 /*
  * media_device_open.c - Media Controller Device Open Test
  *
  * Copyright (c) 2016 Shuah Khan <shuahkh@osg.samsung.com>
  * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
- * This file is released under the GPLv2.
  */
 
 /*
index 5d49943e77d0bbf11fde0af8d6dd7226b12514c3..421a367e4bb3e4f60dd1fba35e09c0f5e738c825 100644 (file)
@@ -1,10 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0
+
 /*
  * media_device_test.c - Media Controller Device ioctl loop Test
  *
  * Copyright (c) 2016 Shuah Khan <shuahkh@osg.samsung.com>
  * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
- * This file is released under the GPLv2.
  */
 
 /*
index 66d419c28653837ce6ebcb6994dd1901d6feeabb..0f6aef2e2593204f4f3f0171655f6bd77e130cea 100644 (file)
@@ -1,10 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0
+
 /*
  * video_device_test - Video Device Test
  *
  * Copyright (c) 2016 Shuah Khan <shuahkh@osg.samsung.com>
  * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
- * This file is released under the GPLv2.
  */
 
 /*