]> git.sur5r.net Git - u-boot/blobdiff - include/dfu.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / include / dfu.h
index 7e322d9d2764d4091cd00cf87709a33da991c38f..fbe978abdc26735f977195c1a0250d1aae4cf17d 100644 (file)
@@ -1,11 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * dfu.h - DFU flashable area description
  *
  * Copyright (C) 2012 Samsung Electronics
  * authors: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
  *         Lukasz Majewski <l.majewski@samsung.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __DFU_ENTITY_H_