]> git.sur5r.net Git - u-boot/blobdiff - include/ext_common.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / include / ext_common.h
index 07b61fa56bdd441713c3292a710ea6a285dd550a..17c92f1750b4ec92fb855271a442c887f45bc35c 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2011 - 2012 Samsung Electronics
  * EXT4 filesystem implementation in Uboot by
@@ -14,8 +15,6 @@
  * based on code from grub2 fs/ext2.c and fs/fshelp.c by
  * GRUB  --  GRand Unified Bootloader
  * Copyright (C) 2003, 2004  Free Software Foundation, Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __EXT_COMMON__