SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / include / u-boot / variadic-macro.h
index 922beafcea915b54575aa7f7b6b01e1ac61fb1c6..cb815d0fee6cee8afd2ce8c72f42774181d3ed34 100644 (file)
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Helper for work with variadic macros
  *
  * 2017 Marek Behun, CZ.NIC, marek.behun@nic.cz
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __VARIADIC_MACRO_H__