diff options
Diffstat (limited to 'test/py/test.py')
-rwxr-xr-x | test/py/test.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/py/test.py b/test/py/test.py index 4695079ef7..04baf8df3b 100755 --- a/test/py/test.py +++ b/test/py/test.py @@ -1,9 +1,8 @@ #!/usr/bin/env python2 +# SPDX-License-Identifier: GPL-2.0 # Copyright (c) 2015 Stephen Warren # Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved. -# -# SPDX-License-Identifier: GPL-2.0 # Wrapper script to invoke pytest with the directory name that contains the # U-Boot tests. |