]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 4133155ae97dc7657e96b6a4d96f826a5da4e668..2f5b7db58d41f20cab39aabec835d00414ef0a68 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 0d5c6c0cd080249f00540505538c9a888db14e2b..640628eecb7af19b487945c52218bd2c3682b2d1 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