diff options
| author | Lukasz Majewski <[email protected]> | 2014-08-18 12:12:27 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2014-08-20 13:10:33 +0200 |
| commit | 4c984c8136695958eb2038d44095e612a60421ca (patch) | |
| tree | 0d87979ddad7cde76e967b05b800b7805e7d2a14 /test | |
| parent | 0d7f85f0571c5605a45e5833d232eab541ad113c (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 <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Diffstat (limited to 'test')
| -rwxr-xr-x | test/dfu/dfu_gadget_test.sh | 10 | ||||
| -rwxr-xr-x | test/dfu/dfu_gadget_test_init.sh | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/test/dfu/dfu_gadget_test.sh b/test/dfu/dfu_gadget_test.sh index 4133155ae97..2f5b7db58d4 100755 --- a/test/dfu/dfu_gadget_test.sh +++ b/test/dfu/dfu_gadget_test.sh @@ -1,5 +1,15 @@ #! /bin/bash +# Copyright (C) 2014 Samsung Electronics +# Lukasz Majewski <[email protected]> +# +# Script fixes, enhancements and testing: +# Stephen Warren <[email protected]> +# +# DFU operation test script +# +# SPDX-License-Identifier: GPL-2.0+ + set -e # any command return if not equal to zero clear diff --git a/test/dfu/dfu_gadget_test_init.sh b/test/dfu/dfu_gadget_test_init.sh index 0d5c6c0cd08..640628eecb7 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 <[email protected]> +# +# Script fixes, enhancements and testing: +# Stephen Warren <[email protected]> +# +# Script for test files generation +# +# SPDX-License-Identifier: GPL-2.0+ + set -e # any command return if not equal to zero clear |
