]> git.sur5r.net Git - u-boot/blobdiff - fs/jffs2/mergesort.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / fs / jffs2 / mergesort.c
index 6e633a11338f3d55981992cdb6cca9ce443f0ab1..fca77aa651149fc80da4cd2405308f3f633134c6 100644 (file)
@@ -1,11 +1,10 @@
+// SPDX-License-Identifier: MIT
 /*
  * This file is copyright 2001 Simon Tatham.
  * Rewritten from original source 2006 by Dan Merillat for use in u-boot.
  *
  * Original code can be found at:
  * http://www.chiark.greenend.org.uk/~sgtatham/algorithms/listsort.html
- *
- * SPDX-License-Identifier:    MIT
  */
 
 #include <common.h>