]> git.sur5r.net Git - u-boot/blobdiff - test/py/conftest.py
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / test / py / conftest.py
index 83eaca46a908dcf83de55cd20678114ec6f805a6..446d8cb6faf1e23eab5ac14b1d54037c588b2143 100644 (file)
@@ -1,7 +1,6 @@
+# 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
 
 # Implementation of pytest run-time hook functions. These are invoked by
 # pytest at certain points during operation, e.g. startup, for each executed