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>
master
Lukasz Majewski 10 years ago committed by Marek Vasut
parent 0d7f85f057
commit 4c984c8136
  1. 10
      test/dfu/dfu_gadget_test.sh
  2. 10
      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>
#
# DFU operation test script
#
# SPDX-License-Identifier: GPL-2.0+
set -e # any command return if not equal to zero
clear

@ -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

Loading…
Cancel
Save