summaryrefslogtreecommitdiff
path: root/test/dfu/dfu_gadget_test_init.sh
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2014-08-18 12:12:27 +0200
committerMarek Vasut <marex@denx.de>2014-08-20 13:10:33 +0200
commit4c984c8136695958eb2038d44095e612a60421ca (patch)
tree0d87979ddad7cde76e967b05b800b7805e7d2a14 /test/dfu/dfu_gadget_test_init.sh
parent0d7f85f0571c5605a45e5833d232eab541ad113c (diff)
test: dfu: cosmetic: Add missing license information to DFU test scripts
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>
Diffstat (limited to 'test/dfu/dfu_gadget_test_init.sh')
-rwxr-xr-xtest/dfu/dfu_gadget_test_init.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/dfu/dfu_gadget_test_init.sh b/test/dfu/dfu_gadget_test_init.sh
index 0d5c6c0cd0..640628eecb 100755
--- a/test/dfu/dfu_gadget_test_init.sh
+++ b/test/dfu/dfu_gadget_test_init.sh
@@ -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