test: dfu: cosmetic: Add missing license information to DFU test scripts
authorLukasz Majewski <l.majewski@samsung.com>
Mon, 18 Aug 2014 10:12:27 +0000 (12:12 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 20 Aug 2014 11:10:33 +0000 (13:10 +0200)
By mistake I've forgotten to add the SPDX license tags for the DFU testing
scripts.
This commit fixes that and also provides some other relevant information.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
test/dfu/dfu_gadget_test.sh
test/dfu/dfu_gadget_test_init.sh

index 4133155..2f5b7db 100755 (executable)
@@ -1,5 +1,15 @@
 #! /bin/bash
 
+# Copyright (C) 2014 Samsung Electronics
+# Lukasz Majewski <l.majewski@samsung.com>
+#
+# Script fixes, enhancements and testing:
+# Stephen Warren <swarren@nvidia.com>
+#
+# DFU operation test script
+#
+# SPDX-License-Identifier:     GPL-2.0+
+
 set -e # any command return if not equal to zero
 clear
 
index 0d5c6c0..640628e 100755 (executable)
@@ -1,5 +1,15 @@
 #! /bin/bash
 
+# Copyright (C) 2014 Samsung Electronics
+# Lukasz Majewski <l.majewski@samsung.com>
+#
+# Script fixes, enhancements and testing:
+# Stephen Warren <swarren@nvidia.com>
+#
+# Script for test files generation
+#
+# SPDX-License-Identifier:     GPL-2.0+
+
 set -e # any command return if not equal to zero
 clear