]> git.sur5r.net Git - u-boot/blobdiff - fs/fat/fat.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / fs / fat / fat.c
index dd7888cd6d4d5317c34449a93a8349f63e822056..4efe8a3edaf190a3818c7add5d5243b12ab98828 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * fat.c
  *
@@ -5,8 +6,6 @@
  *
  * 2002-07-28 - rjones@nexus-tech.net - ported to ppcboot v1.1.6
  * 2003-03-10 - kharris@nexus-tech.net - ported to uboot
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>