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>
This commit is contained in:
Lukasz Majewski 2014-08-18 12:12:27 +02:00 committed by Marek Vasut
parent 0d7f85f057
commit 4c984c8136
2 changed files with 20 additions and 0 deletions

View file

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

View file

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