SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / fs / ext4 / ext4fs.c
index 9ee2caf2fa1a7d6db2395e0e98d0f03be2e2091d..4b36a3e608228d1dc4caae2d86c240a191a1d14d 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2011 - 2012 Samsung Electronics
  * EXT4 filesystem implementation in Uboot by
@@ -17,8 +18,6 @@
  * Copyright (C) 2003, 2004  Free Software Foundation, Inc.
  *
  * ext4write : Based on generic ext4 protocol.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>