[U-Boot] [PATCH v3 2/3] test: dfu: cosmetic: Add missing license information to DFU test scripts
Lukasz Majewski
l.majewski at samsung.com
Mon Aug 18 12:12:27 CEST 2014
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 at samsung.com>
Acked-by: Stephen Warren <swarren at nvidia.com>
---
Changes for v2:
- None
Changes for v3:
- None
---
test/dfu/dfu_gadget_test.sh | 10 ++++++++++
test/dfu/dfu_gadget_test_init.sh | 10 ++++++++++
2 files changed, 20 insertions(+)
diff --git a/test/dfu/dfu_gadget_test.sh b/test/dfu/dfu_gadget_test.sh
index 4133155..2f5b7db 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 <l.majewski at samsung.com>
+#
+# Script fixes, enhancements and testing:
+# Stephen Warren <swarren at nvidia.com>
+#
+# 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 0d5c6c0..640628e 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 at samsung.com>
+#
+# Script fixes, enhancements and testing:
+# Stephen Warren <swarren at nvidia.com>
+#
+# Script for test files generation
+#
+# SPDX-License-Identifier: GPL-2.0+
+
set -e # any command return if not equal to zero
clear
--
2.0.0.rc2
More information about the U-Boot
mailing list